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

Versioning your API in Go
go2018-12-24
George CalianuGeorge Calianu

Versioning your API in Go

At some point in time your API need to have versions like /v1 or /v2 (like github API). To implement...

It's Been Three Months Since My First Go LoC 🤓 🎓
go2018-12-22
Boris Jamot ✊ /Boris Jamot ✊ /

It's Been Three Months Since My First Go LoC 🤓 🎓

What I've learned as a Go developer in the last 3 months

Building My Personal Site with Go and TailwindCSS
webdev2018-12-17
Andrew DavisAndrew Davis

Building My Personal Site with Go and TailwindCSS

How I built a custom personal site using Go

swarm-cronjob
docker2018-12-21
CrazyMaxCrazyMax

swarm-cronjob

Create jobs on a time-based schedule on Swarm

Attempting to Learn Go - REST API and A Bit On Templates
go2018-12-16
Steve LaytonSteve Layton

Attempting to Learn Go - REST API and A Bit On Templates

Back to GETing from an endpoint, now with templating our output!

NEW TUTORIAL: Develop your 1st blockchain program in GoLang
webdev2018-12-17
Lukas LukacLukas Lukac

NEW TUTORIAL: Develop your 1st blockchain program in GoLang

You may have experience writing web applications in Go but would you know how to write a decentralized app?

Solving the Eternal SEO Problem and Providing SSR for Modern JavaScript Websites without Writing a Single Line of Code
webdev2018-12-17
gophobicgophobic

Solving the Eternal SEO Problem and Providing SSR for Modern JavaScript Websites without Writing a Single Line of Code

providing server-side rendering for your modern javascript webapp to web crawlers is now much easier than you might think

Storing data in Go
go2018-12-10
Ivan DlugosIvan Dlugos

Storing data in Go

An overview of the Go database options for various use-cases.

A rebuttal to The success of Go heralds that of Rust
go2018-12-16
Jay R. WrenJay R. Wren

A rebuttal to The success of Go heralds that of Rust

George writes that Rust is superior in every way to Go. Go read it here:...

Go: Reverse engineering an AKAI MPD26 using gousb
go2018-12-14
David BondDavid Bond

Go: Reverse engineering an AKAI MPD26 using gousb

Introduction The other day, I discovered Google’s gousb package. A low level interface for...

Attempting to Learn Go - Now Sending REST Requests
go2018-12-08
Steve LaytonSteve Layton

Attempting to Learn Go - Now Sending REST Requests

Forget GET, let's POST! Continuing adventures with Go and APIs.

Building Small Containers for Kubernetes
kubernetes2018-12-02
Francis SundayFrancis Sunday

Building Small Containers for Kubernetes

This article will show you how you can build small containers to make your Kubernetes deployments faster and more secure.

Lucas - A Webscraper in Go
go2018-12-06
Daniel McMahonDaniel McMahon

Lucas - A Webscraper in Go

A basic e-commerce webscraper designed using Go

I am bored programming standard Frontend-Backend web software
changelog2018-12-06
Lukas LukacLukas Lukac

I am bored programming standard Frontend-Backend web software

Controllers, APIs, Entities, Validations, Business logic, Repositories and their SQL data layer. CQRS for inappropriate use-cases when feeling fancy. Web development is fun. At the beginning…

Integrating Docker with your Personal Projects
devops2018-12-04
Daniel McMahonDaniel McMahon

Integrating Docker with your Personal Projects

How to add Docker to your personal projects to give them that extra level of professionalism

Go with Cobra + Viper CLI for Parsing Text Files
cobra2018-12-06
Adron HallAdron Hall

Go with Cobra + Viper CLI for Parsing Text Files

Article write up of coding with Go using Cobra + Viper CLI for Parsing Text Files. Video included of coding.