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

  • 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

  • Learning React Context API

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

  • TS Basic: Literal Types

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

  • TS Basic: Type Assertion

    Sometimes you will have information about the type of value that TS can’t know about. Type assertions are used to explicitly specify the type of a value when the TS compiler is unable to infer it automatically.