/* The Architect's Core */
const Profile = {
kernel: "Arch Linux (Customized)",
shell: "Zsh + Tmux + Neovim",
status: "Hyper-Focused",
stack: {
languages: ["TypeScript", "Python", "Bash", "Rust"],
frontend: ["React 19", "Next.js", "Tailwind v4"],
backend: ["Node.js", "Express", "FastAPI"],
cloud: ["Docker", "Kubernetes", "AWS"]
},
philosophy: "Perfect code is a myth, but perfect automation is the goal 🐧"
};- 🔭 Operating: Architecting AlgoScope - High-fidelity algorithm visualizer.
- 🌱 Learning: Deep-diving into Linux Internals and eBPF.
- 🛠️ Config: Optimizing my dotfiles for peak productivity.
- ⚡ Trivia: "I use Arch btw" isn't just a meme, it's a lifestyle.
📜 System Logs: AlgoScope Deep Dive
Project Purpose: AlgoScope bridges the gap between static pseudocode and dynamic execution. By transforming abstract logic into fluid animations, it helps users build a mental model of how algorithms actually work.
- Real-time Visualization: Smooth animations via Framer Motion.
- Algorithm Coverage: Sorting, Searching, and Graph Algorithms.
- Code Insights: Multi-language (C++, Java, Python, JS) side-by-side.
|
|
|
|
|
|
|
|







