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

JerUsing Google Secrets Manager with Kubernetes
If you're running applications on Kubernetes, you know that managing secrets (such as passwords, API...

Prasanna KumarFireQL - Query Google Firestore database using SQL syntax.
FireQL is the Golang library and interactive CLI tool to query the Google Firestore database using...

Vikas SolegaonkarAmazon Lex: Conversations in the Cloud
Conversational interface is the way of the future. Nothing can beat the user experience of a user...

Prabashwara SeneviratneWhy multiple calls to set state with the React useState hook don't work
You are making multiple calls to setState from React's useState hook. Perhaps you want to add...

Siddhesh KhandagaleBuilding CRUD Operations in Golang 🎉
Introduction : Hey there 👋, In this tutorial, we are going to create a Web API with CRUD...

Prabesh ThapaBackend API development using Go
Here is the link to the youtube playlist which i have been creating to build a production ready API...

vala broumandhow to install assetfinder tool on any linunx distro 🐧
With this tool we can find domains and subdomains potentially related to a given domain. this tool is...

Pierre JambetA toy Redis Server, in Go
What we're building By the end of this post we will have a concurrent TCP server written...

Siddhesh KhandagaleJWT Authentication in Go
Introduction : Hey there 👋, In this tutorial, we are going to learn about implementing JWT...

Khalil DrissiBuilding and releasing Go binaries
Introduction Whether you’ve written a CLI or a HTTP server, most of the time Go code can...

mikkergimenezIf Prometheus is pull-based, how does the push gateway work?
Prometheus is exclusively pull-based… …ish The Pushgateway is an intermediary service which allows...

R3DevelopersGetting ready for Corda 5 is simple.
It's the start of something big! Join R3's upcoming free Bootcamps to learn all that encompasses...

José CórdovaQuick Guide To Big O Notation
Introduction to Big O Notation

ayka.codeThe Python of Revenge!
Hello readers! I usually write tutorials and articles about programming. But today, I wanted to...

Possawat SanorkamOptimizing Go code with GCCGO for improved performance
One day, my teacher asked me why Go compiled program has terrible perfomance and he kept mentioning...

Pol MilianBuilding a Twitter bot with Go, GPT-3 and AWS
I've recently been learning Go, as you can read in my previous post. What better way to learn a...