There is a lot more to Angular development than Javascript and Typescript. The tooling required to fully leverage the framework
is quite extensive. You need to consider debugging, building and distributing, and testing. Each of those take
additional[...]
Read more...
We often see clients with IT teams and projects that, over time, suffer from software erosion.
The business requirements, or the IT landscape around the software, are changing faster than the software.
The software team is no longer able to deliver[...]
Read more...
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications.
It provides an event-driven architecture and a non-blocking I/O for application throughput and scalability.
That's all well and[...]
Read more...
Node.js is an amazing platform for creating dynamic web applications.
It handles high volumes easily and the npm ecosystem provides hundreds of modules that
include some very good pre-built features but, like anything, Node.js has it's limitations.[...]
Read more...
Delivering services over the web requires building software that is suitable for deploying to an environment that allows for scaling up without significant changes to the application itself. It should allow businesses to take advantage of high[...]
Read more...
Returning errors in the first argument of a callback works great in the simplest of examples, but the further you go down that path and the more code you write it quickly becomes apparent that it's not maintainable and should be handled differently.[...]
Read more...