Showing Posts From

Featured

JavaScript: Array Manipulation

JavaScript: Array Manipulation

JavaScript offers different ways to manipulate arrays. However, there are methods that changes the ...

Binary Search

Binary Search

Before we get into the syntax and logic of binary search algorithm, let’s ask ourselves this questi...

Cookie Policy

Cookie Policy

Ever wondered why do websites have no decline option in their cookie policy popup? Well, lets’ see....

How to start blogging

How to start blogging

Now this being an obscure topic, I will try to be as different as possible. First things first, yo...

How to stay a blogger

How to stay a blogger

Staying a blogger is always gonna be hard business. After revamping my blog site, I reviewed most i...

Password Management

Password Management

Managing passwords is often a challenging task unless you have a eidetic memory or lazy enough to c...

Playwright framework implementation - Part 1

Playwright framework implementation - Part 1

Let’s see the implementation of the playwright framework from the github <a href="https://github.co...

Short circuit in javascript

Short circuit in javascript

Short circuit is an interesting concept in JavaScript where we make JavaScript to evaluate a typica...