Full Stack Web Developer
Blog
My thoughts on software development.
Modern JavaScript Techniques
Posted on 28th Dec 2020
A reference of modern javascript techniques I keep and constantly update.
Dependency Injection In PHP
Posted on 27th Apr 2020
Dependency injection is a simple yet powerful technique that can help you avoid hardcoded dependencies in your classes. Here, I analyze the concept using PHP.