June 18, 2019 · 5 min read
Facebook unveils their own Crypto Currency, Libra! Here's the facts about it.
Today, the 18th of June 2019, Facebook announced that will be making its entry into the cryptocurrency market with the introduction of Libra. Libra will
Programming, Social & Culture, Crypto & Emerging Tech
June 10, 2019 · 7 min read
Semver failing the Developers
> This article is a repost of an article by Jongleberry, as it was really interesting and it is not available online. The article has been substantially
Programming, Lifestyle
June 1, 2019 · 3 min read
Wildcard Routing is an Anti-Pattern
Probably the most cringy pattern I see when creating apps is wildcard routing. With the next version of Express changing support for wildcards, many
JavaScript, Web Development, Programming
May 14, 2019 · 3 min read
A brief look at different Tech Stacks used by Top Tech Startups of the US!
This is a small compilation of the top ten most valuable startups from AirBNB to WeWork, in America. This was originally posted in Business Insider.
Programming, Travel & Places, Entertainment, Social & Culture
May 1, 2019 · 8 min read
Making Axios Request Payload work with PHP & What goes behind?
I tried to use a mock PHP page for my API requests with Axios, but unfortunately I ran into multiple problems. This article has solutions for all.
JavaScript, Web Development, Programming
April 26, 2019 · 2 min read
Please Google ‘Thanos’ for an Avengers Easter Egg (No Spoilers)
Google did an amazing easter egg for the release of Avengers. Have a look at it.
Hackathons & Events, Entertainment, Social & Culture
April 25, 2019 · 8 min read
Notifications in React JS using Noty
I tried implementing the classic "Toast Notifications" in React by using the Noty plugin and this is an introduction to use the same plugin in React JS apps.
JavaScript, Web Development, Programming, Design & UX
April 20, 2019 · 9 min read
Using React's Proxy to get ahead of CORS & use HTTPS for API calls
My experience of managing to use CRA React's Proxy feature to proxy an API server like it's in Production and use Secure HTTPS on localhost!
JavaScript, Web Development, Programming, Security
April 15, 2019 · 6 min read
Handling the weird way of Redux State Initialisation
Redux's state initialisation is weird and you shouldn't trust it. This is why, an experience where I debug it to fix an error of reducer not loading.
JavaScript, Programming
April 10, 2019 · 4 min read
Troubleshooting React with Redux & Redux DevTools
When I was using React with Redux, I encountered TypeError: Cannot read property 'apply' of undefined and tried to debug and solve it in a better way.
JavaScript, Programming
April 5, 2019 · 9 min read
Natural Sorting in JavaScript
An experience of how I came up with my idea of natural sorting solution with a comparison to other similar solutions.
JavaScript, Programming, Career & Achievement
April 3, 2019 · 12 min read
Creating my own HAR Reader
I generally use a complex rendering engine to create a few content heavy websites locally. When I do, the original files that generate the website will be
JavaScript, DevOps & Tools, Programming