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

Ali Orhun AkkirmanGO kullanarak BASH üzerinde basitçe komut çalıştırma
GO dili kullanarak bash üzerinde bir komut çalıştırıp, çıktısının veya hata çıktısının alınabilmesini...

Yoshi YamaguchiEaster eggs in Go source code
Last week I got to know the Easter eggs hidden in Go's source code, so I share them in this post.

Dennis O'KeeffeGopher Gold #1 - Tue Jul 21 2020
Weekly nuggets of Golang Gold

manuelConnect to an IRC server with Golang
In the last time, I really interested in learn Golang.I like to learn while I code things and don’t...

RubinI made a cli on Golang
So I recently started coding on golang. Though the learning was not hard as I was pretty familiar...

Preslav MihaylovEliminate the undocumented TODOs with todocheck
A static code analyser for annotated TODO comments

Arunachalam LakshmananSimple Slack Notification with golang
A slack notification is useful when A long-running job is started When some critical error A specif...

Donald FeuryError Chains in Go 1.13
Go added a neat feature in 1.13 that they call error chains Errors can now implement a method...

Oluwatobi Concurrency in Go
A broad overview of Concurrency in Go

Fernando OcampoTesting a function that calls a goroutine
"If you are using a third party framework to generate SQL your TDD tests should check that the framew...

DerrickGo Parser for Linear Equation Solver
How to implement a linear equation solver with Go

vianelHow to build a Web Scraper using golang with colly
I have seen a lot of examples of how to build a web scraper in lots of programming languages mostly i...

Temuri TakalandzeA terminal-based client for Clockify time tracker
Here's my first work on Golang. goclockify - a terminal-based client for Clockify time...

kaishuu0123CORS Reverse Proxy (cors-reverse-proxy)
Github: https://github.com/kaishuu0123/cors-reverse-proxy Docker Hub: https://hub.docker.com/r/kais...

Lane WagnerRust vs Go in Backend Web Development
The post Rust vs Go in Backend Web Development appeared first on Qvault. Rust and Go are two huge...

TECH SCHOOLGenerate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc
Welcome back to the backend master class! In the last lecture, we have learned how to write...