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

Week Seven Recap of #100DaysOfCode
100daysofcode2025-01-12
LymahLymah

Week Seven Recap of #100DaysOfCode

Mastering the Go Programming Language and Problem-Solving This week marked a significant...

Ore: Advanced Dependency Injection Package for Go
go2025-01-12
Firas M. DarwishFiras M. Darwish

Ore: Advanced Dependency Injection Package for Go

Lightweight, Generic & Simple Dependency Injection Solution for Go

Email Verifier using Go
go2025-01-12
Mohammad QuanitMohammad Quanit

Email Verifier using Go

Hello everyone, it's been quite some time since I wrote a tech blog, so I thought I should share...

Mastering GoFrame Logging: From Zero to Hero
go2025-01-12
Jones CharlesJones Charles

Mastering GoFrame Logging: From Zero to Hero

TLDR GoFrame provides a powerful logging system that's easy to set up and highly...

Why I'm learning Go in 2025
go2025-01-11
Pascal LleonartPascal Lleonart

Why I'm learning Go in 2025

As a web developer, I learnt how to use NodeJS for my apps' back-end. But in 2025, I decided to learn...

What is Rate Limiter and Why Use It?
go2025-01-07
Wiliam V. JoaquimWiliam V. Joaquim

What is Rate Limiter and Why Use It?

In web systems, it is common for the same client (whether a user or a service) to make multiple...

Mastering Go Reflection: Dynamic Code Generation and Runtime Manipulation Techniques
programming2025-01-11
Nithin BharadwajNithin Bharadwaj

Mastering Go Reflection: Dynamic Code Generation and Runtime Manipulation Techniques

Explore Go's reflection capabilities for dynamic code generation and runtime manipulation. Learn type introspection, value creation, and method invocation. Boost your programming flexibility.

Understanding Go's net/netip Addr Type: A Deep Dive 1/7
go2025-01-11
Rez MossRez Moss

Understanding Go's net/netip Addr Type: A Deep Dive 1/7

Hey there! Today we're going to dig into Go's net/netip package, specifically focusing on the Addr...

How to Paginate API Responses in Go
go2025-01-10
Siddhesh KhandagaleSiddhesh Khandagale

How to Paginate API Responses in Go

What Is Pagination, and Why Do We Need It? Imagine your application has a database with...

Golang with Colly: Use Random Fake User-Agents When Scraping
go2025-01-10
John FlsJohn Fls

Golang with Colly: Use Random Fake User-Agents When Scraping

One of the primary reasons for getting blocked while performing web scraping is the use of improper...

Golang: Struct, Interface And Dependency Injection(DI)
webdev2025-01-10
Nandani SharmaNandani Sharma

Golang: Struct, Interface And Dependency Injection(DI)

Background In this blog, we will explore when to use structs versus interfaces in Go. We...

How I write Go APIs in 2025 - my experience with Fuego
go2025-01-09
MikeMike

How I write Go APIs in 2025 - my experience with Fuego

My Journey with Fuego I’ve been a Go developer for a few years now and, like many Gophers, I’ve...

Go Concurrency: Mutexes vs Channels with Examples
go2025-01-08
Mohamed MayalloMohamed Mayallo

Go Concurrency: Mutexes vs Channels with Examples

Introduction When building concurrent applications in Go, synchronization is crucial to...

The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)
go2025-01-08
Archit AgarwalArchit Agarwal

The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)

Remember that blazing-fast data pipeline I talked about a while back — the one slicing through 1000...

Introduction to Go: Why Learn It?
programming2025-01-07
Ali FarhadniaAli Farhadnia

Introduction to Go: Why Learn It?

Go, also known as Golang, is a statically typed, compiled programming language designed by Google...

Generics in Go: Transforming Code Reusability
go2025-01-07
Sadanand DodawadakarSadanand Dodawadakar

Generics in Go: Transforming Code Reusability

Generics, introduced in Go 1.18, have revolutionised the way of writing reusable and type-safe code....