Blog
I write about software development, programming, tech and my personal life.
All Posts
JavaScript Concepts to Make Your Head Spin: Closures, Currying, and More ðĪŠ
5 min read
Want to sound like a pro when it comes to JavaScript? Look no further than this blog post. We'll cover all the important concepts you need to know to be a JavaScript master.
The Wonders of Partial Requests: How Range Requests Can Improve Your Life âĄ
7 min read
Discover how partial requests, also known as range requests, can improve user experience, save bandwidth, and make your life easier.
The Great Hook Showdown: useState ð useReducer
3 min read
Deciding between useState and useReducer in React? Find out which hook is best for your needs and make your code more readable and maintainable.