Fullstack Developer Lab
Practical Laravel work, technical notes, and browser-first developer tools.
A production Laravel lab for showing how I structure maintainable fullstack work: clear data models, server-rendered pages, admin workflows, deployment notes, and small utilities that are useful immediately.
Lab focus
- Backend
- Laravel, MariaDB
- Frontend
- Blade, Tailwind
- Admin
- Filament
- Hosting
- cPanel, Apache
Case studies
Featured projects
Technical notes
Recent writing
Jun 10, 2026
Deploying Laravel On Shared Hosting
A practical deployment checklist for Laravel apps that need to run on cPanel hosting.
Jun 7, 2026
Designing A Portfolio Like A Product
A personal site becomes more convincing when it behaves like useful software.
Jun 3, 2026
MariaDB Indexing Notes For Small Laravel Apps
Start with indexes that match routes, publishing filters, and admin workflows.
Developer tools
Useful utilities
Formatting
JSON Formatter
Format and inspect JSON payloads with a focused browser-first interface.
Security
JWT Decoder
Decode JWT header and payload data without sending tokens to a remote service.
Encoding
Base64 Encoder
Encode and decode Base64 values for quick API and integration checks.
Identifiers
UUID Generator
Generate UUID v4 identifiers locally for test data, jobs, and API payloads.