blog-by-subrat.hashnode.devUnderstanding Mid-Water Discoveries: Compilation, Interpretation, and JIT-CompilationI have some experience with languages such as C++, Java, Python, and JavaScript, as well as runtime environments like Python runtime, JRE, and V8. So, here we will shed some light on terms like compilation, interpretation, and Just-In-Time (JIT) comp...Apr 20, 2024·2 min read
blog-by-subrat.hashnode.devWhat if, I was greedy?What if, you were given an access to a particular stock? What if, you could know the price of that stock prior to a day through that access? What if, the stock price only changed everyday and not every second? What if, you could hold a single stoc...Mar 27, 2024·2 min read
blog-by-subrat.hashnode.devNodeJS inside-out (High level)NodeJS is a server-side platform which includes Chrome V8 engine to run JS and Node API or modules, analogous to Java Runtime Environment (JRE) which includes Java Virtual Machine (JVM) and library classes. Key features It is single-threaded. It is...Feb 20, 2024·1 min read
blog-by-subrat.hashnode.devHello-world by SubratEverything begins as an experiment. And here I begin my blogging journey @ hashnode with this naive hello-world blog. Here I want to introduce me to the readers in short. I am Subrat. I am currently working as software engineer, started my fulltime c...Feb 18, 2024·1 min read