• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Understanding Unix Domain Sockets in Golang
go2022-12-06
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Understanding Unix Domain Sockets in Golang

In Golang, a socket is a communication endpoint that allows a program to send and receive data over a...

Concurrencia en Golang III
api2022-12-07
Tomas Francisco LingottiTomas Francisco Lingotti

Concurrencia en Golang III

|1. | Modelo de concurrencia |2. | Goroutines y canales |3. | Wait Groups |4. | Select y Worker...

Varmomapo - MongoDB Atlas Hackathon 2022 on DEV
atlashackathon222022-12-07
Simon HEGESimon HEGE

Varmomapo - 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!

AoC Day 3 - Rucksack Reorganization
adventofcode2022-12-07
Gal ElmalahGal Elmalah

AoC Day 3 - Rucksack Reorganization

Rucksack Reorganization Question We are going into the jungle! We put Legolas in charge of...

Answer.dev v0.5.0 is here!
programming2022-12-07
AnswerGrowthAnswerGrowth

Answer.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,...

How to read a file and convert JSON to Go Struct
go2022-12-05
Maxime GuilbertMaxime Guilbert

How 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...

Setup Error Middleware and async Handler in Node.js
go2022-12-05
Aneeqa KhanAneeqa Khan

Setup Error Middleware and async Handler in Node.js

The express framework has a default error handler, that catches and processes errors that occur...

AZ-400: Design and implement pipeline automation
backend2022-12-06
Alec DutcherAlec Dutcher

AZ-400: Design and implement pipeline automation

Return to Exam Guide Integrate pipelines with external tools, including dependency scanning,...

The right tool for the job, building a tool for the IJF in Go-lang
go2022-12-05
Lance WicksLance Wicks

The 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...

How to uninstall Hugo on Windows
webdev2022-12-05
Redeem GrimmRedeem Grimm

How 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
atlashackathon222022-12-04
Harsh MangalamHarsh Mangalam

Mongogram - Social media backend api using golang and mongodb

My submission to the MongoDB Atlas Hackathon 2022 on DEV!

AoC Day 2 - Rock Paper Scissors
adventofcode2022-12-04
Gal ElmalahGal Elmalah

AoC Day 2 - Rock Paper Scissors

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

Refactoring code with ChatGPT
chatgpt2022-12-04
David MohlDavid Mohl

Refactoring code with ChatGPT

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

First class functions in Go
go2022-12-03
Srinivas KandukuriSrinivas Kandukuri

First class functions in Go

1. Higher Order functions In Go,language, a function is called a Higher order function it...

Illustrating Istio⛵
devops2022-12-02
Pratik SinghPratik Singh

Illustrating Istio⛵

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

Goroutine Race Condition
go2022-12-02
I P U L   D E VI P U L D E V

Goroutine Race Condition

What is race conditions ?... A race condition is a condition when more than one goroutine accesses...