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

CrazyMaxddns-route53
Dynamic DNS for Amazon Route 53 on a time-based schedule
Dmitry YakimenkoTelegram bot in Go: concurrent SQLite
Last time I added SQLite to my bot and at the same time I moved the request processing into a gorouti...

Zairig ImadMercure (Simple Real-Time Updates)
the description from the Github Repository: Mercure is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. It is especially useful to publish real-time updates of resources served through web APIs, to a reactive web and mobile apps.

Steve LaytonA Stab At Roguish Go Part 01
With Nethack and ADOM on the brain we trip into the dungeons.

Preslav RachevWhat aspect of Go were you at odds with, coming from a different tech stack?
Recently, I added the Go language to my programming tool belt. Yet, as much as I want to give the lan...
Dmitry YakimenkoTelegram bot in Go: database
Today I'm gonna add a database to my bot. As I mentioned in the previous post, I'm going to use SQLit...

林子篆on -- A CLI tool helps you work on certain context
on is created for reducing typing When I'm working with kubectl, at the most time I would use...

Sam RoseGet the number of days between two dates in Go
Recently I needed to find the number of days between two dates in Go and kept c...
Dmitry YakimenkoTelegram bot in Go
This is my fourth or fifth attempt to like Go. Kinda didn't work all the previous times. I blame...

Stephen Afam-OsemeneLoops in Go
There is only one keyword to perform loops in Go: for. The implementation is very flexible. In this...

Asim AslamMicro - a microservice toolkit
Micro is the simplest way to build microservices

Clean Architecture using Golang
About Clean Architecture and how to use it with Golang

Eugene CheahWhy we migrated our CLI from NodeJS to GoLang 💻
A deep dive into our engineering decisions for our CLI toolchain

Steve LaytonInteracting with the Dev.to Article API - A Simple Retry System
Let's hack in a simple system to retry grabbing articles.

Kartik BudhirajaHow to connect Go with MongoDB using official mongodb-go-driver!
On December 13, 2018 MongoDB released its official Go Driver into beta, ready for the wider Go and...

Data Migration with Golang and MongoDB
One item addressed by the twelve-factor app method is the automation of administrative processes,...