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

Colin DicksonUsing Weak Pointers in Go
Weak pointers are a new addition to Go (available in version 1.24+) that allow you to reference...

John Eliud OdhiamboFETCHING ADVENT OF CODE INPUT DYNAMICALLY IN GO
Advent of Code is a fun way for programmers to test and improve their problem-solving skills. While...

Archit Agarwal🚀 Master Custom String Formatting in Go with the GoStringer Interface!
Hey, fellow Gophers! 🐹 Custom string formatting can be a game-changer when working with your custom...

A Guide to Configuration Management in Go with Viper
Introduction Managing configurations efficiently is a cornerstone of building scalable...

Anshuman The Perfect Trio: Wails, Go & Svelte in Action
Tired of juggling your phone or browser just to get your TOTP? Meet Clave — a lightweight,...

csmtaking input with spaces in go
Context I was writing a calculator program which asks user for input expression and prints...

Archit Agarwal🎄 Advent of Code 2024: Day 2 Completed! 🚀
Today’s Advent of Code 2024 challenge was an exciting brain workout! The puzzles continue to amaze me...

Jordan TinglingCalculator Backend-API In Go
Back again with another mini-project, this time with a calculator backend API tool written in Go! I...

Christian SekiPostgreSQL Performance Tuning: The Power of work_mem
Briefing Years ago, I was tasked with solving a performance issue in a critical system for...

Jordan TinglingCurrency Converter In Go
Hey Guys! Yet another small mini-project for making a currency converter in Go! It's a simple but...

Akash SinghWhy we Built a Mini-Language for a Golang Hackathon
A Hackathon, Again? At this point, I have been to 9 hackathons, one of them being an...

Ramón BerruttigRPC Streaming: Best Practices and Performance Insights
Introduction gRPC streaming allows protobuf messages to be streamed from client to server,...

stringintechUnderstanding JWT Authentication: Spring Security's Architecture and Go Implementation
After setting up JWT stateless authentication (available here), I wanted to understand what happens...

Rez MossThe Crypto Commandments: Best Practices and Pitfalls to Avoid, Go Crypto 10
Hey there, crypto crusader! You've learned the tools of the trade, but now it's time to master the...

David MyttonRethinking our REST API: Building the Golden API
At some point, every company reaches a crossroads where they need to stop and reassess the tools...

Oyedele TemitopeHow to Set Up Authorization in a Bookstore Management System with Go, HTMX, and Permit.io
Authorization is important when building applications, as it determines what actions and resources a...