Articles tagged with: Development

SQL LIMIT in UPDATE when the RDBMS doesn't allows it

Summary: How to use SQL LIMIT in UPDATE queries when the RDBMS doesn't allow it. And some optimization techniques for handling large data imports.


If you can't win, fail fast

Summary: The importance of setting hard limits in software development to prevent system crashes due to overloading.


A small LEGO Mindstorms EV3 Node.js library

Summary: Creating a small library for LEGO Mindstorms EV3 using Javascript.


Setup a basic node.js Windows development environment

Summary: A step-by-step guide on setting up a basic node.js development environment on a Windows system, including the installation of necessary tools and modules.


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.