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

Is plain Go Still a Good Choice in 2025?
programming2025-03-10
Vaidehi AdhiVaidehi Adhi

Is plain Go Still a Good Choice in 2025?

As we move through 2025, the software development landscape continues to evolve rapidly. Technologies...

Setting Up a Simple Go Fiber Project
go2025-03-10
luthfisauqi17luthfisauqi17

Setting Up a Simple Go Fiber Project

In this tutorial, we will go step by step to set up a basic web server using Go Fiber. By the end...

Godoc-Lint: a linter for Go Doc Comments (godocs) [RE#16]
article2025-03-09
Babak K. ShandizBabak K. Shandiz

Godoc-Lint: a linter for Go Doc Comments (godocs) [RE#16]

I was in a break between jobs when I decided it’s time to tackle the idea I had for a long time;...

Building a Robust Message Queue System with Kafka and GoFrame
go2025-03-09
Jones CharlesJones Charles

Building a Robust Message Queue System with Kafka and GoFrame

Hey fellow devs! 👋 Today, we're diving into how to build a robust message queue system using Apache...

My First Steps in Go as a JavaScript Dev Moving to DevOps
go2025-03-09
w3cdpassw3cdpass

My First Steps in Go as a JavaScript Dev Moving to DevOps

I’ve recently decided to take the plunge into Go (Golang) as part of my journey into DevOps. Coming...

How time.After() Can Cause Memory Leaks in Go and How to Fix Them
go2025-03-08
Nima AkbarzadehNima Akbarzadeh

How time.After() Can Cause Memory Leaks in Go and How to Fix Them

As a developer working with the tonutils-go library to interact with the TON blockchain, I’ve spent...

sqluv - simple terminal UI for DBMS & local CSV/TSV/LTSV
showdev2025-03-08
nchikanchika

sqluv - simple terminal UI for DBMS & local CSV/TSV/LTSV

I previously released the sqly command. sqly is a tool that allows you to execute SQL on CSV, TSV,...

Self-hosting with Caddy Server And Souin (Caching Module)
webdev2025-03-08
Peter MbanugoPeter Mbanugo

Self-hosting with Caddy Server And Souin (Caching Module)

Learn how to set up Caddy server and configure a caching module for it.

JSON vs YAML vs TOML vs XML: Best Data Format in 2025
json2025-03-07
LeapcellLeapcell

JSON vs YAML vs TOML vs XML: Best Data Format in 2025

Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis A...

Configuring Tracing with OpenTelemetry on AWS EKS and Go application
opentelemetry2025-03-07
Daniel German RiveraDaniel German Rivera

Configuring Tracing with OpenTelemetry on AWS EKS and Go application

This article is part of a personal project called Smart-cash. Previous posts covered topics such as...

Polyglot Microservices: Federated GraphQL Subscriptions in Golang, Rust, and Nest.js, Pt. 1
typescript2025-03-06
Joseph SuttonJoseph Sutton

Polyglot Microservices: Federated GraphQL Subscriptions in Golang, Rust, and Nest.js, Pt. 1

I haven't written a post in a long time, but I've been busy. In the past 2 years, I've gotten married...

Go Concurrency: A Deep Dive to Expertise
go2025-03-06
LeapcellLeapcell

Go Concurrency: A Deep Dive to Expertise

Leapcell: The Next-Gen Serverless Platform for Golang app Hosting Analysis of goroutine...

lexical analysis / tokenization
go2025-03-05
Victor HugoVictor Hugo

lexical analysis / tokenization

A long time ago some friends showed me one project, one screen split in a half, on the left has a...

Go Dependency Injection: A Journey from Beginner to Expert
go2025-03-05
LeapcellLeapcell

Go Dependency Injection: A Journey from Beginner to Expert

Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis ...

Introducing TMA Starter Kit: Your Fast Track to Building Telegram Mini Apps
go2025-03-05
Pavel SanikovichPavel Sanikovich

Introducing TMA Starter Kit: Your Fast Track to Building Telegram Mini Apps

Are you a developer eager to dive into the world of Telegram Mini Apps (TMA) but dreading the setup...

What is Double Entry and how to use it on a financial operation
midaz2025-03-05
Jefferson RodriguesJefferson Rodrigues

What is Double Entry and how to use it on a financial operation

Those who are starting to work in the financial sector may encounter the term "double-entry," which...