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

Ekemini SamuelHow to build an API using Go
Have you ever felt building an API is like creating a secret code only a select few can understand?...

Mohammad QuanitTest Driven Development & Go
In this article I'll be discussing about Test Driven Development, its approaches, best practices in...

Chidozie C. OkaforSimplifying Strategy Pattern with 3 Golang examples
The strategy pattern is a behavioral design pattern that allows an algorithm to be selected at...

SivaConverting PNG to SVG in Golang using Potrace and Convert Tool
Converting a PNG image to an SVG file using Potrace is a common task in image processing. Potrace is...

Chidozie C. OkaforEffortlessly Tame Concurrency in Golang: A Deep Dive into Worker Pools
Concurrency is a powerful Golang feature that allows developers to efficiently manage multiple...

Vivek AlhatReact API for JavaScript Devs
React is a widely-used JavaScript library for building modern and visually appealing user interfaces....

Alkesh GhorpadeLeetCode - Bitwise AND of Numbers Range
LeetCode - return the bitwise AND of all numbers in this range

Ankit malikGolang vs Node.js
Introduction: In today's fast-paced world, developers are always on the lookout for the...

KLNRoadmap to Learn Go Development 2023
Go, also known as Golang, is a programming language developed by Google in 2007. It is a...

Eric MesaHow Go Helped Save Healthcare.gov!
I recently used Mastodon to ask for recommendations for Go podcasts and one of the suggestions was Go...

ToulCh. 7 String Manipulation
In this chapter, I'm sharing the string manipulation cheatsheet in part I. to keep on hand for...

ToulCh. 5 Slices
Slices in Golang are the same as dynamic arrays. An array is the first data structure you'll probably...

ToulCh 6. Maps
Like in real life, a map is a way of containing data that defines something. Think of the map of New...

gvisonA Powerful Golang Productivity Tool, Golang can also “Low-Code Development”
sponge is a powerful golang productivity tool that integrates automatic code generation, web and...

Gabriel GrubbaCalling Rust code from Go - the Gambiarra way
Did you know that Rust has been voted the 'most loved programming language' for five years in a row...

Alkesh GhorpadeLeetCode - Count of Smaller Numbers After Self
LeetCode - return an integer array counts where counts[i] is the number of smaller elements to the right of nums[i]