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

Jonas BrømsøChallenges, Solutions and more Challenges and more Solutions
a tour of an side-project

Ege AytinGoogle Zanzibar In A Nutshell
In this article we’ll examine Zanzibar, which is the global authorization system used at Google for...

Mahadevan SreenivasanBuilding a fast URL Shortener with Go and Redis
Why build a URL shortener now? URLs shorteners have been around for a while now and one...

Јане ЏумеркоскиTesting The Endpoints 🧪
After completing the implementation of the handlers and the endpoints, now it's time to test the all...

vinayHow to generate golang unit test code in VS code
Go for Function name --->right click and in that we have so many option--->select --go:...

Јане ЏумеркоскиHandlers and Endpoints 🧶
Now it's time to put the components we built previously to good use, so during this part, we will be...

Јане ЏумеркоскиInitial Setup 🛠
We will need Go 1.14+ installed in our system. You can check the Go version in your terminal by...

Јане ЏумеркоскиStorage Layer 📦
In this part, we will be working on building the storage layer of our short URL application, so let's...

Јане ЏумеркоскиAlgorithm For Generating a Short Link 🧮
In the previous part, we manage to set up the server using Golang Echo. In this part, we are going to...

Јане ЏумеркоскиIntro 🎬
Let’s admit it. We all have used a shortened URL at least once. URL Shortener is an application that...

Akshay RaoDockerize a GoLang HTTP server and deploy it on Kubernetes
Introduction In this blog I tried to host a simple HTTP server written in GoLang on Kubernetes....

aseem wangooUsing Redis for Caching (2023)
In case it helped :) We will cover briefly: Caching APIs (Go) using Redis Redis...

ToulHow to build a Twitter API v2 bot with AWS Lambda, and GoLang
Today I am introducing the InfraHamBurglar Twitter Bot, which is reporting on the latest "Robble,...

Tomas Francisco LingottiConcurrencia en Golang I
En esta serie de posts, vamos a estar explicando varios temas relacionados a la concurrencia en...

MafulBuild REST API with Go Fiber and PlanetScale - Part 2
Models Create a User model and create a file called user.go inside models directory, and...

MafulBuild REST API with Go Fiber and PlanetScale - Part 1
Introduction Fiber (gofiber.io) is web framework written in Go that much like Express in...