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
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
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.
Accidently found a small but funny way to test out Flexbox layout skills with a slight introduction to the Tailwind.
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.
Having an enhanced mobile view experience is definitely a health thing, so I'm going to see for solutions available and think abou...
I've used useState and useEffect hooks extensively and in different ways, but this time it was not that easy to control complex st...
Headless CMS is an incredible tool for those like me, who want to focus on the front-end part of the development and not to be inv...
When I planned to create my personal website/portfolio I wasn't sure what tool exactly I would use. A bit of research showed that ...
Whenever I want to build a practice project or anything else I usually need a source of my content. This is where headless CMS com...
I'd been learning React, doing some projects and then I realized I need page navigation, and React Router happened......