Finally connected Claude to Obsidian through MCP.
Now I can learn with Claude while my notes are automatically organized, structured, and connected inside my Obsidian second brain.
No more manually maintaining notes.
Just learn โ chat โ build knowledge.
#Claude#Obsidian
Started with zero.
Today: 100 LeetCode problems solved.
Still a long way to go, but progress is progress.
The grind continues. ๐
#LeetCode#Programming#DSA
๐ Submitted my first PR to @RocketChat!
Replaced a legacy Modal with GenericModal in the Omnichannel frontend, addressed review feedback, and learned a lot from the process.
Now waiting for maintainer review. ๐
#opensource#TypeScript#JavaScript
Built Web Inspectraโan AI-powered website diagnostic engine that analyzes any public URL for performance, accessibility, security, SEO, network activity, and DOM insights. Fast, lightweight, and built without browser automation.
github url:-https://t.co/RF6BCoeEUO
#WebDev#AI
Just built BranchMind.
BranchMind transforms complex Git repositories into an AI-powered knowledge graph, making it easier to understand branch relationships, track code evolution, detect merge risks, and make confident merge decisions.
Github link:-https://t.co/u9EEvy4xIy
Just started building my personal portfolio website.
Not trying to rush it or make it perfect in one go.
I will keep working on it little by little, adding things, fixing stuff, and making it better as I will learn new stuff.
BTW this is current progress.
Today I learned how the web actually works
โ Client asks, server answers.
โ GET = read, POST = create, PUT = update, DELETE = remove
โ 2xx โ 4xx=your fault 5xx=server's fault
โ Express.js wraps all of this in one line of JS
The web is just request โ response, forever.
Looking for high-quality YT channels/resources on:
system design ,backend architecture ,cloud ยท devops
If someone knows please tell in comments.
And alsso letโs connect on linkedin:
https://t.co/erHxZjEZD8
#SystemDesign#BackendEngineering#DevOps
๐ Git Commands Cheat Sheet
Master version control step by step ๐
From setup โ commits โ branches โ undo mistakes โ stash โ logs โ all the essential Git commands in one place.
Perfect for beginners & quick revision ๐จโ๐ปโจ
#Git#GitHub#VersionControl#Developer#Coding#Dev