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

Authentication system using Golang and Sveltekit - Login and Logout
go2023-06-04
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - Login and Logout

Introduction Having seen the beauty we made so far, let's add more features so that...

Kth Largest Element in an Array
algorithms2023-06-04
Alkesh GhorpadeAlkesh Ghorpade

Kth Largest Element in an Array

Find the Kth Largest element in an Array

Gathering Timezone Information in GoLang
go2023-06-04
Phani SajjaPhani Sajja

Gathering Timezone Information in GoLang

A timezone refers to a specific region on Earth that follows the same standard time. Typically, a...

Authentication system using Golang and Sveltekit - User account activation
go2023-06-04
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - User account activation

Introduction Though we have provided a way for our users to register an account, our...

Authentication system using Golang and Sveltekit - Frontend user registration and activation
go2023-06-04
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - Frontend user registration and activation

Introduction I think it is great for us to see, in action, the backend code we've been...

Authentication system using Golang and Sveltekit - Initialization and setup
go2023-06-02
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - Initialization and setup

Introduction Following the completion of the series — Secure and performant full-stack...

Hack the Golang httputil Reverse Proxy settings to handle more requests
go2023-06-03
Toby ChuiToby Chui

Hack the Golang httputil Reverse Proxy settings to handle more requests

Recently I run into a problem where the Golang offical httputil reverse proxy get stuck when testing...

Public C# methods VS public Go functions 🤺
go2023-06-03
Assis ZangAssis Zang

Public C# methods VS public Go functions 🤺

In C# to create a public method you must use this: public void CreateBook(Book book){ //do...

Writing Better Go Code like a senior engineer with the Singleton Pattern
go2023-06-03
Dsysd DevDsysd Dev

Writing Better Go Code like a senior engineer with the Singleton Pattern

The singleton pattern is a design pattern that restricts the instantiation of a class to a single...

How to upload files in Golang ?
go2023-06-02
Wassim Ben JdidaWassim Ben Jdida

How to upload files in Golang ?

In this blog I will be using the native Golang http package to upload files, no third party packages. We will see how to upload single and multiple files.

Meu blog sobre programação e afins 🦝
braziliandevs2023-06-02
Assis ZangAssis Zang

Meu blog sobre programação e afins 🦝

E aí pessoal, espero que todos se encontrem bem no momento 😀. Vou usar esse post para divulgar meu...

Understanding "Connection Reset by Peer" in GoLang: A Troubleshooting Guide
go2023-06-02
Huynh Thanh PhucHuynh Thanh Phuc

Understanding "Connection Reset by Peer" in GoLang: A Troubleshooting Guide

Introduction When working with network connections in application, you may encounter the...

Saga Pattern Made Easy
java2023-05-24
Emily FortunaEmily Fortuna

Saga Pattern Made Easy

This is part 2 of a series. To read about compensating actions, check out Compensating Actions, Part...

GRPC captcha validator middleware
go2023-06-13
Javad RajabzadehJavad Rajabzadeh

GRPC captcha validator middleware

The GRPC Captcha Validation Middleware is a Go module that provides a reusable middleware component...

Last week top 5 posts tagged(#javascript)
go2023-04-28
Srinivas KandukuriSrinivas Kandukuri

Last week top 5 posts tagged(#javascript)

My Favorite Free Courses to Learn Design Patterns in Depth Disclosure: This post includes...

Learn Go Programming - Golang Tutorial for Beginners
go2023-06-01
Golang DEVGolang DEV

Learn Go Programming - Golang Tutorial for Beginners

Go is an open source programming language created by Google. As one of the fastest growing languages...