Magician
A normal cockatiel behaviour of pressing a button it shouldn't be pressing Button

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

This article briefly explains the differences between URL rewrite and redirect.

Web Development

What are WebHooks?

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

In this article, we briefly talk about what Redis is and how to use it.

Redis

Web Development

Introduction to Docker

In this article, we briefly talk about virtual machines, containers, and Docker.

Docker

Web Development

What's new in React 18?

In this article, we briefly talk about what's new in React 18.

React

What's new in ES2022?

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

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

In this article, I give examples on how to use TypeScript with React (create-react-app/ CRA) and Redux.

TypeScript

React

Introduction to TypeScript

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

In this article, I briefly explain recursion using simple examples written in JavaScript.

Computer Science

JavaScript