Blog Posts
Thoughts on development, technology, and engineering.
I have started learning Go recently, and when I got to goroutines -- one of Go's strongest features -- I got interested in concurrent and parallel execution in PHP.
Read more →Exploring how Laravel jobs are implemented under the hood by building a simple queue system from scratch using Redis and PHP.
Read more →Using PHP attributes to enforce guidelines and reduce code duplication in Laravel artisan commands, leading to cleaner and more maintainable code.
Read more →Tailor 0.2.0 brings important improvements including automatic class discovery with aliases, auto-saving sessions, method autocompletion, and session tags for better organization.
Read more →Building a Laravel package to save, manage, and reload PsySH/Tinker sessions, making it easier to preserve and reuse interactive PHP scripts across development workflows.
Read more →Building a Laravel package that performs intelligent code reviews using AI, with context-aware analysis powered by vector search and semantic understanding.
Read more →