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

Create an AI Voice Generator App in 5 minutes with Encore 🧠✨
ai2023-10-17
Marcus KohlbergMarcus Kohlberg

Create an AI Voice Generator App in 5 minutes with Encore 🧠✨

TL;DR This guide shows you how to build a web app in Go that uses ElevenLabs generative...

Entendendo as métricas do K6 - Parte 2
performance2023-10-17
Marlo HenriqueMarlo Henrique

Entendendo as métricas do K6 - Parte 2

Na primeira parte desta serie de publicações, exploramos as métricas default geradas pelo K6. Nesse...

Diving into CORS with Nitric in GO
go2023-10-17
Rak Rak

Diving into CORS with Nitric in GO

Understanding CORS Middleware in Web Applications CORS, or Cross-Origin Resource Sharing, is a...

Grogue: A Roguelike Tutorial in Go (Part 2)
roguelike2023-10-16
Sean CallawaySean Callaway

Grogue: A Roguelike Tutorial in Go (Part 2)

Adding entities and the map

I'm going back to school, Live
go2023-10-16
Jonathan HallJonathan Hall

I'm going back to school, Live

I’m going back to school. And you’re invited along. Specifically, I’m preparing to go through...

Build a GraphQL API and deploy it in minutes with Encore 🚀
programming2023-10-15
Marcus KohlbergMarcus Kohlberg

Build a GraphQL API and deploy it in minutes with Encore 🚀

TL;DR This guide shows how to build a GraphQL API with Encore. It implements a backend for...

Golang Web API: Project configuration management using Viper
go2023-10-15
Hamed NaeemaeiHamed Naeemaei

Golang Web API: Project configuration management using Viper

In this section, I create separate config files (yaml) for the development environment and docker...

How to read a function's Stdout logs in Go tests
go2023-10-15
TedTed

How to read a function's Stdout logs in Go tests

Being able to read the output of a function can be useful to read some good your tests are failing....

Iterium - Generic Channel-based Iterators for Golang
go2023-09-15
St. BSt. B

Iterium - Generic Channel-based Iterators for Golang

The Iterium package is a powerful toolkit for creating and manipulating generic iterators in Golang....

Build a Type-Safe Web App with Encore + Next.js
nextjs2023-10-13
Marcus KohlbergMarcus Kohlberg

Build a Type-Safe Web App with Encore + Next.js

This is a quick guide to creating and deploying an Encore + Next.js web app. 🌟 It's a great way to...

Puking Rainbows
go2023-10-14
rsteubersteube

Puking Rainbows

Shells support colored output. Some do so also during tab completion. It can provide extra context...

Too Good To Go Go
go2023-10-13
Simon MartyrSimon Martyr

Too Good To Go Go

In my previous article I created a command line version of one of my favourite mobile application,...

A login authentication Golang library
tutorial2023-10-13
luxionluxion

A login authentication Golang library

Token-Go https://github.com/weloe/token-go This library focuses on solving login...

Achieving High-Level Atomic Operations in Go
go2023-10-12
Alexey ShevelyovAlexey Shevelyov

Achieving High-Level Atomic Operations in Go

Achieving High-Level Atomic Operations in Go Go offers first-class support for...

Integration Test SQL Server Store with testcontainers-go
testing2023-10-12
Kashif SoofiKashif Soofi

Integration Test SQL Server Store with testcontainers-go

This is a continuation of an earlier post Integration Test SQL Server Store (go). In this tutorial I...

Process events once, (pub/sub) using Nitric in GO
go2023-10-11
Rak Rak

Process events once, (pub/sub) using Nitric in GO

The Idempotent Consumer pattern is essential for handling duplicate messages in microservices,...