DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Jordan GregoryHow I Do Go Application Configuration in 2020
Application configuration can be tricky, but here is how I do it in 2020

Jon CalhounMore 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.

Jon CalhounMoving 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.

Odilon Jonathan KrögerSeu 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...

ThiagoGOCDC and Postgres
Change Data Capture (CDC) and Postgres Recently, I've written this post here, where I show...
Vic ShóstakWhat 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...

Diretnan DomnanScrape 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.

CrazyMaxGotify notifications available with Diun 2.4
Receive notifications when a Docker image is updated on a Docker registry.

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

TekWizelyShow DEV: Bingo - The missing package manager for golang binaries
Introduction Do you love the simplicity of being able to download & compile golang app...

TECH SCHOOLIntroduction 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...

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

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

TECH SCHOOLHTTP/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]](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Faf2nak4vhcejx7ib5j05.png)
TECH SCHOOLThe complete gRPC course [Protobuf + Go + Java]
If you're building APIs for your microservices or mobile applications, you definitely want to try...

Vic ShóstakLet'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...