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

Using Google Secrets Manager with Kubernetes
go2023-01-04
JerJer

Using Google Secrets Manager with Kubernetes

If you're running applications on Kubernetes, you know that managing secrets (such as passwords, API...

FireQL - Query Google Firestore database using SQL syntax.
github2023-01-04
Prasanna KumarPrasanna Kumar

FireQL - Query Google Firestore database using SQL syntax.

FireQL is the Golang library and interactive CLI tool to query the Google Firestore database using...

Amazon Lex: Conversations in the Cloud
go2023-01-04
Vikas SolegaonkarVikas Solegaonkar

Amazon Lex: Conversations in the Cloud

Conversational interface is the way of the future. Nothing can beat the user experience of a user...

Why multiple calls to set state with the React useState hook don't work
php2023-01-04
Prabashwara SeneviratnePrabashwara Seneviratne

Why multiple calls to set state with the React useState hook don't work

You are making multiple calls to setState from React's useState hook. Perhaps you want to add...

Building CRUD Operations in Golang 🎉
go2023-01-02
Siddhesh KhandagaleSiddhesh Khandagale

Building CRUD Operations in Golang 🎉

Introduction : Hey there 👋, In this tutorial, we are going to create a Web API with CRUD...

Backend API development using Go
api2023-01-03
Prabesh ThapaPrabesh Thapa

Backend API development using Go

Here is the link to the youtube playlist which i have been creating to build a production ready API...

how to install assetfinder tool on any linunx distro 🐧
linux2023-01-02
vala broumandvala broumand

how to install assetfinder tool on any linunx distro 🐧

With this tool we can find domains and subdomains potentially related to a given domain. this tool is...

A toy Redis Server, in Go
redis2023-01-02
Pierre JambetPierre Jambet

A toy Redis Server, in Go

What we're building By the end of this post we will have a concurrent TCP server written...

JWT Authentication in Go
go2022-12-31
Siddhesh KhandagaleSiddhesh Khandagale

JWT Authentication in Go

Introduction : Hey there 👋, In this tutorial, we are going to learn about implementing JWT...

Building and releasing Go binaries
go2023-01-01
Khalil DrissiKhalil Drissi

Building and releasing Go binaries

Introduction Whether you’ve written a CLI or a HTTP server, most of the time Go code can...

If Prometheus is pull-based, how does the push gateway work?
go2023-01-01
mikkergimenezmikkergimenez

If Prometheus is pull-based, how does the push gateway work?

Prometheus is exclusively pull-based… …ish The Pushgateway is an intermediary service which allows...

Getting ready for Corda 5 is simple.
microsoft2023-01-13
R3DevelopersR3Developers

Getting ready for Corda 5 is simple.

It's the start of something big! Join R3's upcoming free Bootcamps to learn all that encompasses...

Quick Guide To Big O Notation
algorithms2022-12-31
José CórdovaJosé Córdova

Quick Guide To Big O Notation

Introduction to Big O Notation

The Python of Revenge!
nextjs2022-12-29
ayka.codeayka.code

The Python of Revenge!

Hello readers! I usually write tutorials and articles about programming. But today, I wanted to...

Optimizing Go code with GCCGO for improved performance
go2022-12-29
Possawat SanorkamPossawat Sanorkam

Optimizing Go code with GCCGO for improved performance

One day, my teacher asked me why Go compiled program has terrible perfomance and he kept mentioning...

Building a Twitter bot with Go, GPT-3 and AWS
go2022-12-27
Pol MilianPol Milian

Building a Twitter bot with Go, GPT-3 and AWS

I've recently been learning Go, as you can read in my previous post. What better way to learn a...