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

Hajime HoshiCompiling a Go program into a native binary for Nintendo Switch™
Hajime has succeeded in compiling a Go program into a native binary for Nintendo Switch, and also running a game there.

Matthew FoleyMy first contribution to prometheus
Several weeks ago I joined Virtual Coffee, and I really love that community. I shared during one of...

Eray AtesGo Template Playground
If you need to test go template with sprig functionality and HTML, Text template switch settings....

kinensakeGosearch - A Package Searching and Installation tool for Go Projects
Introduction When starting a new Go project, you often "go get" some package likes mux,...

Ramu MangalarapuConsuming 3rd Party REST APIs Golang {GET method}
Hello World!, This is my first internet post. So there may be mistakes, please ignore it, thank...

codebangkokGo Programming - Unit Test
Go Programming - Unit Test Unit Testing is a software testing method by which individual...

yanoandriBuild a simple API with Golang echo framework
Hi everyone, in this article i'm going to show tutorial on how to create simple API with Echo Golang...

Nitin BansalUsing NEW, instead of MAKE, to create slice
As we know, slices in golang are reference types, and hence, need make to initialize them. func...

Alkesh GhorpadeLeetCode - Trapping rain water
LeetCode - compute units of water trapped in an elevation map.

b0rNmap Go implementation - TCP port scan
I remember when I first started learning about computer networks. It was from the excellent Computer...

Clavin JuneMocking HTTP Call in Golang a Better Way
Introduction As a software engineer, you need to learn every day to keep your knowledge...

HMgo.reflect for a custom Print function
Below, we create a function called Display that works like Println but even better: it shows the path...

Kazuki HigashiguchiReverse HTTP proxy over WebSocket in Go (Part 3)
Series introduction In my previous post I talked about how to establish a WebSocket...

renanbastos93Using redirect middleware with GoFiber
We go to see how to implement a simple API using Fiber with Redirect in Golang

Kazuki HigashiguchiReverse HTTP proxy over WebSocket in Go (Part 1)
Key takeaways A reverse HTTP proxy over WebSocket is a type of proxy server which uses...

b0rGo Channel Patterns - Cancellation
To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...