Hi, I write about software development. Posts are below, and there's an RSS feed. You can learn more about me here.
Tutorial on how to develop authentication with email magical links, SMS security codes, and Google accounts using the FirebaseUI library and Svelte framework.
Tutorial on how to develop an essential authentication experience with sign-up, automatic and manual sign-in, and sign-out using Vue and Firebase
We are going to build a text editor to save and open text files from the file system
We are going to build a URL shortening web app using the fetch function to interact with an external service
The Event Bus is a common pattern to provide convenient access to global events inside an app or between services. This post describes how to implement a minimal version with just vanilla JavaScript.