As software engineers, we frequently encounter system design problems, and determining whether something is unique or exists in a table is one of the more frustrating issues we face, as it requires a full-table scan! I explained why we use bloom filters with a realistic example and developed a prototype in Laravel and Redis.
The Problem Of Function Context When we pass a function as a parameter or something like...
In this article, I'm going to talk about communities, their good, bad, and ugly. Having a look at how...
Function in JavaScript just like most other languages is here to write less code and eliminate...
When we use most of programming languages or scripting languages we have some values that isn't a...
Hey there! 👋🏻 We're now going to explain the data types of JavaScript, I'm only going to talk this...
Here we go again! This one is very easy but we all have to know it, you may already heard about it...
One of the weirdest things that JS do is converting string variable to numbers by itself. When does...
I personally didn't understand how do JS act with number, but after I learnt about it. We have to...
Defending variables in JS have its own way. We have three ways to defend a variable let,...
How can we choose our first languages? 🤔 We have to take 5 main standards into...