Projen is a tool that streamlines managing AWS CDK projects by automating tasks like file generation and dependency management. It allows developers to focus on infrastructure code instead of project setup. By following specific commands, users can create projects, configure repositories, and publish packages to npm and GitHub.
web development
What is serverless computing?
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 ›
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 ›