Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
The Weekly Golang Journal Series' Articles
Back to Archit Agarwal's Series
Know How Elements Are Referenced in Range Loops to Avoid Common Pitfalls in Go
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Nov 13 '24
Know How Elements Are Referenced in Range Loops to Avoid Common Pitfalls in Go
#
go
#
programming
#
tutorial
#
qualitycode
Comments
Add Comment
1 min read
Are Range Loops in Go Tricking You? Here's What You Need to Know đ¨
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Nov 19 '24
Are Range Loops in Go Tricking You? Here's What You Need to Know đ¨
#
go
#
programming
#
tutorial
#
coding
Comments
Add Comment
1 min read
Unlock the Power of Custom Formatting in Go: A Deep Dive into the Formatter Interface
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Nov 27 '24
Unlock the Power of Custom Formatting in Go: A Deep Dive into the Formatter Interface
#
go
#
programming
#
tutorial
#
qualitycode
Comments
Add Comment
1 min read
đ Master Custom String Formatting in Go with the GoStringer Interface!
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Dec 4 '24
đ Master Custom String Formatting in Go with the GoStringer Interface!
#
go
#
coding
#
programming
Comments
Add Comment
1 min read
đ¨ Go Devs, Are You Really Checking Error Types Correctly? (Or Just Pretending Like I Did)
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Dec 11 '24
đ¨ Go Devs, Are You Really Checking Error Types Correctly? (Or Just Pretending Like I Did)
#
go
#
programming
#
developers
#
errors
Comments
Add Comment
4 min read
đ Mastering context.Context in Go: Avoid Bottlenecks and Improve Scalability
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Dec 18 '24
đ Mastering context.Context in Go: Avoid Bottlenecks and Improve Scalability
Comments
Add Comment
1 min read
Mastering Concurrency in Go: A Deep Dive into sync.WaitGroup and sync.Cond
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Dec 25 '24
Mastering Concurrency in Go: A Deep Dive into sync.WaitGroup and sync.Cond
#
go
#
concurrency
#
programming
#
backenddevelopment
1
 reaction
Comments
Add Comment
5 min read
đ Demystifying Golang Concurrency: Channels and Selectđ
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Jan 1 '25
đ Demystifying Golang Concurrency: Channels and Selectđ
#
go
#
goroutine
#
concurrency
#
channels
Comments
Add Comment
1 min read
The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Jan 8 '25
The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)
#
go
#
tutorial
#
syncpool
#
concurrency
Comments
Add Comment
4 min read
Prevent Race Conditions Like a Pro with sync.Mutex in Go!
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Jan 15 '25
Prevent Race Conditions Like a Pro with sync.Mutex in Go!
#
go
#
concurrency
#
programming
Comments
Add Comment
1 min read
đŻ Ever tried preventing multiple instances of an object in Go?
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Jan 22 '25
đŻ Ever tried preventing multiple instances of an object in Go?
#
go
#
concurrency
#
programming
#
softwareengineering
Comments
Add Comment
1 min read
đ¨ Prevent Goroutine Leaks in Go: Master Graceful Termination đ¨
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Jan 29 '25
đ¨ Prevent Goroutine Leaks in Go: Master Graceful Termination đ¨
#
go
#
concurrency
#
goroutines
#
softwareengineering
Comments
Add Comment
1 min read
Mastering Error Handling in Goroutines: Avoid Hidden Pitfalls in Go
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Feb 5 '25
Mastering Error Handling in Goroutines: Avoid Hidden Pitfalls in Go
#
go
#
concurrency
#
errors
#
programming
Comments
Add Comment
1 min read
Master Go Concurrency with the Or-Channel Pattern
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Feb 12 '25
Master Go Concurrency with the Or-Channel Pattern
#
go
#
concurrency
#
softwareengineering
#
programmingtips
Comments
Add Comment
1 min read
Are you tired of APIs that crawl when they should fly?
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Feb 19 '25
Are you tired of APIs that crawl when they should fly?
#
go
#
goroutines
#
concurrency
#
channels
Comments
Add Comment
1 min read
Mastering Fan-Out, Fan-In in Golang: Supercharge Your Concurrency Skills
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Feb 26 '25
Mastering Fan-Out, Fan-In in Golang: Supercharge Your Concurrency Skills
#
go
#
tutorial
#
concurrency
#
backenddevelopment
1
 reaction
Comments
Add Comment
5 min read
Stop Spawning Infinite Goroutines: Use Tee-Channels in Go for Scalable Event Handling
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
Apr 23 '25
Stop Spawning Infinite Goroutines: Use Tee-Channels in Go for Scalable Event Handling
#
go
#
concurrency
#
scalability
#
backenddevelopment
1
 reaction
Comments
Add Comment
4 min read
The Silent Killers in Your Go App: Unhandled Errors
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
May 14 '25
The Silent Killers in Your Go App: Unhandled Errors
Comments
Add Comment
6 min read
How to Build Heartbeats in Go: Let Your Goroutines Say 'Still Breathing!'
Archit Agarwal
Archit Agarwal
Archit Agarwal
Follow
May 21 '25
How to Build Heartbeats in Go: Let Your Goroutines Say 'Still Breathing!'
#
go
#
concurrency
#
goroutine
#
programming
9
 reactions
Comments
2
 comments
3 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account