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

🛠️ Rust vs Go: The Ultimate Showdown for Backend Development ⚡
rust2024-09-22
Hamza KhanHamza Khan

🛠️ Rust vs Go: The Ultimate Showdown for Backend Development ⚡

When it comes to modern backend development, Rust and Go (Golang) are two languages that stand out...

Simple docker deploy on gcp
googlecloud2024-09-22
ADITYA OKKE SUGIARSOADITYA OKKE SUGIARSO

Simple docker deploy on gcp

Setup git on gcp Set up personal SSH keys on Linux Use Git cmd to manage repo Install docker so we...

Mock server
go2024-09-21
Alex LunkovAlex Lunkov

Mock server

Hi everyone Recently I encountered with a need to have a mock http server for local development,...

Go time and its two clocks
go2024-09-21
Jingshao ChenJingshao Chen

Go time and its two clocks

To calculate the time lapse in Go, you can use start := time.Now() // long time consuming...

Real-Time Temperature Monitoring with Go & gRPC!
go2024-08-17
Andrea CavalloAndrea Cavallo

Real-Time Temperature Monitoring with Go & gRPC!

Hello everyone, just launched my latest project: Real-Time Temperature Monitoring with Go &...

Introducing FastSchema: A Powerful, Go-Based Web Framework & Headless CMS
go2024-09-19
Phuong NguyenPhuong Nguyen

Introducing FastSchema: A Powerful, Go-Based Web Framework & Headless CMS

Hey dev.to community! 👋 I'm excited to introduce you to FastSchema, a modern, Go-based web framework...

Froop: 50x times faster file sharing via network
go2024-09-20
Wint Khant LinWint Khant Lin

Froop: 50x times faster file sharing via network

Froop is a command-line cli, written in Golang. Its aim is to share the file very fast and...

A simple MQTT application using Go
iot2024-09-20
J FowlerJ Fowler

A simple MQTT application using Go

IoT devices promise to change the way we interact with the world around us. IoT enabled devices are...

Entendendo pacotes e modulos em Go!
go2024-09-20
Vinicius PereiraVinicius Pereira

Entendendo pacotes e modulos em Go!

Desvendando Pacotes e Módulos em Go: O que eu não entendia no começo Quando eu comecei a...

Mastering Go gRPC Services with Docker: A One-Stop Guide
grpc2024-09-19
Md ImranMd Imran

Mastering Go gRPC Services with Docker: A One-Stop Guide

Hello, fellow developers! Ready to jump into the exciting world of Go, gRPC, and Docker? Whether...

Running Go in Containers: The Issue You Didn’t Know Existed 🐳
go2024-09-18
ryan forteryan forte

Running Go in Containers: The Issue You Didn’t Know Existed 🐳

I’m gonna get straight to the point. Go is not CFS aware. Yep thats right it ain't, so if your...

Building a Password Manager in Go
go2024-09-18
SrikanthSrikanth

Building a Password Manager in Go

As a software developer, I've always been fascinated by the intersection of security and usability....

Building a simple load balancer in Go
programming2024-09-07
Vivek AlhatVivek Alhat

Building a simple load balancer in Go

Load balancers are crucial in modern software development. If you've ever wondered how requests are...

Go sync.Pool and the Mechanics Behind It
go2024-09-17
Phuong LePhuong Le

Go sync.Pool and the Mechanics Behind It

This is an excerpt of the post; the full post is available here:...

Creating a Bot for Bluesky Social
go2024-09-13
Wiliam V. JoaquimWiliam V. Joaquim

Creating a Bot for Bluesky Social

How the bot will work We will develop a bot for the social network Bluesky, we will use...

Golang Pointers
go2024-09-16
NerdherdNerdherd

Golang Pointers

Coming from Ruby, thinking about Golang pointers does require a shift in thinking. In...