Posts
What I've learned so far.
-
Building a search filter using Svelte
Posted on: November 22, 2023I already knew how to build a search filter with React. But since I wanted to learn something new, I built in with a framework I never used before - Svelte
web-dev astro svelte
-
A quick history of the world's most notorious font
Posted on: November 16, 2023How a virtual dog in a computer program aimed at new PC users and children changed the world of typography
typography
-
Autofocusing cameras
Posted on: November 07, 2023It's time for me to learn how the autofocus of cameras actually work
photography
-
Revisiting sorting algorithms
Posted on: November 03, 2023From Bubble to Quick, unraveling the magic of sorting data efficiently.
computer-science
-
Understanding useRef
Posted on: November 01, 2023What exaclty is the useRef hook doing and when should you use it?
web-dev react