Skip to content

Instantly share code, notes, and snippets.

View praneeth-katuri's full-sized avatar
🎯
Rebasing my life

Praneeth Katuri praneeth-katuri

🎯
Rebasing my life
View GitHub Profile
@praneeth-katuri
praneeth-katuri / git-ssh-setup-windows.md
Created May 20, 2025 03:35
Complete guide to setup Git using SSH on Windows

🛠 Complete Guide: Set Up Git with SSH on Windows

✅ 1. Generate an SSH Key (ED25519 Recommended)

Open PowerShell and run:

ssh-keygen -t ed25519 -C "your_email@example.com"
@praneeth-katuri
praneeth-katuri / react19_taiwindcssv4_shadcnui.md
Last active May 9, 2025 11:24
This guide walks you through integrating React 19, Tailwind CSS v4, and Shadcn/UI without TypeScript.

React 19 + Tailwind CSS v4 + Shadcn/UI Setup (JavaScript)

This guide walks you through integrating React 19, Tailwind CSS v4, and Shadcn/UI without TypeScript.

1. Create a Vite Project

npm create vite@latest <app-name> -- --template=react-js
cd <app-name>
npm install
@praneeth-katuri
praneeth-katuri / instructions-remove-unregistered-watermark.md
Created March 20, 2024 01:05
Instructions for removing the watermark from StarUML diagrams exported as SVG files.

Remove "UNREGISTERED" watermark from SVG file

Steps:

  1. Export as SVG:

    • Open your diagram in starUML.
    • Go to "File" > "Export Diagram As" > "SVG..." and save the file.
  2. Open SVG file in a web browser:

    • Locate the saved SVG file on your computer.