JavaScript

Common coding solutions with a special focus on the practical implementations of ECMAScript and the most recent DOM versions.

Masking passwords with JavaScript

In this article, we'll explore a compact JavaScript snippet that generates a secure password, masks it for display, and provides a user-friendly way to copy it to the clipboard.

Getting Started with the Supabase JavaScript Client

Supabase is an open-source Firebase alternative that offers a real-time database, authentication, and storage. This article guides you through using the Supabase JavaScript client to connect to your Supabase backend, perform CRUD operations, and handle authentication.

Back to top