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

Chig BeefCreating a Storyline (Cosplore3D Pt:3)
Intro This is a new series following Cosplore3D, a raycaster game to learn 3D graphics....

Aurélie VacheTips for Terraform acceptance test: Disable test caching in Go
Disabling test caching in Go with a not so well known behavior and feature. useful for Terraform acceptance tests.

Utpal NadigerTypical challenges faced while setting up CI/CD for Terraform at scale
Say, hypothetically, that you are a part of a startup handling payments, and after a good few months...

Ekemini Samuelfunction signatures in Go
Functions are the foundations of software programs. APIs, and applications, are all built from...

prakash chokalingamSeamlessly Embed Files Into Your Go Binary
Incorporating YAML, JSON, or other configuration files into your Go application is becoming a...

TechAtikiNSunaar - A full, Full-Stack Project
I am super excited to share with you all a project that I have built recently: Sunaar✨ Sunaar...

Chig BeefFixing Raycasting (Cosplore3D Pt:2)
Intro This is a new series following Cosplore3D, a raycaster game to learn 3D graphics....

Dave SmithExercises in Concurrency - All Goroutines are Asleep!
How It Started I saw the One Billion Row Challenge at the beginning of January and was...

Yacine Si Tayeb Enhancing Performance in Microservice Architecture with Kitex
This post explores the creation and optimization of ByteDance’s Remote Procedure Call (RPC)...

Viacheslav PoturaevBuilding a portable face recognition application with Go and dlib
TL;DR We're going to build a portable facial recognition microservice for Linux using static linker...

Chig BeefWolfenstein 3D Raycaster (Cosplore3D Pt:1)
Intro This is a new series following Cosplore3D, a raycaster game to learn 3D graphics....

Mathias Jiyainvalid go version '1.21.4': must match format 1.23
Todays article is about how to get passed this error. So, I was trying to setup a GitHub workflow...

Ege AytinImplementing JWT Authentication in a Golang Application
In this tutorial, we'll explore the fundamentals of JWT authentication, understanding its...

Manav KushwahaLearning Microservices with Go(Part 2). Service Discovery
This post is the second part of the "Learning Microservices with Go". I'm writing these posts as I'm...

Alexander DeminContext Matters: Advanced Error Handling Techniques in Go
TL;DR: This article explores advanced error handling in Go, focusing on contextual errors that...

Alex Sandro GarzãoPascal rodando na JVM
Compiladores é um dos temas do qual tenho muito interesse. Inclusive estou publicando alguns projetos...