This is my pain, my struggles, and my revelations around coding. A place where I can safely express myself. This is also meant to be a good place to track my knowledge and skills progression in case, you know, you might need it.

Latest post: 2022-04-08

Expo

Develop for all your users' devices with just one codebase. Add fast refresh, true native capabilities, and your creativity, and you'll have the app your users want in no time.

READ

Tailwind CSS - a tool worth checking

A utility-first CSS framework as an interesting approach to handle front-end styling. I've been using it for a while and here are my thought about it.

Knights of the Flexbox Table

Accidently found a small but funny way to test out Flexbox layout skills with a slight introduction to the Tailwind.

Lets stop guessing and debug apps properly with VS Code debugging tool

Console.log() has been a reliable and easy way to track down errors and bugs ever since I started learning JS but with extensive usage of states, complex objects, etc it's no longer the fastest way of debugging the app. VS Code and Chrome Dev tools has a solution.