When it comes to React, the commonly used hooks which are useState, useEffect and useReducer, are easy to understand as well as explain. In this blog we'll take a look at two other mysterious hooks and overcome the challenge of understanding them!.......
READ MOREBasics of Applying styles to HTML - CSS is what gives your website its colors and design. There are 3 primary ways that we can apply styles to HTML. These are: Inline Styles: Inline styles are exactly what the name implies, they are written inline with the HTML element. For example.......
READ MOREBasics - First, let's start with describing variables. A variable can be thought of as an indicator to the computer to associate a value with a particular name, and to keep track of it when it is stored in memory.......
READ MOREIn this podcast, Tanay discusses the broad pros and cons of whether a masters degree is really required to become a good programmer. Everyone, especially engineers, faces the dilemma of whether investing so much money into a master’s degree......
READ MOREJavaScript (JS) fulfilled a great need for websites to be dynamic, and interactive. In fact JS is so interactive that you can play complex games in the browser all coded in it. JS is a dynamic programming language that was invented by Brendan Eich of the Mozilla Foundation in 1995. Did you know that JS is......
READ MORE