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

James McDermott📚 A Larder.io Command Line Interface!
Preface Larder is a bookmarking tool for developers. It supports categorizing and tagging...

Iman TumorangHow To Do Pagination in Postgres with Golang in 4 Common Ways
A few examples of pagination on Postgres, with Benchmark, written on Golang Photo by...

ihucosWeb Analytics for pet projects
Some time ago I just used Google Analytics for my pet projects. But now with the DSGVO I don't know e...

CrazyMaxDiun 3.0 available with 3 new notification providers
Receive notifications when a Docker image is updated on a Docker registry.

Adron HallLanguage Stack Installation for Python & Go
Previously I've gone through the steps I take to get a solid development machine setup. From the base operating system load, to the browser and basic IDEs I install. Now I've got more videos and the respective notes and details about what two language stacks I setup next; Python and Go.

Atul KshirsagarGolang tag library to generate Salesforce queries
If you are a Golang developer intending to write a client that interacts with Salesforce, this post is for you. We’ll share how you can annotate your Golang structs to generate queries in SQL like DSL (SOQL - Salesforce Object Query Language) for Salesforce to be used in Salesforce APIs and how this will make it easy for you to write Golang clients for Salesforce, without …

Mohammad AzizMerge two Sorted Linked List in Go
A linked list is a linear way to structure the data so that any arbitrary number of data we can store...

Luca SepeSlices in Go
A post by Luca Sepe

Takahiro KudoGo - Testing panic.
I usually test "panic" with below code. Is it redundant? // Testing if testFunc calls panic. //...

Luca SepeA Simple Overview of Arrays in Go
A post by Luca Sepe

Todd BirchardCreate Your First Golang App
To be human is to be an unwilling passenger in a winding, aimless journey we call life. Each of us...

Lanie HeiBuild a Go Playground Custom Hugo Shortcode
Learn to build a custom Hugo shortcode that builds off of the built-in highlight shortcode in order to allow users more interaction with your code in the Go Playground sandbox.

Luca SepePointers in Go
A post by Luca Sepe

Jake GroganGhostDB - An Ultra Fast Distributed Cache
Overview of my Final Year Project GhostDB is a distributed, in-memory, general purpose k...

Andy HaskellSorting in Go from JavaScript
In computer science, sorting means taking a collection of items, and rearranging them so they are in...

Heertheeswaran VBuild a Simple Web App using Go
Hello everyone, Today I would like to discuss building a simple hello world web app with Golang. Go i...