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 →Simplifying Software Architecture
What is involved in software architecture? In this article our founder sets the stage for the decision making process of software architects and sets the stage for a new blog series.Read More →When your Sass gets Sassy
One of the really cool features of Sass are mixins. In this post we will use a mixin to generate classes for some information panels and show techniques for debugging our code.Read More →.NET Rocks - Testing Angular Forms
Martine Dowden is interviewed on the .NET Rocks! podcast where she discusses Testing Angular Forms.Read More →Deploying Firebase
One thing I've learned is that while deploying simple projects to Firebase is extremely straightforward, there are a lot of advanced options that aren't immediately obvious. Here are some things you may find useful.Read More →Simple Subscribe Form
Learn how to use Firebase and Zapier to provide secure, convenient, and customizable form handling directly into a web page without the need to load any third party libraries.Read More →Sticky Table Headers
One of the most common requests I receive when designing a UI for a client is “Can you make the table headers sticky like in Excel?” So how do we create a sticky header using CSS?Read More →Creating Custom List Styles
Bulleted lists on the web come with default styles. What if we wanted to use emojis instead of the boring standard bullet points? Let's take a look at how we would create that.Read More →Light or Dark
Light or Dark mode, which one do you prefer? Or does it change based on device or situation? Let's delve into how to give our users the choice use CSSRead More →