About
Kevin Boosten
Just writing about front-end development
Categories
personal
Get ready for the launch 🚀
Hello there 🙋🏻♂️. Time has come to write stuff down and try to share some knowledge!
mobile
Build and release your Ionic + Capacitor app via Microsoft App Center
Building and deploying mobile applications can be challenging. I like developing mobile applications for iOS and Android. My framework of choice to do this is Ionic. Now Capacitor became the...
ci/cd
How to use Angular environment files in your Azure DevOps multi-stage yml release pipeline
Angular has the concept of environment files that can be used to configure environment specific values. There are multiple ways to handle environments in your Angular web application.
angular
How I use an OpenAPI spec in my Angular projects
If you are working on a project that has an OpenAPI spec, then you can generate your Angular Code and even generate a simulator for development and test purposes. This...
How to use Angular environment files in your Azure DevOps multi-stage yml release pipeline
Angular has the concept of environment files that can be used to configure environment specific values. There are multiple ways to handle environments in your Angular web application.
api
How I use an OpenAPI spec in my Angular projects
If you are working on a project that has an OpenAPI spec, then you can generate your Angular Code and even generate a simulator for development and test purposes. This...
tools
VS Code Local History
We all have been in the situation where you did not yet committed your files to git and suddenly you lost everything due to some destructive action you did! You...
VSCode Explorer File Nesting
Since a couple of months I left my previous company to start working at Kambr🛫. Where I was reunited with an old colleague. He and I were always debating about...
VSCode Multi-root Workspaces
I’m a big fan of VSCode nowadays. And one of the great features is VSCode Workspaces.
Fast and simple Node version manager
The other day at work we shared some information about nvm to manage your Node.js installation. My colleague Joep then mentioned a tool I did not know about yet.