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

charly3pinsHow to have a multilingual site in Hugo
As you can see since this week this humble website has been remodeled a bit both visually and interna...

Lucas Neves PereiraWrite a Simple REST API in Golang
Hello there 😀 In this brief article I will explain how I write a REST API using Golang trying to...

Igor DubininGolang web application for beginners
Code of example Web api with golang for beginners Go is an open source programming langua...

Pavel KutáčLexer - Expression calculator
Smart calculators are everywhere. You can type the whole expression and it will count with proper pri...

Sagar JadhavDemystify Pointers in Go
Introduction Pass By Value Pointer in Action Pointer Receiver Introduction Pointers is...

Francisco DainesIntroducing Arch-Go
Summary In this article, we'll show what is Arch-Go and how to use it in order to check th...

Lane WagnerSearch and Replace Strings in Golang – Top 5 Examples
The post Search and Replace Strings in Golang – Top 5 Examples first appeared on Qvault. Go has a...

Sam AtkinsGo - how to create a JSON body with an array (slice) of maps?
I'm learning Go and am trying to build a JSON request body of this shape the name values are created...

Ali SheriefThe Simple Golang Tutorial Part 3: Functions
This week it's going to be all about functions as we dive deep into Golang’s semantics to enable you...

SnowballSHGo With Assembly
Recently I just found out that you can use Go with Assembly. The Assembly isn't x86_64 or ARM, it is...

jldecGetting started with Go pointers
Golang This is part 2 of my experience as a new user of Go, focusing on the quirks and...

xuriExcelize 2.4.0 is Released – New support 152 formula functions
Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

Alkesh GhorpadeLeetCode String to Integer (atoi)
LeetCode convert a string of numbers(words) into integer using C++, Golang and Javascript.

Steve LaytonGolang Data Connector Part 1
Intro There are a handful of tools out there like Zapier (which just hit a $5 billion va...

ShayanAutomate your Notion backups
If you've read my last blog post, then you know I wanted to leave Notion for good. The problem is...

Arsh SharmaCreating A CLI In Golang
This is technically the first post on my blog so I’m pretty excited to write this one 😄 For the last...