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

True love is not hard to find with RedisJSON
database2022-10-25
femolacasterfemolacaster

True love is not hard to find with RedisJSON

In the first episode of this series, we looked at the importance of JSON, JSON databases, and...

High-performance Go HTTP framework tasting
webdev2022-10-25
LorainLorain

High-performance Go HTTP framework tasting

What is Hertz Hertz [həːts] is a high-performance, high-usability, extensible HTTP...

Simplify Golang Multi Architecture Container Builds
go2022-10-26
Kamesh SampathKamesh Sampath

Simplify Golang Multi Architecture Container Builds

With arm64 based laptops getting very popular it has become a need for the container developers to...

A simple CRUD library for PostgreSQL with generics in Go
programming2022-10-25
Andrew PillarAndrew Pillar

A simple CRUD library for PostgreSQL with generics in Go

I've written previously about my thoughts on ORMs in Go and how the typical Active Record style ORMs...

Comparing Elixir with Rust and Go
rust2022-10-25
Matt AngelosantoMatt Angelosanto

Comparing Elixir with Rust and Go

Written by Manish Shivanandhan✏️ Programming has always been about getting things done quickly and...

Creating an API using Go and sqlc
go2022-10-24
Elton MinettoElton Minetto

Creating an API using Go and sqlc

Creating an API using Go and sqlc

Intro to Bubble Tea in Go
go2022-10-23
Andy HaskellAndy Haskell

Intro to Bubble Tea in Go

Doing stuff in the command line is cool and can make you feel like you're the hero in a hacker movie....

Mocks in Go tests with Testify Mock
go2022-10-24
Andy HaskellAndy Haskell

Mocks in Go tests with Testify Mock

In parts 1-3 of this tutorial series, we saw how you can use Go to write automated tests. Go's...

Writing "Writing An Interpreter In Go" In TypeScript
typescript2022-10-25
Hirotaka Tagawa / wafuwafu13Hirotaka Tagawa / wafuwafu13

Writing "Writing An Interpreter In Go" In TypeScript

Date: 08/2020, Repository: wafuwafu13/Interpreter-made-in-TypeScript I wrote Writing An...

Processing user input in Bubble Tea with a menu component
go2022-10-23
Andy HaskellAndy Haskell

Processing user input in Bubble Tea with a menu component

In the last tutorial, we did a "hello world" app, and it processed just a bit of user input ("press...

Using Testify Mock in web clients
go2022-10-24
Andy HaskellAndy Haskell

Using Testify Mock in web clients

In the last tutorial, we looked at: How Testify Mock helps us make nondeterministic code...

Golang GUI Calculator
go2022-10-23
Kuldeep SinghKuldeep Singh

Golang GUI Calculator

In this article you will learn, how you can build a calculator from scratch. We’ll focus on the Go...

GoLang - Comment utiliser des maps
go2022-10-24
Maxime GuilbertMaxime Guilbert

GoLang - Comment utiliser des maps

Quand on débute en Go et qu'on a déjà développé dans un autre langage, on peut être perturbé sur la...

GoLang - How to use maps
go2022-10-24
Maxime GuilbertMaxime Guilbert

GoLang - How to use maps

When we start in Go and we already developed in another language, we can be perturbed about how maps...

Golang: File Reading
go2022-10-24
Meet Rajesh GorMeet Rajesh Gor

Golang: File Reading

Introduction In the 22nd post of the series, we will be looking into the file-handling...

Restful API with Golang practical approach
go2022-10-17
Firdavs KasymovFirdavs Kasymov

Restful API with Golang practical approach

In this tutorial, we would be creating a Restful API with a practical approach of clean architecture...