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

Setting up GitHub Package Registry with Docker and Golang
docker2019-10-05
Martin HeinzMartin Heinz

Setting up GitHub Package Registry with Docker and Golang

Note: This was originally posted at martinheinz.dev Generally, for any programming language, to run...

Running a scraping platform at Google Cloud for as little as US$ 0.05/month
go2019-10-04
Irio MusskopfIrio Musskopf

Running a scraping platform at Google Cloud for as little as US$ 0.05/month

I was recently faced with the problem of finding an apartment in Berlin. Following my previous experi...

Getting to Know  Go, Python, and Benchmarks
python2019-10-04
Django StarsDjango Stars

Getting to Know Go, Python, and Benchmarks

This article was written by Vadym Zakovinko (Solution Architect) for Django Stars. Hello, my name is...

How to work with JSON data in Go
go2019-10-03
Abhishek GuptaAbhishek Gupta

How to work with JSON data in Go

Welcome to Just Enough Go ! This is the first in a series of articles about the Go programming langua...

Intro to `cacher` that simple cache library
go2019-10-04
y-yagiy-yagi

Intro to `cacher` that simple cache library

I created the cache library for the Go language. It's named cacher. GitHub: https://github.com/y-yagi...

Machine Learning microservices: Python and XGBoost in a tiny 486kB container
machinelearning2019-10-03
Blair HudsonBlair Hudson

Machine Learning microservices: Python and XGBoost in a tiny 486kB container

In my last post, we looked at how to use containers for machine learning from scratch and covered the...

Systems and Processes that Aren’t in Code are Terrifying
devops2019-10-03
Lane WagnerLane Wagner

Systems and Processes that Aren’t in Code are Terrifying

The dreaded: 15 6 2 1 * /home/lane/backup.sh Enter fullscreen mode Exit...

Releasing a high-performance goroutine pool in Go
go2019-10-02
Andy PanAndy Pan

Releasing a high-performance goroutine pool in Go

ants A goroutine pool for Go Github Page: https://github.com/panjf2000/ants...

Tutorial: Integrate Gin with Cabsin
go2019-10-02
maxwellhertzmaxwellhertz

Tutorial: Integrate Gin with Cabsin

I've been working on a Java project recently in which our team uses Apache Shiro to do some authentic...

Releasing a high-performance, lightweight, non-blocking and event-loop networking library written in pure Go
go2019-09-30
Andy PanAndy Pan

Releasing a high-performance, lightweight, non-blocking and event-loop networking library written in pure Go

Github Page: https://github.com/panjf2000/gnet gnet is an Event-Loop network...

Web Service Architecture for Golang Developers
go2019-09-27
Bogdan Alexandru MilitaruBogdan Alexandru Militaru

Web Service Architecture for Golang Developers

Web service architecture is the first phase before building every project, it’s like you prepare to build a house and start by creating the architecture plan. This article will present Web Service Architecture for Golang Developers

Generating pretty version strings (including nightly) with Git and Makefiles
tutorial2019-09-28
Yevhenii BabichenkoYevhenii Babichenko

Generating pretty version strings (including nightly) with Git and Makefiles

In my recent project, I faced the need to generate pretty version numbers for my local and nightly bu...

The Proper Use of Pointers in Go (golang)
go2019-09-25
Lane WagnerLane Wagner

The Proper Use of Pointers in Go (golang)

Go has become increasingly popular in recent years, especially in my local area. Go has been...

[gev] A lightweight, fast non-blocking Golang network library based on Reactor mode
go2019-09-26
徐旭徐旭

[gev] A lightweight, fast non-blocking Golang network library based on Reactor mode

https://github.com/Allenxuxu/gev

Mocking dependencies in Go
go2019-09-23
Jon FriesenJon Friesen

Mocking dependencies in Go

Go makes obvious, non-magical dependency injection easy. Lots of new developers, or experienced...

Building a fast modern web crawler for the dark web
go2019-09-23
Aloïs MicardAloïs Micard

Building a fast modern web crawler for the dark web