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

Douglas Makey Mendez MoleroUnderstanding Unix Domain Sockets in Golang
In Golang, a socket is a communication endpoint that allows a program to send and receive data over a...

Tomas Francisco LingottiConcurrencia en Golang III
|1. | Modelo de concurrencia |2. | Goroutines y canales |3. | Wait Groups |4. | Select y Worker...

Simon HEGEVarmomapo - MongoDB Atlas Hackathon 2022 on DEV
A serverless web application, using MongoDB Atlas to display heat maps based on OpenStreetMap data. My submission to the MongoDB Atlas Hackathon 2022 on DEV!

Gal ElmalahAoC Day 3 - Rucksack Reorganization
Rucksack Reorganization Question We are going into the jungle! We put Legolas in charge of...

AnswerGrowthAnswer.dev v0.5.0 is here!
Thanks to our contributors! Answer.dev 0.5.0 is here! Please check out our updates of new features,...

Maxime GuilbertHow to read a file and convert JSON to Go Struct
Today, we will see how to read files and how to convert JSON files to Go struct! 1 - How...

Aneeqa KhanSetup Error Middleware and async Handler in Node.js
The express framework has a default error handler, that catches and processes errors that occur...

Alec DutcherAZ-400: Design and implement pipeline automation
Return to Exam Guide Integrate pipelines with external tools, including dependency scanning,...

Lance WicksThe right tool for the job, building a tool for the IJF in Go-lang
Originally published on: The right tool for the job, building a tool for the IJF in Go-lang Recently...

Redeem GrimmHow to uninstall Hugo on Windows
It's easy like chocolate! Tools we'll use Chocolately ( Package Manager For Windows) 3 Simple...

Mongogram - Social media backend api using golang and mongodb
My submission to the MongoDB Atlas Hackathon 2022 on DEV!

Gal ElmalahAoC Day 2 - Rock Paper Scissors
Rock Paper Scissors 🪨🧻✂ Question The Elves begin to set up camp on the beach. To decide...

David MohlRefactoring code with ChatGPT
From my blog: https://david.coffee/refactoring-code-with-chat-gpt/ ChatGPT is really damn...

Srinivas KandukuriFirst class functions in Go
1. Higher Order functions In Go,language, a function is called a Higher order function it...

Pratik SinghIllustrating Istio⛵
This article will cover the introduction, basics, and uses of a Istio. Prerequisites ✅ I...

I P U L D E VGoroutine Race Condition
What is race conditions ?... A race condition is a condition when more than one goroutine accesses...