Today you will hear a lot of talk about serverless architectures but what really is serverless? To start with, it’s worth mentioning that serverless computing, despite its name, is not the removing of servers from the distribution of applications. Serverless… Read More ›

web development
Setting up Angular with the CLI
Setting up Angular is a relatively simple process and if you follow the steps below you should be up and running in no time. Prerequisites To install Angular, you will first need to have Node JS installed. https://nodejs.org/en/about/releases/ An active… Read More ›