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

Tom Deneire ⚡The most widely used database in the world
SQLite, the most widely used database in the world

Tom Deneire ⚡Catching Go errors with errors.Is()
Catching Go errors with errors.Is()

Tom Deneire ⚡TIL: Go typecasting with empty interfaces
Go typecasting with empty interfaces

Tom Deneire ⚡TIL: wrapping my head around Go’s “iota”
Go’s “iota”

Tom Deneire ⚡Handling Common Data Formats in Go (TXT)
Handling Common Data Formats in Go (TXT)

Kuldeep SinghUse cases of log.Fatal in Golang
The log.Fatal() function is used when something really bad has happened and you just want to exit...

Ronilson AlvesMicroservices: GoLang in a Spring Cloud architecture
When we talk about microservices we think about various little services working together, each one...

Alkesh GhorpadeLeetCode - Excel Sheet Column Title
LeetCode - return the corresponding column title as it appears in an Excel sheet using C++, Golang, and JavaScript.

Eric MeadowsFagan Reviews Are Scalable
Fagan code reviews are one of the best, scalable ways to do code reviews...if done right....

Alkesh GhorpadeLeetCode - Lowest Common Ancestor of a Binary Search Tree
LeetCode - return the lowest common ancestor (LCA) node of two given nodes in the BST using C++, Golang, and JavaScript.

miniscruffChangie - Auto mode and GitHub action
A look at using auto mode and the changie GitHub action

Alkesh GhorpadeLeetCode - Sum Root to Leaf Numbers
LeetCode - return the total sum of all root-to-leaf numbers using C++, Golang, and JavaScript.

OpenReplay Tech BlogWhy you should use Go for the Back End
by Ukeje Chukwuemeriwo Goodness Front-end developers are constantly searching for tools and ways to...

Ben ForceMy Node.js Toolkit for DevOps Scripting
Whether you need to build lambda code or hydrate a test database, most projects that you work on will...

David Marko3 issues LiveView development in Go resolve efficiently for small teams
LiveView like programming in Go language. Effective coding for a small teams.

Bartłomiej ŚwięckiQuick way to combine io.Reader and io.Closer
There are many interesting tools in Golang's standard library to wrap io.Reader instance such as...