Showing Posts From
Featured
- Eric Stanley
- December 30, 2019
JavaScript: Array Manipulation
JavaScript offers different ways to manipulate arrays. However, there are methods that changes the ...
- Eric Stanley
- October 12, 2019
Binary Search
Before we get into the syntax and logic of binary search algorithm, let’s ask ourselves this questi...
- Eric Stanley
- November 25, 2019
Cookie Policy
Ever wondered why do websites have no decline option in their cookie policy popup? Well, lets’ see....
- Eric Stanley
- November 15, 2019
How to start blogging
Now this being an obscure topic, I will try to be as different as possible. First things first, yo...
- Eric Stanley
- November 1, 2019
How to stay a blogger
Staying a blogger is always gonna be hard business. After revamping my blog site, I reviewed most i...
- Eric Stanley
- May 21, 2020
Password Management
Managing passwords is often a challenging task unless you have a eidetic memory or lazy enough to c...
- Eric Stanley
- September 30, 2022
Playwright framework implementation - Part 1
Let’s see the implementation of the playwright framework from the github <a href="https://github.co...
- Eric Stanley
- September 6, 2020
Short circuit in javascript
Short circuit is an interesting concept in JavaScript where we make JavaScript to evaluate a typica...