Jan 2, 20218 Tips To Be An Effective Remote WorkerWhile COVID-19 brought big changes to our lives, it also changed the way we work forever. Companies, small and big, realized that remote-work is not only possible but almost also as effective as working at the office. If you’ve just started working remotely, here are some tips that might help…Remote Working5 min read
Dec 26, 2020A Sneak Peek of Code for Non-CodersA basic example of ‘if-else’ condition This article assumes you are an absolute beginner and know nothing about coding and the article, in no way, tells you to write your first computer program. …Coding4 min read
Jul 12, 2020Part 3: Add Jest and Enzyme to your projectApologies for the super late post, but I finally got around this to finish this series. Part 1 — Project Setup and Webpack configuration Dev Mode. Part 2: Configure Babel and add React to your project Part 3: Add Jest and Enzyme to your project To install Jest to our project, simply run the following at the root of the repository. npm install --save-dev jest This will install jest in dev mode. To know what Jest can or cannot…Jest4 min read
Oct 26, 2018Setting up React16, Babel 7, Webpack 4 Dev Server with Jest and EnzymePart 2: Configure Babel and add React to your project Welcome back to the Part 2! If you’ve missed on setting up the basic project setup and webpack-dev-server, please have a look at Part 1. In this section, we’ll be focussing on adding React to our project and configuring Babel loader. Let us first be bold and make our first…Babel4 min read
Oct 19, 2018Setting up React16, Babel 7, Webpack 4 Dev Server with Jest and Enzyme — Minimal SetupWhat we are going to achieve is: Part 1 — Project Setup and Webpack configuration Dev Mode. Part 2— Configure Babel and add React to your project Part 3— Add Jest and Enzyme to your project Part 1 Quick Project Setup Open terminal and create a new folder as react-boilerplate mkdir react-boilerplate && cd react-boilerplate 2. Create a package.json file by running inside the folder react-boilerplateWebpack4 min read
Published in iota·May 14, 2016IoT — Introduction in 5 minutes.Think of this daily scenario : Entering your house. In an IoT-less world, you’d turn on the lights and fan, open up the windows if it is hot, put your food in the oven, and perhaps make some coffee if you like. But think of this, what if the house…Internet Of Things1 min read