Hi, I'm Owa Aquino.

πŸ‘‰ This website is here to help me become a better developer.

I’m a Frontend Developer from Philippines.

I build and design website and web application.

( πŸ–– This website is a work in progress )

πŸ’» What I'm working on

  • Tasks List

    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.

  • Portfolio v3

    February 5, 2023

    I am currently updating my portfolio website after three years of working as a front-end developer, utilizing ReactJs and NextJs.

πŸ“Latest Posts

  • TS Basic: Typing Errors in Try-Catch

    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.

  • TS Basic: Utilities

    March 19, 2025

    Type utilities you can use to transform types or make them more reusable. These are set of built-in generic types.

  • TS Basic: Narrowing

    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.