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

Integrando um BFF Rest com um microsserviço via gRPC
go2023-12-09
newtonnewton

Integrando um BFF Rest com um microsserviço via gRPC

Informações iniciais Neste texto, abordaremos o gRPC e como integrá-lo em uma arquitetura...

Go concurrency simplified. Part 1: Channels and goroutines
go2023-12-08
MykolaMykola

Go concurrency simplified. Part 1: Channels and goroutines

Christmas season is around the corner, that's why another evening I was standing in a long queue at...

Wat if... ?
discuss2023-12-08
MM

Wat if... ?

Imagine if each 'package' in our code acted as an independent Microservice. Consider the classic...

Golang: 14 Shorthand Tricks You Might Not Know!
go2023-12-08
Nandani SharmaNandani Sharma

Golang: 14 Shorthand Tricks You Might Not Know!

In the dynamic world of programming, Golang, or Go, has emerged as a versatile and efficient...

Secure password hashing in Go
applicationsecurity2023-12-07
SnykSecSnykSec

Secure password hashing in Go

Secure password hashing in Go

Improving Compiler Performance with Profile Guided Optimization
go2023-12-07
Chinonso AmadiChinonso Amadi

Improving Compiler Performance with Profile Guided Optimization

Since the rise of compilers, building software has been an ever evolving journey. Developers have to...

Building a Go Static Site Generator Using elem-go and goldmark
go2023-12-07
Chase FlemingChase Fleming

Building a Go Static Site Generator Using elem-go and goldmark

In this tutorial, we'll build a static site generator using elem-go for HTML templating and goldmark...

Using IAM authentication for Redis on AWS
redis2023-12-07
Abhishek GuptaAbhishek Gupta

Using IAM authentication for Redis on AWS

How to securely connect your Go applications to Amazon MemoryDB (or ElastiCache) for Redis using...

How I Built a Terminal UI to Display K8s Operator Metrics
go2023-12-07
Steven SklarSteven Sklar

How I Built a Terminal UI to Display K8s Operator Metrics

Examining the Prometheus metrics that are exported by your Kubernetes operator is a powerful debugging method. I've written a small application to ingest and display these metrics in the terminal. Here's a breakdown of how I did it!

Announcing the release of the Xata Go SDK
go2023-12-07
JoanJoan

Announcing the release of the Xata Go SDK

Earlier this year we shared a community spotlight focused on a Go SDK developed by a dedicated...

API completa em Golang - Parte 2
go2023-12-05
Wiliam V. JoaquimWiliam V. Joaquim

API completa em Golang - Parte 2

O que vamos fazer? Na parte 2 do nosso crud, vamos configurar nosso banco de dados com...

APIs in Go with Huma 2.0
go2023-12-06
Daniel G. TaylorDaniel G. Taylor

APIs in Go with Huma 2.0

A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed...

Building a web app backend in Go (with PostgreSQL database) in <100 lines
go2023-12-04
Marcus KohlbergMarcus Kohlberg

Building a web app backend in Go (with PostgreSQL database) in <100 lines

TL;DR 💡 In this guide we will create and deploy a Go backend in less than 100 lines of...

Type-safe Data Access in Go using Prisma and sqlc
go2023-12-05
Gabriel LemireGabriel Lemire

Type-safe Data Access in Go using Prisma and sqlc

I recently started a new project in Go where I needed a database. It was an opportunity to select a...

Using Golang + Gomobile To Build Android Application (with code)
go2023-12-04
Nik L.Nik L.

Using Golang + Gomobile To Build Android Application (with code)

Thought of delving more in Go, after these articles: Using Golang to Build a Real-Time...

Level UP your RDBMS Productivity in GO
go2023-12-05
Davide ImolaDavide Imola

Level UP your RDBMS Productivity in GO

IMPORTANT: All the things in this article are highly opinionated, and they are not a standard. I'm...