I'll cut straight to the chase with this article. You should never ignore the response codes from your SMTP server.
We're so used to dealing with HTTP and RESTful webservices and everyone who's been around a while knows the difference between a 2xx[...]
Read more...
When you're working with Angular, it doesn't take long before you realize that's you need to embrace Observables for just about everything.
The simple examples with ngFor are going to demonstrate how it can iterate over an Array of Strings or[...]
Read more...
Back in 2017 I wrote a post about the Angular CLI, and how it has made creating and maintaining an Angular project so much simpler.
Since then Angular and the Angular-cli have undergone many changes, and many new features have been added. The[...]
Read more...
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...