In a previous article, we discussed what you need to know to create an application that uses the TomTom Long Distance EV Routing service to supply routing and charging information to users. Now we’re going to build the app. The sample application described in this...
Most software developers who have coded systems that require inter-process communication (whether for asynchronous message-driven systems or for synchronous request/reply services) use the beloved JavaScript Object Notation (JSON) as the message payload format of...
Producing reusable components has always been one of the pillars of professional software engineering. For the web this has been especially hard — changing paradigms, frameworks, and libraries have made the situation more complicated than necessary. One of the...
“It looks great, but could you just add Excel import?” If you’ve developed software for a long time, you’ve probably heard that question from a manager more than once. To a non-technical crowd, asking for Excel import/export doesn’t sound like a big deal....