hi, i'm bassim

I'm an IT/AV Specialist from New York

Latest Posts

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.

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.

Building menus and buttons in Astro

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

Projects

  • react-shiki 0.1.2

    An NPM package which utilizes Shiki to implement syntax highlighting in React. Exports a React component and a hook.

    React
    Shiki
    TypeScript
    NPM
  • astro-fouc-killer 0.5.0

    An Astro integration which eliminates flash of unstyled content when using class-based dark mode.

    Astro
    TailwindCSS
    NPM
  • astroSite

    Built with Astro and TailwindCSS, this MPA portfolio & blog site is version 3 of my personal website, my first MPA.

    Astro
    TailwindCSS
    TypeScript
  • FastGPT

    A high performance OpenAI GPT-4 chat app built with FastAPI. Featuring asynchronous requests, streaming responses, syntax highlighting, and more!

    FastAPI
    OpenAI
    Python
    JavaScript