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

Getting started with go
go2023-08-15
dwarfŧdwarfŧ

Getting started with go

go (or golang) is a popular programming language that can be used for backend but also frontend in...

Dependency Injection like a Pro in Golang
go2023-09-13
Dsysd DevDsysd Dev

Dependency Injection like a Pro in Golang

Are you ever confused about dependency injection ? What if i tell you that it's the simplest topic...

Golang Road map in 2023. From beginner to Expert
go2023-09-13
MUHAMMED ARIFMUHAMMED ARIF

Golang Road map in 2023. From beginner to Expert

As we enter the promising year of 2023, the world of software development is buzzing with...

[Go] Try TCP 1
go2023-09-13
Masui MasanoriMasui Masanori

[Go] Try TCP 1

Intro In this time, I will try sending and receiving data using TCP. Also, I will try...

Go main-run pattern
go2023-09-12
Momchil AtanasovMomchil Atanasov

Go main-run pattern

I'll try to keep this short. It's just something I have seen way too many times and that has always...

Construindo uma Pokédex Simples com Golang e a Poke API
go2023-09-13
Kaike CastroKaike Castro

Construindo uma Pokédex Simples com Golang e a Poke API

Você já quis criar sua própria Pokédex digital para explorar os Pokémon? Neste tutorial, vamos...

Understanding Concurrency
programming2023-09-12
Noob ScienceNoob Science

Understanding Concurrency

Some Background Well in real life, we are often advised to do one thing at a time and do...

Managing Worker Pool State with Prometheus and Grafana in Go - not detail
go2023-09-12
Huynh Thanh PhucHuynh Thanh Phuc

Managing Worker Pool State with Prometheus and Grafana in Go - not detail

In this article, we'll explore how to manage the state of jobs in a Worker Pool in Go while...

How to Achieve Concurrency in Go
go2023-09-11
Ekemini SamuelEkemini Samuel

How to Achieve Concurrency in Go

Concurrency is one of the top goals software developers aim to achieve in their applications. It's...

Let's build a code execution engine
programming2023-09-10
ArikArik

Let's build a code execution engine

Let's build a code execution engine

Introduction to Go app monitoring
go2023-09-11
Vladimir MihailencoVladimir Mihailenco

Introduction to Go app monitoring

When it comes to monitoring Golang applications, there are various tools and practices you can use to...

DynamoDB Streams EventBridge Pipes Multiple Items
go2023-09-10
Benjamen PyleBenjamen Pyle

DynamoDB Streams EventBridge Pipes Multiple Items

I've written a few articles lately on EventBridge Pipes and specifically around using them with...

Why I Am Not Able to Remove a Security Group?
aws2023-09-10
Ervin SzilagyiErvin Szilagyi

Why I Am Not Able to Remove a Security Group?

If you have a slightly more extended experience with IaC, more specifically with Terraform, you might...

User Authentication in Go APIs: JWT, Password Hashing, and MySQL
go2023-09-10
Aashish KoshtiAashish Koshti

User Authentication in Go APIs: JWT, Password Hashing, and MySQL

In this blog post, you'll learn how to build user authentication in Go APIs. We'll create user, store...

Rust, Go, Rinha e I/O
braziliandevs2023-09-08
Leandro ProençaLeandro Proença

Rust, Go, Rinha e I/O

Este artigo é o início de um formato diferente de conteúdo que quero experimentar, um apanhado (ou...

Use Go Lambda and API Gateway to Generate DynamoDB Tables on Demand
lambda2023-09-10
Tetiana MostovaTetiana Mostova

Use Go Lambda and API Gateway to Generate DynamoDB Tables on Demand

In my previous post, we focused on setting up Go correctly for Lambda development, zipping and...