Firebase Realtime Database Yesterday I completed the newly added section on building a progressive web app that looks like a mobile app, using the core frontend trifecta, HTML, CSS, and JavaScript, hooked to a Firebase Realtime Database backend. Throughout the course I built a basic Add to Cart/todo list app. At the …
Read MoreSolo Project Learnings Yesterday I submitted my Movie Watchlist solo project for review. Here are things I learned working on the project: Add charset to the <script> tag in your HTML, in order to ensure the HTML rendered using JS doesn't replace characters like the apostrophe ' with some weird characters. Use …
Read More