Articles tagged with: Development

Book Review: Developing Web Applications with Oracle ADF Essentials

Summary: A review of the book 'Developing Web Applications with Oracle ADF Essentials', by Sten E. Vesterli.


Toying with Javascript modules

Summary: About structuring JavaScript code in modules, and an example basic pub-sub system for small projects.


My last two crazy months

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


Database Ticket Servers

Summary: Using 'ticket servers' to manage auto-incremented unique IDs across multiple databases, a common issue when sharding databases.


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.