blog

How You Can Get The Most Performance Out of Node.js💁

Ok so let's start with introducing Node.js. Node.js enables us to run javascript outside the browser. It is based on the chrome V8 engine and under the hood it uses JS, C++ and C. Oh God! Are you guys still using C? 🙈 and although you may have heard that Node.js is single threaded and … Continue reading How You Can Get The Most Performance Out of Node.js💁

Is Recoil Going to be the New Redux in React?

Recoil is a new state management library for React that lets you manage global/sharable state in a Reactish way. What's great is that Recoil is being developed by the Facebook team. In this blog we'll take a look at the useRecoilState hook and how they have made it is so 'React'-ish? Let’s take a very simple … Continue reading Is Recoil Going to be the New Redux in React?

Android R, A Step towards privacy.

Android always has been cursed for its privacy issues. Before Marshmallow, android devices were like open and easy prey available to be hunted.An immense amount of user data has been leaked out without the user's understanding.Later, after the Marshmallow release, at least users were shown permissions of the apps they were using. Still, Users were … Continue reading Android R, A Step towards privacy.