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 for React: Prop Types

    October 21, 2023

    Here are some basic type and useful prop types when using Typescript in React.

  • Learning React Context API

    September 10, 2023

    Context API is a feature added in Reacy 16.3 that allows to share states across the entire application.

  • TS Basic: Literal Types

    August 20, 2023

    Literal Types allow you to SPECIFY that a variable or parameter MUST HAVE A PARTICULAR value