Go News
Discover the latest Go development news, repositories, and conferences at Hackertab.
Latest Go articles

Mastering Gorilla WebSockets
If you've ever wondered how to supercharge your web applications with real-time interactivity, you're in the right place, but Before we do that let us Understand What WebSockets The WebSocket Protocol : The WebSocket Protocol enables two-way communic...
September 15, 2023hashnode

Experimental O time
Experimental O time Have you ever wondered what theoretical O execution time looks like with real algorithm implementation? A couple of weeks ago I got curious as I realized, that I never saw any experimental data collected for the big O execution times. Either it’s obvious (which I think it is) or not…...
September 13, 2023medium

Using Tailscale for Authentication of Internal Tools
Using Tailscale for Authentication of Internal Tools Overview JWT is a popular way for authentication and authorization, especially for service to service communications. When it comes to internal tools, distribution and renewal of JWT can become a challenge. Our internal support systems use JWT to authenticate and authorize access and they are written in a few different languages…...
September 15, 2023medium

Use Go Lambda and API Gateway to Generate DynamoDB Tables on Demand
In my previous post, we focused on setting up Go correctly for Lambda development, zipping and...
September 10, 2023devto

The Ultimate Go Programming Video Course
May 11, 2023freecodecamp

Variable Declarations in Go
Go provides several ways to declare variables, each suited for different situations. 1. Using the var Keyword Syntax: var variableName type var variableName type = value When to use: When you want to specify the type explicitly. When you need to d...
September 09, 2023hashnode

Golang: Ensuring Data Integrity with Access Proxies
Golang: Ensuring Data Integrity with Access Proxies Dealing with an ever changing data can be tough. Especially when you’re trying to keep track of the original values at a given time. Let me explain: Imagine a user is trying to submit a form which he filled with his desired inputs. Before finalizing the submit process and saving…...
September 13, 2023medium

Iterium - Generic Channel-based Iterators for Golang
The Iterium package is a powerful toolkit for creating and manipulating generic iterators in Golang....
September 15, 2023devto

Create Dynamic and Stunning Github Profile
Create dynamic GitHub profile with visit count, weekly coding activity, Github stats, recent GitHub activity graph and latest blogs....
September 14, 2023devto

Profiling Go Applications in the Right Way with Examples
Profiling Go Applications in the Right Way with Examples Illustration created for “A Journey With Go,” made from the original Go Gopher, created by… What is profiling? Profiling is an essential technique for analyzing applications and identifying bottlenecks hindering the application’s performance. It is helpful to detect which parts of the code are taking too long to execute or consuming too many resources, such as CPU and memory. Table of Contents Benchmarking - Profiling CPU - Profiling Memory Runtime profiling …...
September 14, 2023medium
Trending repositories
dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
22,276 stars1,738 forks
labring/sealos
Sealos is a Kubernetes distribution offering comprehensive solutions for both public and private clouds.
11,362 stars1,848 forks