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

Decorator Pattern 🎁
go2020-10-06
Shubham ZanwarShubham Zanwar

Decorator Pattern 🎁

Cover photo by Silvio Kundt on Unsplash The Decorator pattern is a structural design pattern that is...

A journey with good old base64
go2020-10-06
Shiraaz MoollatjieShiraaz Moollatjie

A journey with good old base64

I did some work around base64 using go and want to share my experiences

Convert var string struct key to struct key
go2020-09-02
Mirabeau2CodeMirabeau2Code

Convert var string struct key to struct key

Hello I have a map (string) of "tag" to convert "words" into a text this list of "Tags" must be repl...

Azure SDK with Go
go2020-10-05
Michael LevanMichael Levan

Azure SDK with Go

Working on Chapter 4 for Quality Code with Go. Yes, you can literally write cloud development code fo...

Introduction to Thanos!
database2020-10-02
Mritunjay SharmaMritunjay Sharma

Introduction to Thanos!

You can hate me for this but I am not an Avengers Series fan and I am not going to introduce you to t...

How to implement concurrency in Go
go2020-10-04
Umesh YadavUmesh Yadav

How to implement concurrency in Go

How to implement concurrency in Go Go was designed to run on modern computers with...

02 - Creating Route Handlers In Gin
go2020-10-03
Jacob GoodwinJacob Goodwin

02 - Creating Route Handlers In Gin

In the previous tutorial we set up a Go application called account with automatic reloading behind a...

A first look at Crystal as a Gopher
crystal2020-10-02
Andy HaskellAndy Haskell

A first look at Crystal as a Gopher

Crystal is a fairly new language, which started in 2014, and it's got some cool features: 🏷 Static t...

I created an ugly golang sticker
go2020-09-28
Pan ChasingaPan Chasinga

I created an ugly golang sticker

Hi everyone, I've been a fan of the Go language. But I'm here today to show my work from the othe...

Building a simple Chat application with WebSockets in Go and Vue.js
go2020-09-27
Jeroen de KokJeroen de Kok

Building a simple Chat application with WebSockets in Go and Vue.js

In this tutorial we will build a fully working chat application, the server part will be built with W...

Multi-room Chat Application With WebSockets In Go And Vue.js (Part 2)
go2020-10-01
Jeroen de KokJeroen de Kok

Multi-room Chat Application With WebSockets In Go And Vue.js (Part 2)

In this tutorial series, we will build a fully working chat application, the server part will be...

Terraform SDK 2.0
go2020-10-01
Michael LevanMichael Levan

Terraform SDK 2.0

With the #terraform 2.0 SDK, diagnostics and crashes have been taken to a WHOLE new level. From a cod...

Adapter Pattern 🔌
go2020-10-01
Shubham ZanwarShubham Zanwar

Adapter Pattern 🔌

The Adapter pattern is a structural design pattern. It allows 2 or more incompatible objects to inter...

Bridge Pattern 🌉
go2020-10-01
Shubham ZanwarShubham Zanwar

Bridge Pattern 🌉

The bridge is a structural design pattern that helps in splitting up a complex piece of code into mul...

Boilerplating a New Go Program (Microservice)
engineeringpractices2020-10-01
Lane WagnerLane Wagner

Boilerplating a New Go Program (Microservice)

The post Boilerplating a New Go Program (Microservice) first appeared on Qvault. I lead a team...

Abstract Factory Pattern 🏭
go2020-10-01
Shubham ZanwarShubham Zanwar

Abstract Factory Pattern 🏭

Abstract Factory pattern is a creational design pattern. It is used when we need to create multiple f...