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

    In Progress

    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.

📝Latest Posts

  • Game Development with Phaser

    May 10, 2026

    My journey to learning game development with JavaScript and Phaser.

  • 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.