Building a static website from content stored in Firebase
Learn about how Martine created a content management system for Firebase to build apps and static websites.Read More →Playing with Fire: Serverless PWA with Firebase (CFE.dev)
Michael Dowden walks through building a serverless progressive web app (PWA) that will cover how to use Firebase for authentication, hosting, cloud functions, and database.Read More →Devmio Blog - Web Accessibility Interview
Devmio interviewed Michael Dowden and Martine Dowden about web accessibility in preparation for their live web accessibility workshop.Read More →.NET Rocks - Testing Angular Forms
Martine Dowden is interviewed on the .NET Rocks! podcast where she discusses Testing Angular Forms.Read More →Reactive Form Custom Validators
Exposing validation errors in a human-readable way guides the user when filling out and submitting forms, but when default implementations don't fit oRead More →Testing Reactive Forms
Although part of most applications, a well designed, user friendly, testable form is still one of those things that is really hard to achieve. Let's lRead More →Video: Playing With Fire: Building a Web App with Firebase
In this video, Firebase GDE Michael Dowden walks through the creation of a chat application, start-to-finish, using Angular 11 on Firebase. This demo was performed live for the CODEstantine Developers Community on June 23, 2021.Read More →Installing TrackJS in Angular
The bane of any software product is the dreaded Customer Bug Report™. We go spelunking into the code with little more than “It doesn’t work”. We can use the date of the error report to dig through the logs but it doesn't help when the issue is in codRead More →Angular Routing: Understanding Child Routes
Most applications, even single page apps, have routing. Just like most things when it comes to code, there are several ways that routes can be implemented in Angular.Read More →