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

Role Based Access Control (RBAC) Go package with database persistence
go2021-05-26
harranaliharranali

Role Based Access Control (RBAC) Go package with database persistence

Authority is a Golang package that lets you manage roles and permissions, it stores the information i...

Fetching and reading files from S3 using Go 🔥👀
aws2021-05-26
Sean O'ConnorSean O'Connor

Fetching and reading files from S3 using Go 🔥👀

Trying to figure out how to do simple tasks using the AWS SDK for particular services can be difficul...

How to build a web app backend in Go (with user authentication and database)
go2021-05-26
Ujjwal GoyalUjjwal Goyal

How to build a web app backend in Go (with user authentication and database)

APIs, databases, user authentication. A lot goes into making a to-do list web application than I...

Golang: Build and Deploy an AWS Lambda using CDK 🚀
aws2021-05-26
Thomas PoignantThomas Poignant

Golang: Build and Deploy an AWS Lambda using CDK 🚀

If you read my previous posts you can see that I am working with Golang and AWS a lot, so in this one...

Channels In Golang
go2021-05-27
Arsh SharmaArsh Sharma

Channels In Golang

This is the final post in my “Do You Concur?” series. If you’ve not checked the other two out it is...

Blog Project with Go, Gin, MySQL and Docker - Part 1
showdev2021-05-25
Umesh ChaudharyUmesh Chaudhary

Blog Project with Go, Gin, MySQL and Docker - Part 1

Contents Target Audience Learning Objectives Requirements Getting Started Getting Up H...

Coding Conway's Game of Life in Go
go2021-05-24
Samuel Grasse-HaroldsenSamuel Grasse-Haroldsen

Coding Conway's Game of Life in Go

Let's code a command line version of Conway's game of life in Go

Race Conditions In Golang
go2021-05-24
Arsh SharmaArsh Sharma

Race Conditions In Golang

This post is the second in my series of articles on Concurrency in Go. In this post, we’ll understand...

I made a Twitter Clone with VueJS and Go
showdev2021-05-14
Juan ChristianJuan Christian

I made a Twitter Clone with VueJS and Go

Hello DEV community! 👋 I've recently attempted to make a clone of Twitter using VueJS as its fronten...

Magia: GBA emulator written in golang.
go2021-05-22
AkatsukiAkatsuki

Magia: GBA emulator written in golang.

https://github.com/pokemium/magia Magia is written in golang and ebiten!

gRPC Hola mundo con golang
go2021-05-22
Josué AndrésJosué Andrés

gRPC Hola mundo con golang

Hola, en está ocasión hablaremos de gRPC una de las tecnologías que esta provocando disrupción en la...

Verifying Cognito JWT tokens in go
go2021-05-20
C TurnerC Turner

Verifying Cognito JWT tokens in go

Verify jwt tokens in your request middleware

Concurrency In Golang
go2021-05-19
Arsh SharmaArsh Sharma

Concurrency In Golang

I recently started learning more about concurrency in golang and so as with other things I learn, I...

Golang : Work with config files
go2021-05-18
AdityaAditya

Golang : Work with config files

Configuration files play an important role in the application development lifecycle. We build and dep...

Tracking my working time using timetrace
productivity2021-05-18
DBDB

Tracking my working time using timetrace

In my new job, I'm not required to track my working time anymore. This feels great, but since I'm get...

BDD (Behavior-driven development) mit Go
testing2021-05-18
Artur NeumannArtur Neumann

BDD (Behavior-driven development) mit Go

In Einstieg in BDD (Behavior-driven development) habe ich die Grundzüge von BDD erklärt und ihren...