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

gRPC: what is it? An introduction...
go2024-09-27
Matheus MinaMatheus Mina

gRPC: what is it? An introduction...

The first time I heard about RPC, I was in a distributed systems class while completing my bachelor's...

gRPC: onde vive? o que come?
go2024-09-27
Matheus MinaMatheus Mina

gRPC: onde vive? o que come?

A primeira vez que ouvi falar sobre RPC foi em uma aula de sistema distribuídos, ainda quando estava...

Write raw SQL easier with pgx and sqlc in Go
go2024-09-27
remvnremvn

Write raw SQL easier with pgx and sqlc in Go

What is pgx and sqlc? pgx: a robust toolkit and PostgreSQL driver for Golang. This...

Log Streaming - what we got wrong and how we fixed it
devtools2024-09-26
Christian MillerChristian Miller

Log Streaming - what we got wrong and how we fixed it

Logs, often overlooked and disregarded until you need them! “Wait, what happened? Why did this fail?...

Docker BuildX: O Turbo das Builds de Imagens
docker2024-09-26
Rafael PaziniRafael Pazini

Docker BuildX: O Turbo das Builds de Imagens

Docker Buildx é como aquele mecânico especialista que você chama quando quer tunar seu carro para...

Using AI in your IDE to work with open-source code bases
go2024-09-26
Abhishek GuptaAbhishek Gupta

Using AI in your IDE to work with open-source code bases

Let's see how we can add enhancements to the langchaingo project with Amazon Q Developer support in...

Building a Password Manager in Go: Part 2
go2024-09-24
SrikanthSrikanth

Building a Password Manager in Go: Part 2

Welcome back to our journey of building a password manager in Go! In this second installment, we'll...

Command-Line Tools with Go: Piping Data
go2024-09-24
Tony PujalsTony Pujals

Command-Line Tools with Go: Piping Data

Unix is well-known for advocating the philosophy that commands should do one thing and do it...

⚡ **Rust vs Node.js vs Go: Performance Comparison for Backend Development** 🏎️
rust2024-09-23
Hamza KhanHamza Khan

⚡ **Rust vs Node.js vs Go: Performance Comparison for Backend Development** 🏎️

When it comes to backend development, Rust, Node.js, and Go (Golang) are three popular options, each...

My TDD Journey: How It Saved My Go Code (and My Sanity!)
go2024-09-25
FredFred

My TDD Journey: How It Saved My Go Code (and My Sanity!)

What is it Really? Test Driven Development (TDD) is basically a safety net for your code....

How to start contributing to Utreexo
blockchain2024-08-22
Njokom Alain JuniorNjokom Alain Junior

How to start contributing to Utreexo

Have you ever come across an exciting open source project which you would love to make a contribution...

Win $50 Amazon Gift Card with Instill AI in Hacktoberfest, with the mission of Get Your Data AI-Ready, Flowing, Thinking!
opensource2024-09-25
Shih-Chun HuangShih-Chun Huang

Win $50 Amazon Gift Card with Instill AI in Hacktoberfest, with the mission of Get Your Data AI-Ready, Flowing, Thinking!

Join us at Instill AI's Hacktoberfest 2024 this October as we build on the success of last year's...

Technical Deep Dive: How We Built the Pizza CLI Using Go and Cobra
go2024-09-23
John McBrideJohn McBride

Technical Deep Dive: How We Built the Pizza CLI Using Go and Cobra

Last week, the OpenSauced engineering team released the Pizza CLI, a powerful and composable...

Building a Saas in five days
saas2024-09-12
MBVMBV

Building a Saas in five days

I love myself a good challenge once in a while. Not the cringy kind you find on MrBeast's channel...

Sending IoT Device Data via MQTT broker.
iot2024-09-23
J FowlerJ Fowler

Sending IoT Device Data via MQTT broker.

In a previous post, we showed how to send and receive messages from IoT devices using an MQTT broker....

How to Publish a Golang Package
go2024-09-19
Pradumna SarafPradumna Saraf

How to Publish a Golang Package

Publishing a package is a good way to share your tool with the world. Someone can import the package...