Abhishek Balani
I am a full stack software engineer and a blogger. Primarily, I work on Python, Java and React.js. I am an autodidact with a strong passion for new technologies. I love to build new things from the ground up. I have about 7 years of dynamic experience gained by working in early stage startups to mid-sized organizations in an Agile environment.
- Total Post (175)
- Comments (1739)
Articles By This Author

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

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

Bluetooth Volume Fix in Windows 10
- By Abhishek Balani
- . March 28, 2020
I recently booted up my Windows 10 laptop after a long time. I connected my Edifier Bluetooth speakers to my

AWS S3 Presigned URLs
- By Abhishek Balani
- . December 6, 2019
I have been working with AWS S3 from quite a while now. One of the great features provided by S3

CORS Configuration for AWS S3 and CloudFront files
- By Abhishek Balani
- . December 5, 2019
I have been using S3 to host my images and delivering them using AWS CloudFront. But recently I faced an

How to scan your code (Github) for Passwords and Keys
- By Abhishek Balani
- . November 21, 2019
If you are a programmer, there is a very good chance that you use Github to host your code. But