Back to home
Toolkit

Tools I actually use.

A working inventory of the technologies, frameworks, and services that power the enterprise systems, SaaS platforms, and developer tools I build.

49
Tools
26
Daily Drivers
3
Exploring

The six tools I'd refuse to ship without

These show up in nearly every project, regardless of scope or stack.

01

Laravel

Backend framework for APIs, business logic, authentication, and job processing.

02

Next.js

React framework for full-stack applications, content sites, and admin panels.

03

MySQL

Primary database for OLTP workloads, complex queries, and data integrity.

04

AWS

Cloud infrastructure for compute, storage, databases, and global delivery.

05

TypeScript

Type-safe JavaScript for scalable frontend and backend development.

06

Tailwind CSS

Utility-first CSS framework for rapid UI development and consistency.

Backend & Frameworks

6 tools

Laravel

DAILY DRIVER

Full-stack PHP framework for enterprise applications, APIs, and admin panels.

Laravel Sanctum

DAILY DRIVER

Token-based authentication for SPAs and mobile applications.

Laravel Horizon

OFTEN

Queue monitoring and management for background job processing.

Laravel Reverb

EXPLORING

WebSocket server for real-time features and live dashboards.

Composer

DAILY DRIVER

PHP dependency management with strict lockfile discipline.

PHP

DAILY DRIVER

Server-side language for scalable web applications and APIs.

Frontend & Frameworks

6 tools

Next.js

DAILY DRIVER

React framework with App Router for full-stack applications and content sites.

React

DAILY DRIVER

Component library for building interactive user interfaces.

TypeScript

DAILY DRIVER

Type-safe JavaScript for scalable and maintainable codebases.

Tailwind CSS

DAILY DRIVER

Utility-first CSS framework for rapid and consistent styling.

Framer Motion

OFTEN

Animation library for smooth, performant UI transitions.

Vite

SOMETIMES

Fast build tool for development and optimized production bundles.

Database & Storage

5 tools

MySQL

DAILY DRIVER

Primary relational database for transactional workloads and complex queries.

PostgreSQL

OFTEN

Advanced RDBMS for JSON operations, window functions, and rich data types.

Redis

OFTEN

In-memory data structure store for caching, queues, and sessions.

AWS S3

DAILY DRIVER

Object storage for files, assets, and backups with global distribution.

AWS RDS

DAILY DRIVER

Managed database service for MySQL and PostgreSQL with automated backups.

Infrastructure & Cloud

6 tools

AWS EC2

DAILY DRIVER

Virtual servers for application hosting and compute workloads.

AWS CloudFront

DAILY DRIVER

Global CDN for fast content delivery and edge computing.

AWS Route 53

OFTEN

DNS service with health checks and traffic routing.

Docker

OFTEN

Containerization for consistent development and deployment environments.

GitHub Actions

DAILY DRIVER

CI/CD pipelines for automated testing, building, and deployment.

Cloudflare

SOMETIMES

DNS, CDN, and security for additional performance and protection.

Code Quality & Testing

6 tools

ESLint

DAILY DRIVER

JavaScript/TypeScript linting for code quality and consistency.

Prettier

DAILY DRIVER

Opinionated code formatting to eliminate style debates.

PHPStan

OFTEN

Static analysis for PHP to catch type errors and bugs.

Laravel Pint

DAILY DRIVER

PHP code style fixer following PSR-12 standards.

Pest

OFTEN

PHP testing framework with expressive syntax for unit and feature tests.

Jest

OFTEN

JavaScript testing framework for React components and utilities.

APIs & Integrations

6 tools

Postman

DAILY DRIVER

API testing and documentation tool for development and collaboration.

OpenAPI/Swagger

OFTEN

API specification format for generating documentation and clients.

Stripe

OFTEN

Payment processing for subscriptions and one-time payments.

Resend

DAILY DRIVER

Email delivery service for transactional and marketing emails.

OpenAI API

EXPLORING

AI integration for content generation and automation features.

Webhook.site

OFTEN

Testing endpoint for debugging webhook payloads and integrations.

Observability & Monitoring

5 tools

Laravel Telescope

DAILY DRIVER

Local debugging tool for requests, queries, and job monitoring.

Sentry

OFTEN

Error tracking and performance monitoring for production applications.

AWS CloudWatch

OFTEN

Infrastructure monitoring, logs, and alerting for AWS resources.

Google Analytics 4

DAILY DRIVER

Web analytics for user behavior, conversions, and traffic insights.

Log Viewer

OFTEN

Laravel log file browser for easier debugging and monitoring.

Editor & Workflow

5 tools

VS Code

DAILY DRIVER

Primary code editor with extensive customization and extensions.

Git

DAILY DRIVER

Version control with trunk-based workflow and conventional commits.

GitHub

DAILY DRIVER

Code hosting, pull requests, and project management.

iTerm2

OFTEN

Enhanced terminal with split panes and customization.

TablePlus

OFTEN

Database client for MySQL, PostgreSQL, and other databases.

AI & Automation

4 tools

GitHub Copilot

DAILY DRIVER

AI-powered code completion and suggestions in the editor.

OpenAI GPT

OFTEN

AI for content generation, code review, and problem-solving.

Claude

EXPLORING

AI assistant for complex reasoning and technical discussions.

Laravel Schedule

DAILY DRIVER

Automated task scheduling for recurring jobs and maintenance.

See these tools in action

Check out my case studies to see how these technologies come together in real projects.