blog

my thoughts on software development.

How to reset a Windows Password without knowing it

Local Windows passwords are super easy to reset. This post explains how to reset a Windows password without knowing the password or needing to log in.

Read more caret-icon

Set up TailwindCSS intellisense for JavaScript and TypeScript

Tailwind's VS Code extension doesn't detect utility classes in JavaScript or TypeScript declarations by default. But it can be configured to do so, we can add support for data types like strings, arrays, and objects using Regex. In this post, I'll show you how to configure Tailwind intellisense and autocomplete suggestions for Javascript and Typescript variables in VS Code.

Read more caret-icon

Building menus and buttons in Astro

This is how I built my navigation menu, dropdown, and button components in Astro.

Read more caret-icon

How I used Astro to build this website

This is my first blog post, it describes several fundamental concepts I learned and used to build this website using Astro and TailwindCSS, such as Astro layouts and components, markdown styling, and variables in Astro.

Read more caret-icon