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

Challenges, Solutions and more Challenges and more Solutions
opensource2022-10-23
Jonas BrømsøJonas Brømsø

Challenges, Solutions and more Challenges and more Solutions

a tour of an side-project

Google Zanzibar In A Nutshell
go2022-10-20
Ege AytinEge Aytin

Google Zanzibar In A Nutshell

In this article we’ll examine Zanzibar, which is the global authorization system used at Google for...

Building a fast URL Shortener with Go and Redis
go2022-10-18
Mahadevan SreenivasanMahadevan Sreenivasan

Building a fast URL Shortener with Go and Redis

Why build a URL shortener now? URLs shorteners have been around for a while now and one...

Testing The Endpoints 🧪
go2022-10-20
Јане ЏумеркоскиЈане Џумеркоски

Testing The Endpoints 🧪

After completing the implementation of the handlers and the endpoints, now it's time to test the all...

How to generate golang unit test code in VS code
go2022-10-21
vinayvinay

How to generate golang unit test code in VS code

Go for Function name --->right click and in that we have so many option--->select --go:...

Handlers and Endpoints 🧶
go2022-10-20
Јане ЏумеркоскиЈане Џумеркоски

Handlers and Endpoints 🧶

Now it's time to put the components we built previously to good use, so during this part, we will be...

Initial Setup 🛠
go2022-10-20
Јане ЏумеркоскиЈане Џумеркоски

Initial Setup 🛠

We will need Go 1.14+ installed in our system. You can check the Go version in your terminal by...

Storage Layer 📦
go2022-10-20
Јане ЏумеркоскиЈане Џумеркоски

Storage Layer 📦

In this part, we will be working on building the storage layer of our short URL application, so let's...

Algorithm For Generating a Short Link 🧮
go2022-10-20
Јане ЏумеркоскиЈане Џумеркоски

Algorithm For Generating a Short Link 🧮

In the previous part, we manage to set up the server using Golang Echo. In this part, we are going to...

Intro 🎬
go2022-10-20
Јане ЏумеркоскиЈане Џумеркоски

Intro 🎬

Let’s admit it. We all have used a shortened URL at least once. URL Shortener is an application that...

Dockerize a GoLang HTTP server and deploy it on Kubernetes
docker2022-10-20
Akshay RaoAkshay Rao

Dockerize a GoLang HTTP server and deploy it on Kubernetes

Introduction In this blog I tried to host a simple HTTP server written in GoLang on Kubernetes....

Using Redis for Caching (2023)
javascript2022-10-20
aseem wangooaseem wangoo

Using Redis for Caching (2023)

In case it helped :) We will cover briefly: Caching APIs (Go) using Redis Redis...

How to build a Twitter API v2 bot with AWS Lambda, and GoLang
go2022-10-19
ToulToul

How to build a Twitter API v2 bot with AWS Lambda, and GoLang

Today I am introducing the InfraHamBurglar Twitter Bot, which is reporting on the latest "Robble,...

Concurrencia en Golang I
programming2022-10-19
Tomas Francisco LingottiTomas Francisco Lingotti

Concurrencia en Golang I

En esta serie de posts, vamos a estar explicando varios temas relacionados a la concurrencia en...

Build REST API with Go Fiber and PlanetScale - Part 2
go2022-10-19
MafulMaful

Build REST API with Go Fiber and PlanetScale - Part 2

Models Create a User model and create a file called user.go inside models directory, and...

Build REST API with Go Fiber and PlanetScale - Part 1
planetscale2022-10-19
MafulMaful

Build REST API with Go Fiber and PlanetScale - Part 1

Introduction Fiber (gofiber.io) is web framework written in Go that much like Express in...