Full Stack Web Developer
Blog
My thoughts on software development.
Modern JavaScript Techniques
Posted on
A reference of modern javascript techniques I keep and constantly update.
Dependency Injection In PHP
Posted on
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.