Having multiple languages in an Angular 10 app

There was not too long ago a nice little blog article about how Angular have improved the localization system here so I thought I’d take a look on the Angular localization. In my application I am going to add Japanese as a second language on top of English. Note that I am using a existing …

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 …