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

Docker healthcheck experiments with Go web app
docker2021-02-12
ChenChen

Docker healthcheck experiments with Go web app

Check out Docker HEALTHCHECK feature with a small configurable Go web app with example

Go, Rust and C++ Side by Side
rust2021-02-10
Alex MercedAlex Merced

Go, Rust and C++ Side by Side

Why? Recently I did a blog post where I show the basic syntax in Javascript, Python, Ruby...

Designing a Reverse Proxy: Why Golang performs better than Java(Spring Boot), An In-Depth Analysis
proxy2021-02-09
SajidSamsadSajidSamsad

Designing a Reverse Proxy: Why Golang performs better than Java(Spring Boot), An In-Depth Analysis

Reverse Proxy In micro-service, Reverse Proxy is a popular term. Let's describe a Reverse...

Guía API CRUD con Go y PostgreSQL
tutorial2021-02-08
Marlos RodriguezMarlos Rodriguez

Guía API CRUD con Go y PostgreSQL

¿Porque escoger Go para crear una API? 🤔 Go es un lenguaje fantástico creado por Google, f...

Middleware...for the Client?
go2021-02-08
Chad KundeChad Kunde

Middleware...for the Client?

Using the middleware concept with Go HTTP Client

Debugging Go in Vim
go2021-02-08
Bhupesh Varshney 👾Bhupesh Varshney 👾

Debugging Go in Vim

Using make in Vim/NeoVim can be a handy utility if you want to quickly build, run & debug...

Using the Twitter API to get tweets
go2021-02-07
cameronldrobertscameronldroberts

Using the Twitter API to get tweets

This post will talk through the steps on how to create your own Twitter bot in Go! We will be making...

Go routines
go2021-02-07
Perm ChaoPerm Chao

Go routines

Go routines ลองนึกดูว่าถ้ามีคนอยู่หลายคน หนึ่งคนมีค้อนกับตะปูเพื่อจะตรอกเข้ากับกำแพง แต่ละ...

Use Mac APIs and build Mac apps with Go
go2021-02-02
Jeff LindsayJeff Lindsay

Use Mac APIs and build Mac apps with Go

An Objective-C bridge for Go with bindings to common Mac APIs

A mini-guide - Go Modules and Private Repositories
go2021-02-06
Johan LejdungJohan Lejdung

A mini-guide - Go Modules and Private Repositories

The official dependency management system Go Modules have been supported since Go 1.11, and has since...

Dreams from the multiverse where Crystal is as popular as Go and Rust
crystal2021-02-03
Sam JohnsonSam Johnson

Dreams from the multiverse where Crystal is as popular as Go and Rust

Musings about the Crystal programming language and, why I think it deserves more attention, and how it perhaps missed the opportunity to go viral

Go functions, closures and handlers
go2021-02-06
Adelina Simion 🥑Adelina Simion 🥑

Go functions, closures and handlers

Estimated reading time: 7 mins While Go is not a functional language, functions are a central part...

Go 2 generics in 5 minutes
go2021-02-05
Alberto de MurgaAlberto de Murga

Go 2 generics in 5 minutes

Go 2 generics in 5minutes Two generic gophers. Photo by Lukáš Vaňátko on Unsplash The...

Errors Are Not Exceptions
languages2021-01-29
swyxswyx

Errors Are Not Exceptions

Many language ecosystems use try/catch paradigms to represent both errors and exceptions. This is wrong.

Getting started with libp2p in Go
go2021-02-03
Felipe RosaFelipe Rosa

Getting started with libp2p in Go

This post gives a brief introduction to developing peer-to-peer applications using libp2p using the G...

Build user authentication in Golang with JWT and mongoDB
jwt2021-02-03
JOOJO DONTOHJOOJO DONTOH

Build user authentication in Golang with JWT and mongoDB

This article assumes that you already have Golang installed and you are aware of how to setup a simp...