GKGautam Kiraningautamkiran.hashnode.dev·Dec 22, 2022 · 3 min readJavaScript Engine & v8 ArchitectureJavaScript is a vast language with no bar on the devices it can run. It can run on browsers, servers, fans, coolers etc. But how? How can a cooler or an electric fan compile and execute javascript? Bet you thought that javascript can only run on brow...00
GKGautam Kiraningautamkiran.hashnode.dev·Feb 28, 2022 · 3 min readIntroduction to Functional ProgrammingThere is always some cutoff criteria to check whether a person is good in what they are doing. In ReactJS , it's functional programming. You can choose not to follow it, just like you chose not to follow ES6+, and you will be sitting there with basic...01S
GKGautam Kiraningautamkiran.hashnode.dev·Jan 21, 2022 · 2 min readStyle Sheets : Types and differencesThere are three types of style-sheets : Default (a.k.a User-agent/ Browser) Style Sheet User Style Sheet Author Style Sheets We will go through each kind of style sheet in detail below. Default Style Sheet Browser applies this by default for every ...00
GKGautam Kiraningautamkiran.hashnode.dev·Jan 12, 2022 · 3 min readHoisting in JavaScriptWhen it comes to hoisting, there's a lot of confusion among web devs. Many of them explain it as the property of JavaScript which moves the code to the top of our command. But is that really so? To understand it better and take a deep dive into this ...01A
GKGautam Kiraningautamkiran.hashnode.dev·Jan 10, 2022 · 2 min readTranspilers and Compilers - The differences.This is a big question to be answered and has to be understood properly. But one of the first questions that arise within our mind are - What is a transpiler ? Transpiler is nothing but a source-to-source compiler. But Gautam, aren't we reading this...00