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

Rahul sawraStrategy Design Pattern in Go
According to Wikipedia, The strategy pattern (also known as the policy pattern) is a behavioral...

Colin DugganPackage Management in Go
Go Package Management Go takes a semi-decentralized approach to package management,...

Colin DugganMiddleware in Go
Middleware is a powerful idea that allows us to decompose complex systems into layers of...

Kazuki HigashiguchiGo 1.18: Cut added to strings/bytes
Key takeaways Go 1.18 is expected to be released in February 2022. New function Cut...

AI_DosageGolang Pointers
We know every variable has a location in memory. In Go, a pointer is a special variable used to store...

manuelRetrieve the current price for an crypto currency
You can use this to retrieve the current price for an crypto currency. I used this in another project...

AI_DosageHandling Incoming HTTP Requests In GO
Go is a very powerful tool in the development of web services. In this article i will be covering how...

manuelA Simple PAYONE Integration in Golang
If you want to process payments with Payone, here is a simple package. How to use it...

GeekTechEverything you need to know about Go-Lang - #2
You probably have heard about Google's cool language called Golang. Golang is a statically typed,...

RueianUsing Redis 7's New Sharded Pub/Sub in Go
Redis 7.0 RC1 is released in 2022/1/31. And it comes with a new Sharded Pub/Sub feature: Sharded...

Maurício LinharesGoF Design patterns that still make sense in Go
Since its release in 1994, the Design Patterns book continues to be a seminal work in building...

Rotem TamirProgrammatic inspection of databases in Go using Atlas
Database inspection is the process of connecting to a database to extract metadata about the way data...

Ole PetersenHow we built a student project platform using Graphql, React, Golang, Ory Kratos and Kubernetes, part 1
The idea I started my studies at university in times of Covid. With limited contact to...

Viacheslav PoturaevTutorial: Developing a RESTful API with Go, JSON Schema validation and OpenAPI docs
This tutorial continues Developing a RESTful API with Go and Gin featured in Go documentation. Please...

Demola MalomoRobust media upload with Golang and Cloudinary - Gin-gonic Version
This post discussed how to structure a Gin-gonic application, integrate Cloudinary with Golang and upload media files to Cloudinary

Toby ChuiUpdate any application binary with this launcher!
Recently, I was working on a software updater for my project and I found that there is no easy way...