All Posts

Assignment Expressions in Python 3.8 | The Walrus Operator
- By Abhishek Balani
- . July 30, 2020
Assignment expressions are the latest addition in Python 3.8. Assignment expressions are also known as walrus operator because it resembles

Javascript Event Loop for Concurrency in Javascript
- By Divya Biyani
- . July 30, 2020
Javascript is a single-threaded language yet it works on a concurrency model with the help of the javascript event loop.

Dynamic Programming, Recursion and Memoization | LCS Problem
- By Divya Biyani
- . July 26, 2020
This article works around the relation of Dynamic Programming, Recursion and Memoization. It explores the three terms separately and then

Github Profile Page Personalization
- By Abhishek Balani
- . July 23, 2020
For every developer Github profile is the place to showcase the work and contributions he/she has done. But there is
Kepler.gl Data Visualization with React.js
- By Abhishek Balani
- . July 19, 2020
This weekend, I decided to refresh my React.js skills and also try an open source tool: Kepler.gl. Kepler.gl is an

How to build a successful blog and YouTube channel (in less time than you think)
- By Dale McManus
- . June 27, 2020
So you want to create a wildly successful blog and YouTube channel within the next week? And you want a

Coding a Tinder Bot in Python with Selenium
- By Abhishek Balani
- . May 3, 2020
This python bot can automate the liking and disliking on tinder using Selenium. You can find the link to github