SKSubrat Kumar Pattanaikinblog-by-subrat.hashnode.dev·Apr 20, 2024 · 2 min readUnderstanding 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...00
SKSubrat Kumar Pattanaikinblog-by-subrat.hashnode.dev·Mar 27, 2024 · 2 min readWhat 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...00
SKSubrat Kumar Pattanaikinblog-by-subrat.hashnode.dev·Feb 20, 2024 · 1 min readNodeJS 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...00
SKSubrat Kumar Pattanaikinblog-by-subrat.hashnode.dev·Feb 18, 2024 · 1 min readHello-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...00