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

Partitioned S3 Bucket from DynamoDB
serverless2023-11-17
Benjamen PyleBenjamen Pyle

Partitioned S3 Bucket from DynamoDB

I've been working recently with some data that doesn't naturally fit into my AWS HealthLake...

Building a TypeScript Simple Channel (Like Golang)
typescript2023-11-17
Huynh Thanh PhucHuynh Thanh Phuc

Building a TypeScript Simple Channel (Like Golang)

Introduction: Modern web development often involves managing asynchronous communication...

Your Microservices are probably not Type-Safe 🐘
typescript2023-11-16
Marcus KohlbergMarcus Kohlberg

Your Microservices are probably not Type-Safe 🐘

There's a lot of talk about Type-Safety in programming these days. Yet a lot of programs, especially...

How to build a desktop markdown editor
go2023-11-16
Ersin BuckleyErsin Buckley

How to build a desktop markdown editor

Building a Markdown Editor with Wails, React and Tailwind Are you tired of dealing with...

Setting Up the Go Programming Environment on Windows 11
go2023-11-16
reluthreluth

Setting Up the Go Programming Environment on Windows 11

Go is a statically typed and compiled high-level programming language crafted at Google to address...

Add context to errors
rust2023-11-16
Szymon GibałaSzymon Gibała

Add context to errors

It is Friday evening. Bob just wants to wrap up the small bug fix in the service developed by his...

Build a Cybersecurity Link-Analyzer with Go
go2023-11-16
Scofield IdehenScofield Idehen

Build a Cybersecurity Link-Analyzer with Go

Ransomware has become one of the most dangerous cybersecurity threats facing organizations and...

Deploying a Golang RESTful API with Gin, SQLC and PostgreSQL
go2023-11-15
Geoffrey Sagini MogambiGeoffrey Sagini Mogambi

Deploying a Golang RESTful API with Gin, SQLC and PostgreSQL

REST which stands for Representative State Transfer is an architectural style for designing...

Building a Type-Safe Microservices Backend in Go
go2023-11-13
Marcus KohlbergMarcus Kohlberg

Building a Type-Safe Microservices Backend in Go

TL;DR Building microservices applications can be a pain because you normally have to deal...

O poder do CLI com Golang e Cobra CLI
go2023-11-15
Wiliam V. JoaquimWiliam V. Joaquim

O poder do CLI com Golang e Cobra CLI

Hoje vamos ver todo o poder quem uma CLI (Command line interface) pode trazer para o desenvolvimento,...

What became of Heroku? 🤔
heroku2023-11-14
Marcus KohlbergMarcus Kohlberg

What became of Heroku? 🤔

🧟‍♂️ In the industry, it's a bit of a cautionary tale... In its heyday, Heroku was an...

Metaprogramming in Golang: Reflection Package guide
go2023-11-15
Geoffrey Sagini MogambiGeoffrey Sagini Mogambi

Metaprogramming in Golang: Reflection Package guide

Reflection package is a very important feature in Golang because it allows metaprogramming, which is...

OPA vs. Google Zanzibar: A Brief Comparison
webdev2023-11-14
Ege AytinEge Aytin

OPA vs. Google Zanzibar: A Brief Comparison

Introduction Authorization is a crucial aspect of any modern software system, governing...

How to setup ZeptoMail in Golang
zeptomail2023-11-14
Mathias JiyaMathias Jiya

How to setup ZeptoMail in Golang

Hello ninjas, In today's article, I bring you ZeptoMail. ZeptoMail is an email service built...

Testing a Node.js + AWS Lambda + API Gateway App - Serverless Testing Strategies
node2023-11-14
Nik L.Nik L.

Testing a Node.js + AWS Lambda + API Gateway App - Serverless Testing Strategies

Thought of delving more serverless testing, after these articles: Using Golang to Build a...

Building a fully Type-Safe Event-Driven Backend in Go
go2023-11-10
Marcus KohlbergMarcus Kohlberg

Building a fully Type-Safe Event-Driven Backend in Go

TL;DR This guide shows you how to build a fully Type-Safe event-driven backend in Go,...