Recent Posts
Blog posts on mostly front-end development.
To date, I have written 7 posts and counting...

Exclamation Mark in TypeScript

Understanding what the exclamation market in TypeScript is for and how to actually use it

Read more

process.env vs import.meta

Comparing the difference between process.env and import.meta

Read more

Feature flags are useful to control how the way we enable and disable features

Using feature flags allow us to control new or different feature during release in a modular way

Read more

Set your default branch to `main` with .gitconfig

Guide to switch the default branch from `master` to `main` so you don't have to do it everytime

Read more

Making SEO better for blog posts with Structured Data

How to use Structured Data to assist us with describing the content of a particular page

Read more

Enhance content sharing on mobile browsers using Web Share API

Using Web Share API to trigger iOS or Android system level sharing sheet; enhancing the user experience of sharing.

Read more

Conditional settings for .gitconfig

How to create different git configurations for different purposes

Read more