Let’s take a closer look at what a first-class function is and why we use it with a Golang example.
Learn the concept of closures, which are often used in functional programming, and learn more about how they work through a Golang example.
On February 6, 2024, version 1.22 of Golang was released. There are a number of feature updates, but the most interesting ones for me were related to HTTP server routing, so I thought I’d post about them.
In today’s post, we’re going to talk about the heredoc syntax. I’ve been using it a lot in my day-to-day development to make my writing cleaner, but I recently realized that it’s called a heredoc, so I thought I’d clean it up.