Posts
All the articles I've posted.
Bash, Fish, and Zsh: Choosing Your Shell
Published: at 06:40 AMWhen it comes to choosing a shell, Bash, Fish, and Zsh are the heavy hitters. They all have their fanbases, quirks, and strengths, but which one is right for you? Let’s break it down—no fluff, just real talk about their pros and cons.
Let’s Talk About JavaScript Error Handling?
Published: at 03:40 PMJavaScript has always had a bit of a rough relationship with error handling. Try-catch blocks? They’re like duct tape for your code—they get the job done, but not without adding bulk and sometimes making things messier. But now, there’s a potential game-changer on the horizon: the Safe Assignment Operator (`??=`).
Haskell Is Less Scary Than It Looks
Published: at 03:40 PMHaskell often gets a bad rap for being overly mathematical or cryptic, but it’s not as hard as it seems. With features like type inference, pure functions, and extreme abstraction, you might even find yourself writing a browser in just 600 lines of code. Let’s dive into why Haskell deserves a second look.