Uses
A practical overview of the tools, setup, and workflow I use daily to design, build, and ship projects efficiently.
Development Environment
- macOS as my primary operating system for development and daily work.
- VS Code as my main editor, configured for backend, full-stack, and scripting workflows.
- Terminal (zsh/Bash) for development, automation, and system-level tasks.
- Chrome & Firefox for development, debugging, and cross-browser testing.
Build & Experimentation Workflow
- I favor rapid prototyping, building small, testable versions before scaling features.
- Lightweight setups and minimal tooling help me validate ideas quickly.
- Emphasis on clean structure, readable code, and iterative improvement over over-engineering.
Automation & Productivity
- Automate repetitive tasks to reduce manual effort and speed up development cycles.
- Use scripts and small utilities to improve consistency and efficiency.
Development Setup
| Operating System | macOS |
|---|---|
| Editor | VS Code |
| Terminal | zsh/Bash |
| Browser | Chrome & Firefox |
| Version Control | Git + GitHub |
| Languages | Python, JavaScript, Java, Bash |
| Backend | Node.js, Express, Flask |
| Frontend | React, HTML/CSS |
| NLP & ML | NLTK, spaCy, Streamlit |
Philosophy
- I value tools that are simple, flexible, and developer-friendly.
- My setup evolves continuously as I learn and adapt, optimizing for clarity, speed, and real-world impact.

