Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / Go

Go

Go

Great Reads

by Fred Song (Melbourne)
A real-time chat application built with a Go WebSocket backend and a React frontend, enabling instant messaging between users.
by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.
by Scott Tattersall
Building a custom-designed PCB for an Internet of Things (IoT), “connected” device from scratch
by Mircea Neacsu
Effective management tool for multiple libraries

Latest Articles

by Fred Song (Melbourne)
A real-time chat application built with a Go WebSocket backend and a React frontend, enabling instant messaging between users.
by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.
by Scott Tattersall
Building a custom-designed PCB for an Internet of Things (IoT), “connected” device from scratch
by Mircea Neacsu
Effective management tool for multiple libraries

All Articles

Sort by Score

Go 

by Jeremy Likness
A Content Security Policy (CSP) helps prevent a variety of attacks on your site. This article describes how to implement one for a static website when you don't control the headers.
by Jeremy Likness
Generate a thumbnail for your Hugo posts on the fly, then create a custom short code that uses thumbnails and page data like title and description to embed a post preview to interlink documents.
by Philipp_Engelmann
How to implement Gradient Descent in Go
by Qwertie
I recently wrote a class called CPTrie that stores a sorted collection of strings or integers in less space than a Dictionary or SortedDictionary. It took a long time to develop this data structure in .NET while minimizing memory and CPU usage. I am fairly convinced that without some of .NET's restr
by Mohammad Nasirifar
Ways to overcome simple annoying problems that arise while writing code by writing tests