DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Ega PrasetyaEcho Go - Template Rendering
Essentially parsing and rendering template proccess is not to handle with echo but handle with API fr...

Jeremy MorganOptimizing String Comparisons in Go
Optimizing string comparisons can shave time off your program execution time. In this article, we find out which way is the fastest.

Michael LevanMy Journey To Golang
The journey of a thousand miles begins with a single step The above quote is how everything in our t...

Ega PrasetyaEcho Go - Parsing HTTP Request Payload
So in this chapter we will to learn how to parsing variation request payload in echo go, so let`s do...

Pacharapol WithayasakpuntMaximize (not fullscreen) your cross-platform desktop application
If not for macOS "fullscreen" (and some Linux), it wouldn't be a pain. I have realize the solution f...

Max SchmittAutomate Chromium, Firefox, and WebKit with Go (preview)
Control browsers in the cloud with Golang by using the Playwright library.

Abhishek GuptaBuild fault tolerant applications with Cassandra API for Azure Cosmos DB
Azure Cosmos DB is a resource governed system that allows you to execute a certain number of operatio...

Honeybadger StaffA Gentle Introduction to Web Services With Go
This article was originally written by Ayooluwa Isaiah on the Honeybadger Developer Blog. You may...

Frank Boucher ☁Let's get Started with Containers on Azure
📺 018 - Erik St.Martin 🎙️ Frank Boucher So many are talking about containers and Docke...

Swastik BaranwalUses and difference b/w switch and match
Everyone must be using selection statements for pattern matching or equality checking. Some language...

sonu sharmaGolang Q & A Doc.
When we learn new programming language many questions pop into our mind, like why some of the feature...

official_dulinIs there any place I can let others review my Go code?
Especially concurrency-related code, because they are difficult to test, although you can use go test...

Ega PrasetyaGolang Web - HTTP Cookie
Cookie is a small data piece of data stored on the users computer by the web browser while browsing a...

Sydney SchreckengostGetting Started with goreleaser
One of the best parts of Go is that you can get a single binary for a given platform that can then be...

Tunde OladipupoRandomness in Go
This is to discuss ways to generate random values in go using the rand package or the crypto rand. Th...

Alex MammayFirebase Emulator Suite: Running golang/python/java firestore event triggers locally with the emulator
Awesome local firestore development with other google cloud function supported languages