RRemusinremusrisnov.hashnode.dev·Feb 23, 2025 · 2 min readOpen github url in gitingest via chrome extension and keyboard shortcutI came across this phenomenal tool called gitingest. It's especially perfect when working with an LLM because you can dump any github url into it and it'll extract it into plain text with a directory tree and everything. There is an official chrome...00
RRemusinremusrisnov.hashnode.dev·Aug 14, 2023 · 18 min readChrome Extension MV3 Template : Supabase Auth, Plasmo, Tailwinds CSS & Shadcn UISetting Up Plasmo, Tailwinds & Shadcn-UI Setting Up Plasmo pnpm create plasmo # OR yarn create plasmo # OR npm create plasmo Get started with plasmo with the base command below, stick to pnpm in this guide as that’s what we’re going to use. https://...00
RRemusinremusrisnov.hashnode.dev·Aug 6, 2023 · 3 min readProgramming Tidbits (VS Code Keyboard Shortcuts, Console.log Styling + Search, Diffing Libraries, fetch === curl)Here are a few tidbits I've picked up coding to make your life easier in front of the keyboard. Large Files When working with a large file, there are times you need to step back and see the bigger picture. The VS Code keyboard shortcuts below will co...00
RRemusinremusrisnov.hashnode.dev·Jul 24, 2023 · 22 min readT3 Stack Template : Supabase (w/ Auth + DB) and Shadcn-UI Basic SetupIntroduction In this guide, we will cover how to convert the base T3 stack config to use Supabase auth instead of NextAuth.js coupled with Supabase DB and Shadcn-UI. We'll also cover how to use SQL triggers so that we can use the more stable single-s...00