Articles tagged with: Development

Optimizing an indoor routing A*

Summary: My experience optimizing an indoor routing tool at NAVTEQ in 2008, focused on improving the A* search algorithm and heuristics to make the application faster and scalable for real-time use.


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.