DEV Community

Cover image for πŸ‘¨β€πŸ’» QuantumAlert - A Javascript Alert Library πŸ’™
N3UTR1N0
N3UTR1N0

Posted on

 

πŸ‘¨β€πŸ’» QuantumAlert - A Javascript Alert Library πŸ’™

                      " QuantumAlert "

A Powerful , Elegant and fully customizable "alert" library using JavaScript that replaces that boring style of alert.

Documentation:- https://quantumalert.cosmogic.com/

This is the first version of QuantumAlert
Soon we will be coming up with { QuantumAlert v2 }.Some of the features are: -

More option of alert animation.
Custom Background color
Custom Fonts
Custom Logo
T&C Alert Box

YouTube Video Link: -
This is the Go through video......
https://lnkd.in/epBJq6w

We are open for collaboration.
Collaborate with us:
https://lnkd.in/eVQf8Bg

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.