• 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 Beginner-friendly Approach to Developing a REST API with Go and Gin
go2023-12-24
Gospel LekiaGospel Lekia

A Beginner-friendly Approach to Developing a REST API with Go and Gin

A step-by-step interactive tutorial to understanding REST API in Go with Gin.

Empowering Caddy: User Friendliness with Case-Insensitive Caddyfiles
go2023-11-25
Omar HusseinOmar Hussein

Empowering Caddy: User Friendliness with Case-Insensitive Caddyfiles

An interesting project that I recently contributed to is Caddy, a fast and extensible multi-platform...

Deployment approaches in Microservices.
microservices2024-01-16
Mohammad QuanitMohammad Quanit

Deployment approaches in Microservices.

Deploying monolith applications usually means running one or more servers of a usually large single...

Surviving the Zone01 Software Development Piscine Bootcamp in Kenya
webdev2023-12-23
TekniksMilaTekniksMila

Surviving the Zone01 Software Development Piscine Bootcamp in Kenya

Embarking on the Zone01 Piscine felt like diving into uncharted waters, a digital sea of challenges...

Docker setup for Go APIs
docker2023-12-21
Aashish KoshtiAashish Koshti

Docker setup for Go APIs

In this blog post I've covered how to integrate Docker in your Backend Go APIs application. ...

Go Channels: Creating the Simplest TCP Chat only w/ STD
tutorial2023-12-12
William SpaderWilliam Spader

Go Channels: Creating the Simplest TCP Chat only w/ STD

I strongly believe that the best way to learn a new programming language is by doing side...

Introducing Go-Architect
go2023-12-22
Francisco DainesFrancisco Daines

Introducing Go-Architect

Summary In this article, I will introduce you to a tool called Go-Architect, we will see...

How to use GoLang in Flutter Application - Golang FFI
flutter2023-12-20
Jhin LeeJhin Lee

How to use GoLang in Flutter Application - Golang FFI

GoLang is a very powerful language that is easy to use. Writing a GoLang program and compiling it to...

spectest: 'go test' output only FAIL results and statistics
go2023-11-19
nchikanchika

spectest: 'go test' output only FAIL results and statistics

Improving Readability of Test Results Developers in the Golang community execute unit...

Bundling Go Lambda Functions with the AWS CDK
aws2023-12-22
Matt BacchiMatt Bacchi

Bundling Go Lambda Functions with the AWS CDK

Recently the Lambda Go runtime has changed from using the Go 1.x managed runtime to using the...

Building a cloud backend in Go using REST and PostgreSQL
tutorial2023-12-18
Marcus KohlbergMarcus Kohlberg

Building a cloud backend in Go using REST and PostgreSQL

TL;DR This guide shows you how to build and deploy and Go backend for a URL Shortener....

Go concurrency simplified. Part 4: Post office as a data pipeline
go2023-12-21
MykolaMykola

Go concurrency simplified. Part 4: Post office as a data pipeline

Hello there! The main part of my moving to a new place adventures seems to be behind. Since I'm still...

Building a Go Package with Melange and a Docker Image with Apko
go2023-12-21
Patrick DomnickPatrick Domnick

Building a Go Package with Melange and a Docker Image with Apko

In this tutorial, we will learn how to create a Go package with Melange, build a Docker with Apko...

API completa em Golang - Parte 4
go2023-12-21
Wiliam V. JoaquimWiliam V. Joaquim

API completa em Golang - Parte 4

O que vamos fazer? Na parte 4 do nosso crud, vamos fazer a lógica do nosso service de...

How to Test SMTP Settings under 5 Minutes
smtp2023-12-21
BerkBerk

How to Test SMTP Settings under 5 Minutes

Overview In this tutorial, you will see how to test SMTP settings with a tool named gomtp...

Install and Configure PostgreSQL With GoLang
go2023-12-21
karthikeyankarthikeyan

Install and Configure PostgreSQL With GoLang

Install PostgreSQL: If you haven't already installed PostgreSQL, you can do so using the following...