Hello, my name is Jemin
I am a full stack developer and I have been building
applications with .NET for over a decade, but lately, I've been
diving deep into the AI rabbit hole. I created this blog so I
can share the things I learn in the hope of both helping others
and deepening my knowledge of the topics I write about.
Welcome to my spot on the web for articles, code
snippet, and anything else I want to put out here.
Latest articles
I recently discovered voice typing on both my mobile and laptop, and it has been a game-changer for my productivity while giving my fingers a much-needed break! If you haven't tried it yet, here's why you should consider making it part of your daily digital routine.
If you're in the UK and looking for a smart way to save for your first home or retirement, the Lifetime ISA could be a game-changer. We’ll break down how you can make the most of your LISA and grow your savings over time.
This Astro website uses Markdown to format its content. This article covers basic and extended Markdown syntax, along with custom sections relevant to this site.
One of the common task in a web application is to call web API’s, it could be either external API’s or internal API’s i.e. Web tier calling the APP tier.
TypeScript is Superset of JavaScript (i.e. adding new features on top of JavaScript) with syntax for types. It helps in catching errors during build time and therefore reducing the bugs in the applications. This article is a quick reference guide on type script main features with examples.