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

How I Do Go Application Configuration in 2020
go2020-02-19
Jordan GregoryJordan Gregory

How I Do Go Application Configuration in 2020

Application configuration can be tricky, but here is how I do it in 2020

More Effective DDD in Go with Interface Test Suites
go2020-02-19
Jon CalhounJon Calhoun

More Effective DDD in Go with Interface Test Suites

When using domain driven design in Go, there are a few techniques that can be paired with DDD for a better overall experience. One of those is interface test suites - tests designed to run against any implementation of an interface. In this article we explore what interface test suites are, how to utilize them, and why they pair so well with DDD.

Moving Towards Domain Driven Design in Go
go2020-02-18
Jon CalhounJon Calhoun

Moving Towards Domain Driven Design in Go

Domain driven design sounds great in theory, but how is it applied in Go? In this article we explore some code as it slowly evolves into DDD, learning how and why each decision is made along the way and what benefits it will provide us in the future. We then discuss the pros and cons of starting with a more domain-focuses design.

Seu primeiro serviço Go na Google Cloud App Engine.
go2020-02-18
Odilon Jonathan KrögerOdilon Jonathan Kröger

Seu primeiro serviço Go na Google Cloud App Engine.

Você já pensou em subir um serviço na Google Cloud (GCP) mas não sabe por onde começar? Então acompan...

GOCDC and Postgres
showdev2020-02-18
ThiagoThiago

GOCDC and Postgres

Change Data Capture (CDC) and Postgres Recently, I've written this post here, where I show...

What does you do, when you need a desktop version of your existing SPA web app? 💡
go2020-02-17
Vic ShóstakVic Shóstak

What does you do, when you need a desktop version of your existing SPA web app? 💡

Introduction Well, hello! Today is good day, which means it's time for a interesting story...

Scrape Everything! Building Web scrapers with Python and Go
python2020-02-14
Diretnan DomnanDiretnan Domnan

Scrape Everything! Building Web scrapers with Python and Go

An in-depth view of building web scrapers using Python and Go with example open source projects shown after. The top level components that go into building a web scraper.

Gotify notifications available with Diun 2.4
docker2020-02-17
CrazyMaxCrazyMax

Gotify notifications available with Diun 2.4

Receive notifications when a Docker image is updated on a Docker registry.

Guide to compress GoLang binaries
go2020-02-17
Akshay BharambeAkshay Bharambe

Guide to compress GoLang binaries

This guide provides the use of go command and upx to compress go binaries.

Show DEV: Bingo - The missing package manager for golang binaries
showdev2020-02-17
TekWizelyTekWizely

Show DEV: Bingo - The missing package manager for golang binaries

Introduction Do you love the simplicity of being able to download & compile golang app...

Introduction to gRPC: why, what, how?
grpc2020-02-14
TECH SCHOOLTECH SCHOOL

Introduction to gRPC: why, what, how?

Hello and welcome to TECH SCHOOL. In this course, we're going to learn about gRPC and how to use it...

Golang Unit Test
go2018-01-02
Moch. LutfiMoch. Lutfi

Golang Unit Test

Unit test merupakan salah satu cara untuk validasi sebuah unit terkecil dalam suatu aplikasi, misalny...

Pointer
go2017-11-05
Moch. LutfiMoch. Lutfi

Pointer

Pointers gave me some nostalgic moment when learning C++ on first semester. They become a source of h...

HTTP/2 - The secret weapon of gRPC
grpc2020-02-15
TECH SCHOOLTECH SCHOOL

HTTP/2 - The secret weapon of gRPC

Hi everyone! In this lecture, we will learn what HTTP/2 is, how it works, what makes it a great...

The complete gRPC course [Protobuf + Go + Java]
grpc2020-02-10
TECH SCHOOLTECH SCHOOL

The complete gRPC course [Protobuf + Go + Java]

If you're building APIs for your microservices or mobile applications, you definitely want to try...

Let's write config for your Golang web app on right way — YAML 👌
go2020-02-13
Vic ShóstakVic Shóstak

Let's write config for your Golang web app on right way — YAML 👌

Introduction Hello, everyone! 😉 Today, I would like to discuss about configuration for web...