Published incodeburst·Oct 2, 2019React India 2019 🏖 summarizedReact India 2019 was organized at Goa this time and it was a blast. Undoubtedly beach conferences are the best. What can go wrong when you have a private beach to hang out after all those fantastic talks? So ask me what was the React conference about. Obviously React? Nah…GraphQL5 min readGraphQL5 min read
Published incodeburst·Feb 28, 2019Does any harm? #typescriptWhy not to use “any” anywhere. TypeScript is a superset of JavaScript which primarily provides optional static typing, classes, and interfaces. Many of us JS maniacs love typescript as its strongly typed. The State of Javascript survey states that more than 46% of users have Used it, would use again…Typescript2 min readTypescript2 min read
Published inHackerNoon.com·Feb 27, 2018Dope VS Code extensions for a Javascript developerAccording to Octoverse 2017, Microsoft’s Visual Studio Code tops the list of Projects with the most contributors. Which implies that there are a lot many developers who absofreakinlutely love VS Code. Here I have a list of extensions which might not make you a better developer, but for sure would…JavaScript3 min readJavaScript3 min read
Oct 21, 2017One-liner to get the Gnome hotcorners for Ubuntu 17.10It’s really exciting that ubuntu finally gets rid of Unity and switches to Gnome as its primary desktop environment. But some of the unity features are reproduced within Ubuntu 17.10. What if you are the one who prefers the snappy gnome hot-corners over the fancy unity dock? Here is a…Ubuntu1 min readUbuntu1 min read
Published incodeburst·Oct 7, 2017How secure is your environment file in Node.JS ?I bet dotenv is the easiest way out. You create a .env file and include this single line of code within your project : require(‘dotenv’).config() And BAM !! You are done and good to go. But wait how secure is it ? Recently many fake Malicious NPM packages were found…Nodejs1 min readNodejs1 min read