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

Managing Firecracker microVMs in Go
go2023-09-28
Lucas JacquesLucas Jacques

Managing Firecracker microVMs in Go

This article is the second iteration of the "Orchestrating MicroVMs, from first principles" series...

Integration Test MySQL Store with testcontainers-go
testing2023-09-28
Kashif SoofiKashif Soofi

Integration Test MySQL Store with testcontainers-go

This is a continuation of an earlier post Integration Test MySQL Store (go). In this tutorial I will...

Your first API with GO & Nitric
go2023-09-27
Rak Rak

Your first API with GO & Nitric

Hey Dev.to community! Today we are diving into an exciting project where we'll create a Profile...

Building a reactive web app in Go with Fir
go2023-09-27
Matt AngelosantoMatt Angelosanto

Building a reactive web app in Go with Fir

Written by Rahul Padalkar✏️ Knowing JavaScript is usually a bare minimum requirement for web...

Build a Serverless Application for entity detection on AWS
serverless2023-09-27
Abhishek GuptaAbhishek Gupta

Build a Serverless Application for entity detection on AWS

In this blog post, you will learn how to build a Serverless solution for entity detection using...

Resilient Systems using Go: Retry Mechanism
go2023-09-27
Kshitij (kd)Kshitij (kd)

Resilient Systems using Go: Retry Mechanism

Introduction In this post, we will discuss the retry mechanism used to make systems more...

Rate Limiters: Why should we care about our 429s
softwareengineering2023-08-28
Pedro VallesePedro Vallese

Rate Limiters: Why should we care about our 429s

Making the complex, simple Modern software engineering offers a bunch of ready-to-use...

20X Faster Golang Docker Builds
go2023-09-25
JackTTJackTT

20X Faster Golang Docker Builds

According to the Go command documentation: "The go command caches build outputs for reuse in future...

Event-Driven Architecture 101
go2023-09-25
Marcus KohlbergMarcus Kohlberg

Event-Driven Architecture 101

Welcome to part one of our four-part series on Event-Driven Architecture (EDA). This first post...

Qual a diferença de usar um receiver com ou sem ponteiro em Go?
go2023-09-25
renanbastos93renanbastos93

Qual a diferença de usar um receiver com ou sem ponteiro em Go?

Ao trabalhar com Go, você pode ter se deparado com a decisão de usar um receiver com ou sem um ponteiro em métodos. Vamos explorar essa escolha fundamental na linguagem Go usando um exemplo simples de código. E no final, ainda vou compartilhar um detalhe bônus sobre o uso do defer.

Understanding HMAC Authentication for Secure APIs
webdev2023-09-25
Kittipat.poKittipat.po

Understanding HMAC Authentication for Secure APIs

Introduction In the ever-evolving landscape of web applications and APIs, security is...

Is it time to Learn Golang?
go2023-09-24
abdelino17abdelino17

Is it time to Learn Golang?

When it comes to programming languages, Go, also affectionately known as Golang, has been making...

[Go] Generate File Tree
go2023-09-24
Masui MasanoriMasui Masanori

[Go] Generate File Tree

[Go] Generate File Tree Intro This time, I try getting files and sub directories from the...

Update your dev.to articles into your Github profile
go2023-09-14
JackTTJackTT

Update your dev.to articles into your Github profile

In this article, I'll share you how to update your latest articles on dev.to into your Github...

Integration Test SQL Server Store (Go)
testing2023-10-05
Kashif SoofiKashif Soofi

Integration Test SQL Server Store (Go)

This is a continuation of an earlier post REST API with Go, Chi, SQL Server and sqlx. In this...

I generated my CV using Go templates
go2023-09-23
charly3pinscharly3pins

I generated my CV using Go templates

Introduction If you need to present any kind of data in a structured and formatted way you...