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

A CRUD API with Go, using the Gin framework and MongoDB.
go2025-05-15
Negin SaljooghiNegin Saljooghi

A CRUD API with Go, using the Gin framework and MongoDB.

Hi, here we want to create a simple and clean RESTful API built with Golang (Gin), MongoDB, and JWT...

The Spirit of Plan 9 on the Web
showdev2025-05-06
Jeff LindsayJeff Lindsay

The Spirit of Plan 9 on the Web

The latest release of Wanix, built around the ideas of Plan 9

Construindo um MCP Server do Cartola FC com Golang
mcp2025-05-15
Arthur Isvi S. SantosArthur Isvi S. Santos

Construindo um MCP Server do Cartola FC com Golang

Introdução Por definições oficiais, o MCP (Model-Context Protocol) é um protocolo aberto e...

Zero to API Hero: Crafting Go Web Services with Echo 🚀
beginners2025-05-15
Taverne TechTaverne Tech

Zero to API Hero: Crafting Go Web Services with Echo 🚀

Zero to API Hero: Go’s Echo framework enables quick creation of lightweight web services. From setup and CRUD endpoints to validation, routing, and graceful shutdown, Echo simplifies scalable API development.

Inside AWS S3 API Calls: Creating a Go-Based HTTPS Traffic Inspector
aws2025-05-13
Rez MossRez Moss

Inside AWS S3 API Calls: Creating a Go-Based HTTPS Traffic Inspector

Ever wondered what HTTP requests your command-line tools are actually making? When you run aws s3 ls...

PocketBase: Backend Made Simple
pocketbase2025-05-14
Coding With PatrikCoding With Patrik

PocketBase: Backend Made Simple

If you're a solo developer or part of a small team, let me introduce you to one of the best-kept...

How to Use SQL in Go
sql2025-05-14
Coding With PatrikCoding With Patrik

How to Use SQL in Go

Learn how to use SQL in Go (Golang) using SQLite! This tutorial covers connecting to a database,...

Hands-on Go — Learn by Doing with Realistic Examples
go2025-06-11
Allison YuriAllison Yuri

Hands-on Go — Learn by Doing with Realistic Examples

👋 Hi everyone! I'm Allison Yuri, 26 years old, currently working as a Tech Lead at Prime...

Digging Deeper into Code with Tree-Sitter: How to Query Your Syntax Tree
go2025-05-14
Shailendra Kumar GuptaShailendra Kumar Gupta

Digging Deeper into Code with Tree-Sitter: How to Query Your Syntax Tree

Hello everyone! I'm Shailendra. In my last post — 'Tree-Sitter: From Code to Syntax-Tree' — I talked...

Mastering Go Concurrency Primitives: A Practical Guide
go2025-05-14
Jones CharlesJones Charles

Mastering Go Concurrency Primitives: A Practical Guide

1. Intro: Why Go Concurrency Primitives Matter Go’s concurrency model is a developer’s...

How to Build A CLI Todo App in Go
cli2025-05-13
Coding With PatrikCoding With Patrik

How to Build A CLI Todo App in Go

In this tutorial, I'm going to show you how to create a CLI To-Do app using Go (Golang). We'll...

Tired of GUI builders? I made a code-first alternative to Retool
opensource2025-05-14
aktkyaktky

Tired of GUI builders? I made a code-first alternative to Retool

How I built Sourcetool to solve my frustrations with drag-and-drop internal tool builders and make backend developers' lives easier.

Go's singleflight package and why it's awesome for concurrent requests
go2025-05-05
Nick TaylorNick Taylor

Go's singleflight package and why it's awesome for concurrent requests

Concurrency in Go is fun… until duplicate work starts hammering your backend. I’m still pretty new...

You Don't Need GORM, there is a better alternative
go2025-05-13
Sourabh MandalSourabh Mandal

You Don't Need GORM, there is a better alternative

If you are still using GORM, Let me tell you there is a better alternative. Over the past few weeks I...

What Is the Best Web Framework for Go?
webdev2025-05-13
Coding With PatrikCoding With Patrik

What Is the Best Web Framework for Go?

Go's ecosystem has exploded with web frameworks over the past few years. Whether you're building a...

My first CLI tool with Golang
go2025-05-13
rebaserebase

My first CLI tool with Golang

I recently started learning Go and decided to build a small CLI tool as my first project. The tool...