Tools I Use

The tools, languages, frameworks, and hardware I rely on daily โ€” from ML experimentation to production deployment.

๐Ÿ Languages

  • Python โ€” primary language for ML, data, and automation
  • SQL โ€” PostgreSQL, SQLite, query optimization
  • PHP โ€” Laravel full-stack web applications
  • JavaScript โ€” frontend when needed (Livewire/Alpine)
  • Bash/PowerShell โ€” scripting and automation

๐Ÿง  ML & Data Science

  • PyTorch โ€” deep learning, custom architectures
  • XGBoost / LightGBM โ€” structured data, time series
  • Scikit-learn โ€” classical ML, preprocessing, evaluation
  • OpenCV โ€” computer vision, image processing
  • YOLO (Ultralytics) โ€” object detection
  • Pandas / Polars โ€” data manipulation
  • NumPy โ€” numerical computing

โš™๏ธ MLOps & Infrastructure

  • MLflow โ€” experiment tracking, model registry
  • Docker + Docker Compose โ€” containerization
  • Grafana โ€” monitoring dashboards, drift detection
  • ONNX โ€” model export and optimization
  • Git โ€” version control (GitHub)
  • GitHub Actions โ€” CI/CD
  • PostgreSQL โ€” primary database

๐Ÿค– LLM & RAG Stack

  • LangChain โ€” LLM orchestration
  • FAISS โ€” vector search
  • OpenAI API โ€” GPT-4o, embeddings
  • RAGAS โ€” RAG evaluation
  • Streamlit โ€” quick ML demos and UIs
  • Chroma โ€” lightweight vector DB alternative

๐ŸŒ Web Development

  • Laravel โ€” PHP framework, full-stack apps
  • Livewire โ€” reactive components without JS framework
  • Alpine.js โ€” lightweight interactivity
  • Tailwind CSS โ€” utility-first styling
  • FastAPI โ€” Python APIs, model serving
  • NGINX โ€” reverse proxy, static serving

๐Ÿ•ท๏ธ Web Scraping & Automation

  • Playwright โ€” browser automation with stealth
  • Puppeteer โ€” alternative browser automation
  • Anti-bot evasion โ€” fingerprint spoofing, stealth scripts, CAPTCHA handling
  • GitHub Actions โ€” scheduled scraping workflows

๐Ÿ’ป Hardware & Workspace

  • Laptop: Windows + WSL2 (Ubuntu)
  • VPS: Linux server for MLflow, Grafana, APIs
  • Editor: VS Code with Vim keybindings
  • GPU: NVIDIA (cloud/colab when needed)
  • Terminal: Windows Terminal + PowerShell
  • Notes: Markdown + Git (no Notion dependency)

๐Ÿ“š Learning & Staying Current

  • Papers With Code โ€” tracking SOTA
  • Hacker News โ€” tech ecosystem awareness
  • arXiv โ€” ML/cs.CV/cs.CL papers
  • Twitter/X โ€” ML engineering community
  • Documentation-first: I read the source when docs fail
  • Build to learn: every concept becomes a mini-project

๐ŸŽจ Design & Communication

  • Mermaid.js โ€” architecture diagrams as code
  • Excalidraw โ€” quick sketches, system designs
  • Markdown โ€” everything is documented in .md
  • GitHub Issues/Projects โ€” task tracking
  • ScreenToGif โ€” quick demos and bug reports