Iβm a Frontend Developer from Philippines.
I build and design website and web application.
( π This website is a work in progress )
August 31, 2023
A task list application for storing work-related tasks and notes. Unlike a simple to-do list application this will be able to add categories and priorities for sorting and reporting purposes.
February 5, 2023
I am currently updating my portfolio website after three years of working as a front-end developer, utilizing ReactJs and NextJs.
March 24, 2025
Sometimes you donβt really know what error your backend or API is providing so Typescript will question the type on your try...catch block your using so this are the different types you can use.
March 19, 2025
Type utilities you can use to transform types or make them more reusable. These are set of built-in generic types.
February 26, 2025
Narrowing refers to the process of refining the type of a variable or expression based on certain condition. Itβs allow us to filter more specific assertions about the type of a value enabling better type checking.