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

Chiranjeevi TirunagariGo - Pointers and User input
Introduction This is the part 3 of the Go lang series. In the previous part, we saw what...

Eray AtesChore - control-flow requests
I created this application so you can drag and drop design your API. It is a low-code app, and this...

Alkesh GhorpadeLeetCode - Remove Duplicates from Sorted List II
LeetCode - delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list using C++, Golang, and Javascript.

Meet Rajesh GorGolang: Closures
Introduction In the previous part of the series, we covered anonymous functions and in...

LucasKafta is a modern non-JVM command line for managing Kafka clusters
After several nights, weekends and late nights. Today we have the first stable release of Kafta. This...

SamRequest ACM certificate with DNS validation in Go
I've been dealing with AWS SDK a lot in building https://github.com/dotenx/dotenx, and I've found it...

Common FatePrevent Logging Secrets in Go by Using Custom Types
In our codebase for Granted Approvals, we’ve got a structure that looks like this: type Provider...

RhuaridhDeploy a Golang Lambda
A quick example showing how to deploy a Golang HelloWorld Lambda

Abhishek GuptaUse AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app
Earlier, I wrote about a Serverless URL shortener application on AWS using DynamoDB, AWS Lambda and...

Denys HromniukHow to implement a basic CRUD in Golang protected by Auth0
About This tutorial is a step-by-step guide for implementation of a system capable of...

AlexanderGo and ElasticSearch full-text search microservice in k8s👋✨💫
👨💻 Full list what has been used: Elasticsearch client for Go RabbitMQ Go RabbitMQ Client...

Sebastian RoyRelaying a Microservice JSON Response to the Client by Unmarshalling Go Structs
In this post we will transform a JSON response from a microservice by adding metadata like a name,...

Erin BensingerFollow Friday: Golang Edition (12 August 2022)
header image courtesy of go.dev Happy Friday, friends! 🎉 Follow Friday is your weekly opportunity to...

Wesley PowellBetter Golang Error Handling
TL;DR Skip to the end to see the code Motivation I recently reviewed various reasons why...

Chiranjeevi TirunagariGo - Variables, Constants and Datatypes
Introduction This is the part 2 of the Go lang series. Do checkout the first one if you...

Jacob KimIntro to Concurrency in Go
Concurrency is a cool topic that can be a huge asset once you get the hang of it. To be honest, I was...