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

Avinash ChodavarapuMastering Pointers in Go: An In-Depth Guide to Efficient Data Manipulation
When diving into the Go language, using pointers is often one of the more complicated and confusing...

Ronilson AlvesConcurrency and Goroutines in Go: Harnessing the power of concurrent programming
In today's fast-paced world, the ability to efficiently perform multiple tasks concurrently is...

energyBuilding cross platform desktop applications using JavaScript, HTML, and CSS in GO
Energy is the framework for Go to build desktop applications based on CEF ...

Chris FrewinTales from the Software Graveyard: The Birth and Death of Squawk Market
My latest SaaS that launched and failed. Exploring all the software I built along the way!

Gealber MoralesBuying Fragment numbers with Go
This article is a combination of two things that I love to do. The first one is what I started doing...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Profile update and app metric
Introduction Users of our application might make mistakes while filling out the...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Regenerate token & Password change
Introduction Though we had made great progress in building a performant, secure, and...

Ankit malikGo: CRUD API using Gin Framework
Introduction: Building APIs that perform CRUD (Create, Read, Update, and Delete)...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Frontend Log in and out
Introduction To see the code we wrote in the previous article in action, we'll implement...

Rafael Levi CostaBuilding a Media Management and Distribution System with Serverless Architecture
💡Introduction: “Technology is best when it brings people together.” — Matt Mullenweg In this...

Chris FrewinFull Stack Forays with Go and gRPC
From Frontend to Backend: Using gRPC (Bonus: How to Use gRPC with React Hooks!)

John Owolabi IdogunAuthentication system using Golang and Sveltekit - User registration
Introduction With the basic setup laid bare, it's time to build a truly useful API service...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Login and Logout
Introduction Having seen the beauty we made so far, let's add more features so that...

Alkesh GhorpadeKth Largest Element in an Array
Find the Kth Largest element in an Array

Phani SajjaGathering Timezone Information in GoLang
A timezone refers to a specific region on Earth that follows the same standard time. Typically, a...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - User account activation
Introduction Though we have provided a way for our users to register an account, our...