Create a page menu in Angular 10 with active routing with a Bootstrap Layout

Showing the finished tutorial result of when visiting http://localhost:4200/awesome-stuff, their menu links highlighted depending on what page-url you are in. Something that wasn’t clear from me from the start when starting with Angular was how to indicate that the page is active whenever you are on it. If you are at the homepage, the home …

Creating a simple Angular 10 App with Nodejs Back-End using MySQL

The combination with Angular, Nodejs and MySQL is very powerful. I am a huge fan of MySQL, started using it in 2007 and here we are, 2020 and people still using it a lot for websites and web services. On top of that, I just found out that MySQL was created by some Swedes back …