Articles
In this page, you will find my blog posts,
I write to share my knowledge and my experiences.
Skim them and you will find what you are looking for.
Coding
In the coding part of this blog you will learn how are created websites and web applications
Graphic
Do you have an artistic vein? browse through the tutorials in the graphics section, surely you will find ideas for your creativity
Utility
Lots of tutorials and tips on how to use softwares and the latest news in the field of technology
Master Symfony Route Patterns with this 5 minutes definitive guide
Unlock Symfony's advanced routing capabilities. Learn route patterns, customization options, annotations, and caching. Optimize performance and user satisfaction
See detailsHow to implement Behat into your PHP project
Learn how to implement BDD with Behat and Gherkin in your PHP project. Boost your test automation efforts and ensure the reliability of your software
See details4 steps to getting started with Behaviour-Driven Development
Discover the power of Behat and Gherkin for effective testing and improved software quality in this comprehensive BDD guide
See detailsHow I became a programmer
Discover the inspiring journey of how I became a programmer, from my humble beginnings to achieving my coding dreams
See details5 reasons why Python sucks
Uncovering the Reasons Why Python Falls Short in Web Development
See detailsRESTful APIs with Symfony: Building Web Services
Discover the power of Symfony in developing RESTful APIs for seamless communication between your applications
See detailsHow procrastination will make your web app faster (with examples)
Discover the power of lazy loading in reducing initial load times and optimizing resource usage, helping your website perform at its best
See detailsFrom Fragile Dependencies to Stable Foundations: Mastering the Dependency Inversion Principle
Explore the benefits of implementing the Dependency Inversion Principle for robust and maintainable code
See detailsWhy 99% of Developers use interfaces wrong and how you can fix it now
Designing Interfaces with Precision: The Interface Segregation Principle Demystified
See detailsThe Art of Code Design: Demystifying the Liskov Substitution Principle
Learn how to enhance the flexibility and maintainability of your code with the Liskov substitution principle. Discover best practices and real-world examples for writing robust and extensible software
See details