My study notes, how-to guide and random stuff.
October 22, 2024
CSS property that add spacing on your underlined text.
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.
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?
July 16, 2024
I never really created my own loading and error handling before without using React query.
July 8, 2024
I’ve been using React Query for some time now but didn’t really understand it as I’ve used my old company project code in React Query and used it on my other projects without knowing why the code does that.
October 21, 2023
Here are some basic type and useful prop types when using Typescript in React.
September 10, 2023
Context API is a feature added in Reacy 16.3 that allows to share states across the entire application.
August 20, 2023
Literal Types allow you to SPECIFY that a variable or parameter MUST HAVE A PARTICULAR value
August 10, 2023
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.
July 25, 2023
Interface declaration is another way to name an object type.
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.
February 5, 2023
I am currently updating my portfolio website after three years of working as a front-end developer, utilizing ReactJs and NextJs.