Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
Golang drawer
pinned «
https://www.alexedwards.net/blog/interfaces-explained
»
Golang drawer
https://ednsquare.com/story/anatomy-of-goroutines-in-go-concurrency-in-go------PGPfEF
Ednsquare
Anatomy of goroutines in Go -Concurrency in Go - Ednsquare
goroutine is lightweight execution thread running in the background. goroutines are key ingredients to achieve concurrency in Go.
Golang drawer
https://dzone.com/articles/5-best-practices-for-golang-cicd
dzone.com
Five Best Practices for GoLang CI/CD - DZone Web Dev
In this article, we discuss best practices for creating continuous integration and delivery workflows with Artifactory and GoLang.
Golang drawer
https://tutorialedge.net/golang/improving-go-workflow-with-git-hooks/
TutorialEdge.net
Improving Your Go Development Workflow With Git Hooks
In this article, we are going to be taking a look at how you can improve your Go development workflow through the use of git hooks that automatically format and lint your Go code
Golang drawer
https://medium.com/@adiach3nko/package-management-with-go-modules-the-pragmatic-guide-c831b4eaaf31
Medium
Package Management With Go Modules: The Pragmatic Guide
Go Modules is a way of dealing with dependencies in Go. Initially an experiment, it is is supposed to enter the playing field in 1.13 as a…
Golang drawer
https://levelup.gitconnected.com/learn-and-use-templates-in-go-aa6146b01a38
Medium
Learn and Use Templates In Go
While developing several full stack apps over years, I realized some apps don’t need a full fledged frontend application running. Most of…
Golang drawer
https://youtu.be/F365lY5ECGY
YouTube
Go Design Patterns - The Decorator Pattern - Part One
#tensorprogramming #golang #designpatterns
In this tutorial, we take a look at the decorator pattern in Go. We use it to build composite functions and create middleware that can be plugged into any like function or type.
Source Code: https://github.com/tensor…
Golang drawer
https://blog.afoolishmanifesto.com/posts/extensibility-in-golang/
fREW Schmidt's Foolish Manifesto
Extensibility in Go
Recently I’ve come across some code that allows extensibility in some ways
that are limiting.
Golang drawer
https://nullprogram.com/blog/2019/07/22/
Golang drawer
https://thenotexpert.com/golang-typed-nils/
TheNotExpert
Typed nil in Go… wait, what?
Golang has a concept of typed and untyped nil. They may look the same, but in reality they are different.
Golang drawer
https://blog.getambassador.io/debugging-grpc-web-more-9af5195b6d79
Medium
Chasing a test failure in our gRPC-Web test: Whatever Remains, However Improbable, Must be the Truth
Debugging gRPC-Web, Base64, and Dates
Golang drawer
https://preslav.me/2019/08/11/x509-certificate-signed-by-unknown-authority-running-a-go-app-inside-a-docker-container/
Preslav Rachev
X509: Certificate Signed by Unknown Authority (Running a Go App Inside a Docker Container)
Here is how to fix it.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoEmacsWithLspMode
Golang drawer
https://sysadmins.co.za/develop-build-and-deploy-a-golang-app-to-k3s/
Sysadmins
Develop Build and Deploy a Golang App to K3S
Develop, Build and Deploy a Basic Golang WebApp on Kubernetes (K3S) Running on a Raspberry Pi
Golang drawer
https://www.freecodecamp.org/news/reading-challenge-heap-sort-in-go/
freeCodeCamp.org
How to Implement Heap-Sort in the Go Standard Library
Heap-sort is a beautiful sorting algorithm. It uses a max-heap to sort a sequence of numbers or other elements with a defined order relation. In this article we’ll deep-dive into the Go standard library heap-sort implementation. Max-heap First a short recap…
Golang drawer
https://pliutau.com/rate-limit-http-requests/
Pliutau
Rate Limiting HTTP Requests in Go based on IP address
If you are running HTTP server and want to rate limit requests to the endpoints, you can use well-maintained tools such as github.com/didip/tollbooth. But if you’re building something very simple, it’s not that hard to implement it on your own.
Golang drawer
https://dev.to/wcchoi/browser-side-pdf-processing-with-go-and-webassembly-13hn
DEV Community
Browser-side PDF processing with Go and WebAssembly
TLDR: This page demonstrates how to use WebAssembly (compiled from a tool called pdfcpu with Go v1.12...
Golang drawer
https://github.com/jdkato/prose
GitHub
GitHub - jdkato/prose: :book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity…
:book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction. - jdkato/prose
Golang drawer
https://miek.nl/go/
Golang drawer
https://github.com/orbs-network/govnr
GitHub
GitHub - orbs-network/govnr: Golang library to launch supervised goroutines and log panics properly
Golang library to launch supervised goroutines and log panics properly - orbs-network/govnr