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
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
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
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.
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.
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.
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.
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!
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.
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.
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.
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