Journal
This is my tiny corner of the internet—a journal of things I find interesting, weird, or just too cool not to hoard like a digital magpie. If you spot something that belongs to you and it’s not properly credited, or if I’ve accidentally committed a copyright sin, or even if you just think I’m totally wrong about something—don’t be shy! Shoot me an email. I love learning, chatting, and being gently corrected like a confused grandpa with a new phone. Thanks for stopping by. You're officially 23% cooler now.
The art of sending the users to the right place: URL Rewrite vs. Redirect
2025-07-01
This article briefly explains the differences between URL rewrite and redirect.
Web Development
What are WebHooks?
2021-12-11
This article aims to explain what WebHooks are and it includes an adequate amount of memes (2 of them, to be precise).
Web Development
Introduction to Redis
2021-10-23
In this article, we briefly talk about what Redis is and how to use it.
Redis
Web Development
Introduction to Docker
2021-09-18
In this article, we briefly talk about virtual machines, containers, and Docker.
Docker
Web Development
What's new in React 18?
2021-08-27
In this article, we briefly talk about what's new in React 18.
React
What's new in ES2022?
2021-07-22
In this article, we briefly talk about what's new in ECMAScript 2022 and what features has been added to JavaScript in the last few years.
JavaScript
Introduction to Accessibility
2021-05-07
In this article, I briefly talk about what accessibility is and what we can do to make our websites more accessible as web developers.
Web Development
Using TypeScript with React
2021-04-07
In this article, I give examples on how to use TypeScript with React (create-react-app/ CRA) and Redux.
TypeScript
React
Introduction to TypeScript
2021-03-26
In this article, I briefly explain some differences between JavaScript and TypeScript, and give small examples of how to use TypeScript features.
TypeScript
Introduction to Recursion
2021-03-13
In this article, I briefly explain recursion using simple examples written in JavaScript.
Computer Science
JavaScript