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

Abstract to Go: Quad Trees
distributedsystems2023-10-22
Kshitij (kd)Kshitij (kd)

Abstract to Go: Quad Trees

While going through important concepts for system design interviews, I came across quad trees, a data...

HTTP Connection churn in GO
go2023-10-21
Georgios KampitakisGeorgios Kampitakis

HTTP Connection churn in GO

In this post, we are going to have a look at What is connection churn Common causes for connection...

Não use funções puras com Go
webdev2023-10-22
Mateus ViníciusMateus Vinícius

Não use funções puras com Go

Um mantra muito comum no mundo do desenvolvimento é que funções puras são sempre melhores, mas isso...

simple markdown builder in golang
go2023-10-22
nchikanchika

simple markdown builder in golang

Do you like text/template? When you need to dynamically generate Markdown, which method do...

New in Go 1.21: Toolchains
go2023-10-21
Elton MinettoElton Minetto

New in Go 1.21: Toolchains

The version 1.21 of the language implemented an essential new feature. According to the...

Build an Event-Driven Uptime Monitor in Go 🚀
go2023-10-20
Marcus KohlbergMarcus Kohlberg

Build an Event-Driven Uptime Monitor in Go 🚀

TL;DR This guide shows you how to build an uptime monitoring tool using Go and Encore. Get...

Browser Performance Testing using k6
performance2023-10-20
NaveenKumar Namachivayam ⚡NaveenKumar Namachivayam ⚡

Browser Performance Testing using k6

In this blog post you will learn how to get started with browser performance testing using k6....

Infrastructure as Code best practices
go2023-09-20
aaronkaoaaronkao

Infrastructure as Code best practices

We frequently get questions from our users on what are some of the best practices for infrastructure...

Locating failing test cases in table-driven tests in Go
go2023-10-20
motemenmotemen

Locating failing test cases in table-driven tests in Go

In Go, table-driven testing is widely known as a good practice to follow. Dividing behaviors and...

Serverless Image Generation Application Using Generative AI on AWS
ai2023-11-02
Abhishek GuptaAbhishek Gupta

Serverless Image Generation Application Using Generative AI on AWS

Use Amazon Bedrock to build an image generation solution in Go and deploy it using AWS CDK. Whether...

🤔What to expect from a Backend Development Platform
go2023-10-19
Marcus KohlbergMarcus Kohlberg

🤔What to expect from a Backend Development Platform

Encore simplifies your backend development workflow to make development easier and faster. ...

Solve code complexity (in Go) Part 1
go2023-10-19
MarcellohMarcelloh

Solve code complexity (in Go) Part 1

Looking for maintainable software?

Resilient Systems using Go: Semaphores
go2023-10-18
Kshitij (kd)Kshitij (kd)

Resilient Systems using Go: Semaphores

Previously, we talked about retry mechanism and circuit-breaker, two resiliency techniques, and what...

💡 An important addition on deploying a Go application in Docker, if net/http is used
go2023-10-17
Vic ShóstakVic Shóstak

💡 An important addition on deploying a Go application in Docker, if net/http is used

Hey, everybody! 🙌 This is a short note article that I can't help but share with the community, as I...

WebAssembly with Go: Taking Web Apps to the Next Level
tutorial2023-10-17
Ege AytinEge Aytin

WebAssembly with Go: Taking Web Apps to the Next Level

Author: Tolga Ozen Introduction You might've noticed the increasing chatter around...

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