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

Quick Dexie.js Tutorial

Dexie is a wrapper library for IndexedDB that makes client-side database operations much easier and more intuitive.

Voice typing

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.

Making the Most of Your Lifetime ISA (LISA)

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.

Markdown quick guide

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.

.NET Core consuming API

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.