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

Learning AWS - SQS
aws2022-04-20
Yusuf Turhan PapurcuYusuf Turhan Papurcu

Learning AWS - SQS

Lately I started to learn about queue systems and about their behaviors. As the first point, Let's...

Golang: Pointers
go2022-04-19
Meet Rajesh GorMeet Rajesh Gor

Golang: Pointers

Introduction In the tenth part of the series, we will be looking into an interesting...

Functional programming in Go (fp-go)
go2022-04-19
Alessio Enrico RepettiAlessio Enrico Repetti

Functional programming in Go (fp-go)

fp-go a collection of Functional Programming helpers powered by Golang 1.18+ generics

I'm WithoutPants, and I develop Stash, an organiser for your porn
introduction2022-04-19
WithoutPantsWithoutPants

I'm WithoutPants, and I develop Stash, an organiser for your porn

Stash is a self-hosted webapp for managing and serving a personal porn collection. The server side is...

Parallel Go tests executed against a PostgreSQL database running on Docker
go2022-04-19
Adrian BradAdrian Brad

Parallel Go tests executed against a PostgreSQL database running on Docker

Hello, I published an article explaining explaining how to run your Go tests in parallel against a...

Publicando uma api GO no Digital Ocean Kubernetes
kubernetes2022-04-18
Vinícius BoscardinVinícius Boscardin

Publicando uma api GO no Digital Ocean Kubernetes

Fala galerinha, veremos aqui como realizar um deploy de uma api go no cluster de Kubernetes da...

The pitfalls on using timeout in Go.
go2022-04-18
Kevin WanKevin Wan

The pitfalls on using timeout in Go.

Problems Timeouts are important for programs that connect to external resources or that...

Getting started with twirp 🦜
go2022-04-18
JustinJustin

Getting started with twirp 🦜

Build strictly typed api requests and responses and share those contracts with API consumers that can generate their own clients and communicate over JSON.

Can You "Handle" This?
go2022-04-18
Jacob KimJacob Kim

Can You "Handle" This?

Welcome to part 2 of my ongoing series, "A Gentle Intro to Golang Web Development." I hope you enjoy...

Building an application with Go and SQLite
go2022-04-15
Jeremy MorganJeremy Morgan

Building an application with Go and SQLite

Go and SQLite combined can produce small, screaming fast applications that run anywhere. Follow along as we build a complete Go application with a SQLite database backend from start to finish.

Fast Golang router with error handling
webdev2022-04-17
Vladimir MihailencoVladimir Mihailenco

Fast Golang router with error handling

BunRouter is an extremely fast Golang router for Go with unique combination of...

Monitor gRPC calls with OpenTelemetry - explained with a Golang example
go2022-04-16
Ankit Anand ✨Ankit Anand ✨

Monitor gRPC calls with OpenTelemetry - explained with a Golang example

gRPC (Google Remote Procedure Call) is a high-performance, open-source universal RPC  framework that...

Golang Stream All Lines From Stdin
beginners2022-04-16
Clavin JuneClavin June

Golang Stream All Lines From Stdin

write.sh #! /bin/sh set -euo pipefail for i in {1..100}; do echo "$i" sleep...

Go API tutorial: the begin
go2022-04-15
Ivan PesentiIvan Pesenti

Go API tutorial: the begin

Welcome back guys 👋 It's been a while since my last post written for our amazing community. A lot of...

What are methods in golang
go2022-04-14
Abdulrahman MasoudAbdulrahman Masoud

What are methods in golang

Hi, I'm Abdulrahman I'm glad to share this blog, in this blog we will talk about methods in...

How to Develop REST API using Go and Test using various methods
go2022-04-26
Saravanan GnanaguruSaravanan Gnanaguru

How to Develop REST API using Go and Test using various methods

Table of Contents Introduction Objective What is REST API? What makes a RESTful...