Skip to Content

Latest Posts

NodeJS: Not So Single Threaded

8 Mins Read#nodejs#multi-tasking#performance

In today's world more than 30 million websites uses NodeJS. NodeJS is being used by at least 30 million websites. With NodeJS, PayPal and Netflix cut their startup times from more than 40+ minutes to under a minute. Companies have seen a 12% reduction in development costs after using NodeJS. NodeJS… Read more >>

By Varun on 2022-11-11

Writing My First Babel Plugin

12 Mins Read#babel-plugin#react#css

Before digging into Babel plugin, Let’s understand Babel and How It Works? Babel is a transpiler which converts your ES20XX, JSX and such code to ES2015 for better browser compatibility. As new APIs are introduced frequently and the language standards keeps updating, Browsers doesn’t updates itself… Read more >>

By Varun on 2019-06-11