How to install Firebase in Angular
By Andre Lombaard | 27 April 2022
If you are reading this, you probably already know about Firebase and would like to use it in your Angular projects. In this beginner's tutorial, I will provide you with a step-by-step guide on how to install Firebase in Angular.
Automatically refresh the browser while writing HTML
By Andre Lombaard | 14 April 2022
My 8-year-old son recently started coding, and I got frustrated watching all the inefficiencies that come with inexperience. I quickly had to remind myself that shortcuts, tricks, and more effective ways of doing things come with time and that it's part of the journey that is fun to figure out
How to create a dropdown with Angular and TailwindCSS
By Andre Lombaard | 30 March 2022
Nowadays, you can use many of the provided UI component libraries to quickly build your front end-user interfaces. These libraries can save you a lot of time, but there are also many reasons you might want to create components.