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

Mastering Pointers in Go: An In-Depth Guide to Efficient Data Manipulation
go2023-06-07
Avinash ChodavarapuAvinash Chodavarapu

Mastering Pointers in Go: An In-Depth Guide to Efficient Data Manipulation

When diving into the Go language, using pointers is often one of the more complicated and confusing...

Concurrency and Goroutines in Go: Harnessing the power of concurrent programming
go2023-06-08
Ronilson AlvesRonilson Alves

Concurrency and Goroutines in Go: Harnessing the power of concurrent programming

In today's fast-paced world, the ability to efficiently perform multiple tasks concurrently is...

Building cross platform desktop applications using JavaScript, HTML, and CSS in GO
go2023-06-08
energyenergy

Building cross platform desktop applications using JavaScript, HTML, and CSS in GO

Energy is the framework for Go to build desktop applications based on CEF ...

Tales from the Software Graveyard: The Birth and Death of Squawk Market
go2023-06-07
Chris FrewinChris Frewin

Tales from the Software Graveyard: The Birth and Death of Squawk Market

My latest SaaS that launched and failed. Exploring all the software I built along the way!

Buying Fragment numbers with Go
blockchain2023-06-07
Gealber MoralesGealber Morales

Buying Fragment numbers with Go

This article is a combination of two things that I love to do. The first one is what I started doing...

Authentication system using Golang and Sveltekit - Profile update and app metric
go2023-06-06
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - Profile update and app metric

Introduction Users of our application might make mistakes while filling out the...

Authentication system using Golang and Sveltekit - Regenerate token & Password change
go2023-06-05
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - Regenerate token & Password change

Introduction Though we had made great progress in building a performant, secure, and...

Go: CRUD API using Gin Framework
go2023-06-05
Ankit malikAnkit malik

Go: CRUD API using Gin Framework

Introduction: Building APIs that perform CRUD (Create, Read, Update, and Delete)...

Authentication system using Golang and Sveltekit - Frontend Log in and out
go2023-06-05
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using Golang and Sveltekit - Frontend Log in and out

Introduction To see the code we wrote in the previous article in action, we'll implement...

Building a Media Management and Distribution System with Serverless Architecture
go2023-06-05
Rafael Levi CostaRafael Levi Costa

Building a Media Management and Distribution System with Serverless Architecture

💡Introduction: “Technology is best when it brings people together.” — Matt Mullenweg In this...

Full Stack Forays with Go and gRPC
go2023-06-05
Chris FrewinChris Frewin

Full Stack Forays with Go and gRPC

From Frontend to Backend: Using gRPC (Bonus: How to Use gRPC with React Hooks!)

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

Authentication system using Golang and Sveltekit - User registration

Introduction With the basic setup laid bare, it's time to build a truly useful API service...

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