2022-02-15
1600
#node
Samuel Martins
92314
Feb 15, 2022 â‹… 5 min read

Build a random password generator in Node.js

Samuel Martins I am a full-stack developer who loves sharing the knowledge accumulated over the years with people. The different technologies that I have encountered through my journey allows me to relate to beginners and seniors alike. I write about all things tech.

Recent posts:

JavaScript logo representing the programming language used to implement a customizable and responsive signature pad in the article.

Implementing a signature pad with JavaScript

Signature pads are useful tools for capturing handwritten signatures in web applications. They enhance user interaction by allowing users to […]

Debjyoti Banerjee
Sep 30, 2024 â‹… 12 min read
This image features the iconic React logo—a blue atom-like symbol with a central dot and orbiting curves—superimposed on a background of a city skyline. The city appears to be shrouded in soft pink and purple hues, giving the image a modern, tech-focused atmosphere. This image symbolizex the use of React for building modular, scalable frontend architectures. React's component-based approach aligns with the principles of micro-frontends, where different parts of the user interface are independently developed and managed, similar to how microservices operate on the backend. The cityscape in the background represents the larger, complex web applications that can benefit from a structured, flexible frontend framework like React.

Practical guidance between vertical and horizontal micro-frontends

Micro-frontends, like microservices in backend development, divide frontend applications into modular, self-contained components that can be independently developed, tested, and […]

Peter Aideloje
Sep 27, 2024 â‹… 8 min read
Tauri Adoption Guide: Overview Examples, And Alternatives

Tauri adoption guide: Overview, examples, and alternatives

Tauri is an excellent toolkit for building lightweight, secure, and cross-platform desktop applications. Learn more in this guide.

Ikeh Akinyemi
Sep 26, 2024 â‹… 11 min read
Developing Modals Using Only CSS And The Popover API

Developing modals using only CSS and the Popover API

The Dialog and Popover approach to modals requires less code and and fewer files than using JavaScript method, making it less error-prone.

Daniel Schwarz
Sep 26, 2024 â‹… 7 min read
View all posts

One Reply to "Build a random password generator in Node.js"

Leave a Reply