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.
my thoughts on software development.
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.
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.
This is how I built my navigation menu, dropdown, and button components in Astro.
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.