Daniel Szogyenyi powered by curiosity and coffee

Writing sustainable PHP code: best practices and tools for energy-efficient programming

 

Discover how PHP developers can contribute to a greener digital ecosystem by adopting sustainable coding practices. This article explores energy-efficient programming techniques, introduces tools like Joulenne for energy consumption analysis, and highlights ecoCode's best practices. Dive into the world of sustainable PHP coding and pave the way for a more environmentally friendly future in software development.

On the entropy of passwords

 

Explore password security with our dive into entropy. From basics to Diceware, grasp the importance of randomness in passwords. Learn about CSPRNG, passphrases, and the simplicity of Diceware for robust cybersecurity in the digital age.

Mastering Dependency Injection in PHP with PHP-DI: A practical example

 

Discover the world of Dependency Injection (DI) in PHP through an example. From crafting a basic Hello World script to mastering advanced techniques, you'll see how DI enhances flexibility, maintainability, and code organization with the help of PHP-DI, a powerful dependency injection container. Whether you're a PHP beginner or an experienced developer, this guide equips you to create clean, modular, and efficient PHP applications.