Articles tagged with: PHP

All roads lead to static typing

Summary: The evolution of programming languages like PHP, Javascript, Ruby, and Python towards static typing, highlighting its benefits for understanding code, reducing errors, and improving scalability.


Review: CodeLobster PHP Edition

Summary: A review of CodeLobster PHP Edition, a web development IDE


Book Review: Hands-on Testing with PHPUnit How-to

Summary: A review of the book 'Hands-on Testing with PHPUnit How-to', by Michael Lively.


My last two crazy months

Summary: Recounting the hectic two months spent working overtime to meet the launch deadline for the new MiniJuegos site.


Of broken windows and IDEs

Summary: Discussion about the 'broken windows' theory in relation to untyped, case insensitive, and scripted programming languages like PHP, which can hide errors from developers. A proposed solution solution is to use a proper IDE or editor with automatic syntax checks and advanced greps.