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

Dmitry YakimenkoGiving Go another chance: error handling
I'm writing a simple time tracking tool and rediscovering Go at the same time.

Aaron PowellLearning Golang through WebAssembly - Go, WASM, TypeScript and React
Building an Application This is actually the final article in a series I wrote on my blog...

pmalhaireConcatenate strings in golang a quick benchmark : + or fmt.Sprintf ?
A quick exploration of string concatenation techniques in golang.

buphminSome Observations While Learning Golang
Just some of my thoughts on Golang

EndaCommitting Better Go Code with Static Analysis and Git Hooks
An introduction to some popular static analysis tools for Go and how to automate them using Git hooks

Alex BielenDeploy a Serverless API with GitHub Actions
An introduction to GitHub Actions, why I think it is important, and a quick tutorial that deploys a Serverless API directly from your GitHub.

Lukas LukacHow blockchain achieves immutability?
Blockchain is append-only DB. It relies on mathematical and cryptographical principles.

Steve LaytonAttempting to Learn Go - Building Dev Log Part 04
This time around we clean up a bit and write an index.html!

Taylor SilvaSmall Lesson About Pointers & Slices in Go
Pointers and slices in Go can be deceiving if you're not paying attention

Boris Jamot ✊ /My Go Toolkit to Build a Frameworkless App
How I manage to build a frameworkless app with Golang

Deeksha AgarwalWhat Happens When You Use Virtualization In Software Testing?
Virtualization is creating a virtual version of any Operating system, storage, server, network, network resources, or desktop rather than the actual version. You can visualize this as a completely different system running inside your own computer. With the help of virtualization, you can develop a system of your required memory, OS, browser, and other specifications on your hardware system.

gerwertCalling Swift from Go
Both Swift and Go are modern compiled languages. They have their own typical use cases, strengths and...

StrahinjaHow personal opensource project helped me learn GO
My GO journey in small

Chris JamesLearn Go with tests - Error types
Learn how to improve the API of your code by introducing your own domain specific error types

Dmitry YakimenkoGiving Go another chance: backend
I'm writing a simple time tracking tool and rediscovering Go at the same time.

Steve LaytonAttempting to Learn Go - Building Dev Log Part 03
The fun continues as we extend our simple static site generator to process multiple files!