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

DynamoDB client for Go
aws2024-02-25
juricakejuricake

DynamoDB client for Go

Hey all! I'm building a simple DynamoDB client for Go. I've always felt that AWS-provided client...

Connecting local apps to remote servers. An advance Go guide.
webdev2024-02-25
MatMat

Connecting local apps to remote servers. An advance Go guide.

This guide will show how I created a system that allows clients (mobiles in this case) to connect to...

Password-less Auth in Go – Hands-on Part 1
webdev2024-02-24
Abhik BanerjeeAbhik Banerjee

Password-less Auth in Go – Hands-on Part 1

Picking up right where we left off, we will start with the packages before we come to the main...

Routing the Easy Way in Go
webdev2024-03-06
Abhik BanerjeeAbhik Banerjee

Routing the Easy Way in Go

I have come across many developers who feel overwhelmed when trying to design a backend server in a...

Adding A Settings Page (Cosplore3D Pt:21)
go2024-02-24
Chig BeefChig Beef

Adding A Settings Page (Cosplore3D Pt:21)

Intro This is a series following Cosplore3D, a raycaster game to learn 3D graphics. This...

Go + Hypermedia - A Learning Journey (Part 1)
webdev2024-02-23
Patrick NeisePatrick Neise

Go + Hypermedia - A Learning Journey (Part 1)

A series on my learning journey with Go, HTMX, Templ, Echo, and TailwindCSS

Go + hot reload
go2024-02-23
Bruno GomesBruno Gomes

Go + hot reload

Esse post é uma dica rápida para ajudar o desenvolvimento de aplicações Go ficar mais dinâmico e...

Simple utility function that will make you handle pointers in Go easier
go2024-02-12
Laba SubagiaLaba Subagia

Simple utility function that will make you handle pointers in Go easier

Using Pointer in Go is sometimes inevitable. One case is when I started to learn how to use Go. At...

How a Distributed File System in Go Cut Memory Usage by 90%
go2024-02-23
DASWUDASWU

How a Distributed File System in Go Cut Memory Usage by 90%

TL;DR: JuiceFS, written in Go, can manage tens of billions of files in a single namespace. Its...

Faster Blogging: A Developer's Dream Setup
go2024-02-22
LinceMathewLinceMathew

Faster Blogging: A Developer's Dream Setup

glee our dev friendly blogging setup has been undergoing a huge transformation for the last few...

12 Security Tips for Golang Apps - validation, sanitization, auth, CSRF attacks, hashing ++
go2024-04-16
Nik L.Nik L.

12 Security Tips for Golang Apps - validation, sanitization, auth, CSRF attacks, hashing ++

Security isn't optional, it's foundational. Let's talk about building bulletproof Golang...

A comprehensive guide on how to migrate from Python to Go
python2024-02-22
Honeybadger StaffHoneybadger Staff

A comprehensive guide on how to migrate from Python to Go

This article was originally written by Muhammed Ali on the Honeybadger Developer Blog. Go (often...

Go: The Fundamentals - Pointer
go2024-02-22
Kritawit.YaKritawit.Ya

Go: The Fundamentals - Pointer

Pointer เป็น Concept พื้นฐานในงาน Computer Science และมีอยู่ในหลาย Programming Language, ซึ่งใน Go...

Go的基本操作(一)
go2024-02-22
JU DaDaoJU DaDao

Go的基本操作(一)

基本儲存型態、變數以及迴圈用法 數值計算 各型態 string, integer, floats, booleans, booleans...

Delving Deeper: Enriching Microservices with Golang with CloudWeGo
programming2024-02-22
Yacine Si Tayeb Yacine Si Tayeb

Delving Deeper: Enriching Microservices with Golang with CloudWeGo

What if there existed an RPC framework that provided not only high performance and extensibility but...

Golang Anonymous Functions: A Guide [#Go101]
go2024-02-21
Lautaro StrappazzonLautaro Strappazzon

Golang Anonymous Functions: A Guide [#Go101]

Introduction Anonymous functions (lambda functions or literal functions) are those that...