hi, i'm bassim

I'm an IT/AV Specialist from New York

Latest Posts

Breaking into a Windows PC without a password

Local Windows password are hilariously easy to reset. Here's how to easily reset a Windows password without knowing the password or logging 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.

How to use the new GitHub CLI

How to use the new GitHub CLI, a command-line tool that makes it easier to work with GitHub directly from your terminal.

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