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: Type VS Interface

    September 19, 2024

    When do we use type vs interface? Which should we use? When do we use type and interface? And why I’m starting my post like this? I read too many self-help books I guess.

  • TS Basic: Typing Promises and Async Request

    September 13, 2024

    What if our data is coming from an API? How do we ensure we have type-safe on our `async` function data?

  • React Query Basic: Query Lifecycle

    July 16, 2024

    I never really created my own loading and error handling before without using React query.