minoblue

minoblue @mino

Joined:
Aug 16, 2020

minoblue
articles - 11 total

Javascript Set.has()

The JavaScript Set.prototype.has() method uses hashing to perform searches, which enables it to check...

Learn More 0 0May 19

Python Essentials for JS Developers

1. Basic Syntax and Data Types Variable Declaration: No need for var, let, or const....

Learn More 1 0Nov 6 '24

Kafka, RabbitMQ or NATS

RabbitMQ — a traditional message queue and is decent for creating traditional topologies such as...

Learn More 1 0Jun 18 '24

Javascript Promise Methords

Summary Promise.all :- Resolves when all promises resolve, or rejects if any promise...

Learn More 0 0Jun 10 '24

Magic of Browser Background Services

When you visit a website, there's a lot happening behind the scenes to make your experience seamless...

Learn More 0 0Jan 25 '24

Programming Design Patterns

Design patterns are generalized, reusable solutions to common problems that occur during software...

Learn More 0 0Jan 5 '24

JavaScript as a programming language

JavaScript is a versatile and widely-used programming language primarily known for its role in web...

Learn More 2 0Jan 5 '24

Objects and Hash in NodeJS

What is hash In computer science, a hash function is a mathematical algorithm that takes in input...

Learn More 4 0Apr 3 '23

Useful Lodash Methods

Shuffle the elements of an Array shuffle() method in Lodash to randomize the elements in an...

Learn More 0 0Mar 31 '23

NATS messaging system

NATS (or "NATS Messaging System") is a lightweight and high-performance messaging system that is...

Learn More 0 0Mar 23 '23

Environment Variables in Operating System and NodeJS

Environment variables are an important part of both operating systems and other applications. They...

Learn More 2 0Mar 22 '23