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

The Go Playground: Using Modules
go2023-11-06
Matt DaleMatt Dale

The Go Playground: Using Modules

This is part of an upcoming series about useful and surprising features of the Go Playground. Follow...

Testable Go Code
go2023-11-02
NYXaNYXa

Testable Go Code

Maybe you are new to testing, maybe you are new to Golang, or maybe you are curious about how to test...

Writing better Cobra CLI help messages with glamour
go2023-11-05
Luke ParkeLuke Parke

Writing better Cobra CLI help messages with glamour

Writing Cobra CLI help messages can be quite a pain, especially when styling and formatting it...

Understanding Go Syntax and Language Features
go2023-11-05
Odewole Abdul-JemeelOdewole Abdul-Jemeel

Understanding Go Syntax and Language Features

In this article, I will be introducing you to the basic foundation of reading and writing GoLang. Go...

Slog: Zero-dependency structured logging in Go
go2023-11-04
Paul AkinyemiPaul Akinyemi

Slog: Zero-dependency structured logging in Go

Structured logging is vital for all production deployments. It’s one of the few windows of insight...

Use Amazon Bedrock and LangChain to build an application to chat with web pages
go2023-11-15
Abhishek GuptaAbhishek Gupta

Use Amazon Bedrock and LangChain to build an application to chat with web pages

Learn how to build the Go web app, deploy it with AWS CDK and start asking questions! Conversational...

Binary Operators in Golang
go2023-11-02
Nahuel CostamagnaNahuel Costamagna

Binary Operators in Golang

Introduction Welcome to my article, we are going to talk about binary operators in Go...

Solve code complexity (in Go) Part 2
go2023-11-02
MarcellohMarcelloh

Solve code complexity (in Go) Part 2

Looking for maintainable software?

Enhancing Code Quality and Maintainability
cleancode2023-11-02
RusydyRusydy

Enhancing Code Quality and Maintainability

Software development is an evolving field, and it's crucial to continually improve our coding...

GoFr - An opinionated Go Microservice Framework
go2023-11-02
Vipul RawatVipul Rawat

GoFr - An opinionated Go Microservice Framework

🚀 Hello everyone! 🌟 We've been on an incredible journey with GoFr, our opinionated microservice...

🔥 Big update: the Gowebly CLI now supports Templ
go2023-11-01
Vic ShóstakVic Shóstak

🔥 Big update: the Gowebly CLI now supports Templ

Introduction Hello, everyone! 🙌 I've released a big update to the Gowebly CLI project in...

Desvendando o package fmt do Go
go2023-11-01
Wiliam V. JoaquimWiliam V. Joaquim

Desvendando o package fmt do Go

O pacote fmt é um pacote padrão do Go e muito utilizado, porém para quem esta iniciando em Go pode...

Type-Safe Infrastructure: Pioneering Simplicity and Stability
programming2023-11-01
Marcus KohlbergMarcus Kohlberg

Type-Safe Infrastructure: Pioneering Simplicity and Stability

Most developers are by now familiar with the concept of type-safety in programming. It brings...

Building Production Grade Microservices with Go and gRPC - A Step-by-Step Developer Guide with Example
go2023-10-28
Nik L.Nik L.

Building Production Grade Microservices with Go and gRPC - A Step-by-Step Developer Guide with Example

Microservices have emerged as a powerful architectural paradigm for developing complex, scalable, and...

Hacktoberfest 2023: My comeback to Open Source!
hack23maintainer2023-10-31
Enzo NoceraEnzo Nocera

Hacktoberfest 2023: My comeback to Open Source!

Intro Time's up! October will end soon and it's time for me to write down how this month...

Manage DEV Articles with Git and GitHub Actions
githubactions2023-10-31
Calvin McLeanCalvin McLean

Manage DEV Articles with Git and GitHub Actions

Introduction Git is a familiar tool for most, if not all, software engineers. While it is...