• 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 Mystery Of JSON Conversion Of Int64 To Float64
go2024-09-01
Ahmed HelalyAhmed Helaly

The Mystery Of JSON Conversion Of Int64 To Float64

Working with JSON can sound simple & clear, you have some struct, you can change it to JSON — A...

Circuit Breaker in Go apps
go2024-09-01
Matheus MinaMatheus Mina

Circuit Breaker in Go apps

Today it is common for our applications to have a couple of dependencies, especially when working in...

FileBrowser Installation Steps from Source Code on Ubuntu 24.04
filebrowser2024-09-01
Rajib AhmedRajib Ahmed

FileBrowser Installation Steps from Source Code on Ubuntu 24.04

FileBrowser from source on Ubuntu 24.04, follow these steps: 1. Prerequisites Ensure you...

Controlling outgoing rate limit
go2024-07-28
rafaquelhodevrafaquelhodev

Controlling outgoing rate limit

Let's imagine a scenario that one has a distributed application that interacts with a third party...

From Node.js to Go: Supercharging S3 Downloads of Thousands of Files as a Single Zip
lambda2024-08-21
hiteshhitesh

From Node.js to Go: Supercharging S3 Downloads of Thousands of Files as a Single Zip

As developers, we often face challenges when dealing with large-scale data processing and delivery....

Indeterminacy of the `mime` Package in Go: Trust But Verify
go2024-07-28
if err != nil {if err != nil {

Indeterminacy of the `mime` Package in Go: Trust But Verify

Posted originally in my blog: https://lazy.bearblog.dev/go-mime-wtf/ Background One...

Full Introduction to Golang with Test-Driven Development. Part I
go2024-07-28
Max KovalevskyMax Kovalevsky

Full Introduction to Golang with Test-Driven Development. Part I

This is a post based on the script for my video "A new learning way on how to write "Hello, World!"...

Safely using Maps in Golang: Differences in declaration and initialization
go2024-08-31
Meet Rajesh GorMeet Rajesh Gor

Safely using Maps in Golang: Differences in declaration and initialization

Introduction This week, I was working on one of the API wrapper packages for golang, and...

Golang Struct Field Scopes
go2024-08-31
NerdherdNerdherd

Golang Struct Field Scopes

Struct Field Scopes Exported Fields In other languages, this would be similar...

Automating MySQL Backups to AWS S3 on Ubuntu Instance: A Step-by-Step Guide
go2024-08-31
Manoj SwamiManoj Swami

Automating MySQL Backups to AWS S3 on Ubuntu Instance: A Step-by-Step Guide

In today's data-driven world, regular database backups are crucial for any business. In this guide,...

Go long by generating PDFs in Golang with Maroto
go2024-08-30
Megan LeeMegan Lee

Go long by generating PDFs in Golang with Maroto

Written by Subha Chanda✏️ Go, also known as Golang, is a statically typed, compiled programming...

ZEHD: The Zero Effort Hosting Daemon
webdev2024-07-29
Adam PoniatowskiAdam Poniatowski

ZEHD: The Zero Effort Hosting Daemon

Previously on ZEHD:...

Development Principles
development2024-09-02
Luis DouradoLuis Dourado

Development Principles

Programming is a journey of continuous improvement. As we gain experience, we encounter practices and...

Build basic microservice online store backend with Golang use Api Gateway Pattern - Part 1
go2024-08-30
Agust Rinaldo KurniawanAgust Rinaldo Kurniawan

Build basic microservice online store backend with Golang use Api Gateway Pattern - Part 1

Introduction Hey, fellow developers! 👋 Ever thought about building a microservices...

gRPC between Web and Server.
grpc2024-08-30
Jay EhsaniaraJay Ehsaniara

gRPC between Web and Server.

This project demonstrates how to set up a simple gRPC communication between a web client and server...

Writing a Windows Service in Go
go2024-08-27
Barani Kumar SBarani Kumar S

Writing a Windows Service in Go

Table Of Contents Introduction What exactly is a windows "service"? Why Golang? Writing a...