RSSAmplifier

Blog

code.melo.plus

a blog about software development

code.melo.plusRSS feed ↗5 posts

Latest posts

Building an Event Bus With Vanilla JavaScript

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.

How to Persist Web App Data in the User File System

We are going to build a text editor to save and open text files from the file system

How To Interact With APIs from a Web App

We are going to build a URL shortening web app using the fetch function to interact with an external service

Web App Authentication Workflow with Vue and Firebase

Tutorial on how to develop an essential authentication experience with sign-up, automatic and manual sign-in, and sign-out using Vue and Firebase

Web Authentication with Magical Links, SMS Codes, and Google Accounts Using FirebaseUI and Svelte

Tutorial on how to develop authentication with email magical links, SMS security codes, and Google accounts using the FirebaseUI library and Svelte framework.