Tools
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