Glob Function Fundamentals The filepath.Glob function in Go provides a powerful way to...
WalkDir Function Comprehensive Guide The filepath.WalkDir function represents Go's modern...
Directory Reading Fundamentals Working with directories is a cornerstone of file system...
Understanding the FS Interface in Depth The filesystem (FS) interface in Go provides a...
What is the fs package and why it matters The fs package landed in Go 1.16 and...
Implementing a countdown timer When working with time-based operations in Go, the time...
Understanding == vs Equal() for comparing time When working with time values in Go, one of...
Ever wondered what HTTP requests your command-line tools are actually making? When you run aws s3 ls...
Extracting Date Components When working with dates in programming, breaking them down into...
Understanding Unix Time Unix time, often referred to as epoch time, is one of the most...
Using time.Timer to Delay Execution When developing Go applications, you'll often need to...
I was reading an interesting post on Werner Vogels‘ blog about Amazon S3 turning 19 years old...
Working with dates and times is a fundamental part of programming, yet it can be surprisingly tricky....
Working with time zones is one of those programming challenges that seems simple on the surface but...
The time.Duration Type and How It Works When working with time intervals in Go,...
The difference between wall clocks and monotonic clocks When measuring time in software...
Overview of the time package and why it's essential Working with time is an unavoidable...
Hey there! We've made it to our final deep dive into net/netip's core types. Today we're focusing on...
Hey there! In our previous article, we explored Addr methods in detail. Now let's dive deep into...
Hey! We've covered a lot of ground in our previous articles about net/netip. Today, we're going to do...
Hey there! In our previous articles, we covered Addr, AddrPort, and Prefix types. Now let's tackle...
Hey there! In our previous articles, we covered Addr and AddrPort types. Today, we're diving into the...
Hey again! In our last article, we explored the Addr type for handling IP addresses. Today, we're...
Hey there! Today we're going to dig into Go's net/netip package, specifically focusing on the Addr...
Well done, crypto champion! You've journeyed through the intricate world of Go's crypto package, from...
Hey there, crypto wizard! Ready to see some real-world magic with Go's crypto package? We've learned...
Hey there, crypto innovator! Ready to supercharge Go's crypto package? While Go's standard crypto...
Hey there, speed demon! Ready to make your crypto operations zoom? While security is our top priority...
Hey there, crypto crusader! You've learned the tools of the trade, but now it's time to master the...
As a developer, I've always believed that the best tools are the ones that anticipate your needs...