Akash GuptaGoogle Summer of Code 2021 with MetaBrainzHi everyone, I am Akash Gupta, currently pursuing my undergraduate from Kalinga Institute of Industrial Technology. This summer, I…Aug 31, 2021Aug 31, 2021
Akash GuptainGDG KIITWhy should you use TypeScript over JavaScript?TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds…Mar 6, 2021Mar 6, 2021
Akash GuptainGDG KIITMake your own online compiler in React ⚛️Setting up a compiler for your Project is a big task. In this article we will tackle, how to make your own simple online compiler in…Oct 12, 20201Oct 12, 20201
Akash GuptainGDG KIITDRYing code in express.js using app.use()In this article we will investigate several ways to avoid replication/duplication of code and reduce complexity. In programming in general…Aug 14, 2020Aug 14, 2020
Akash GuptainGDG KIITsuper vs super(props) in React.While creating a component class in react we often pass props as an argument to the super method. In this article we will dig deep why do…May 24, 2020May 24, 2020
Akash GuptainGDG KIITWhy do we need to bind event handlers in React?Understanding the necessity of binding event handler’s in React …May 20, 20201May 20, 20201