Skip to main content
PS Logo

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.

Version Control & Collaboration

  • Git & GitHub for version control and collaboration.
  • Comfortable working with issues, branches, pull requests, and code reviews.
  • Repositories double as documentation and learning spaces.

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 SystemmacOS
EditorVS Code
Terminalzsh/Bash
BrowserChrome & Firefox
Version ControlGit + GitHub
LanguagesPython, JavaScript, Java, Bash
BackendNode.js, Express, Flask
FrontendReact, HTML/CSS
NLP & MLNLTK, 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.