SKSnehasish Kongerinsnehasish.hashnode.dev·Dec 13, 2023 · 2 min readTypescript vs JavascriptOverview of TypeScript and JavaScript JavaScript: A scripting language used to create dynamic website content. It's an essential part of web development, known for its flexibility and widespread use. TypeScript: A superset of JavaScript developed b...00
SKSnehasish Kongerinsnehasish.hashnode.dev·Apr 12, 2023 · 7 min readDemystifying Reconciliation in ReactJSReactJS has become a popular JavaScript library for building user interfaces, thanks to its efficient rendering and performance optimizations. One of the key concepts that make ReactJS powerful is "reconciliation." But what exactly is reconciliation ...00
SKSnehasish Kongerinsnehasish.hashnode.dev·Mar 10, 2023 · 3 min readWhat is JVM?As a developer, you may have heard the term JVM (Java Virtual Machine) quite often. In simple terms, JVM is software that provides a runtime environment for Java applications to run on different platforms. It is an essential component of Java technol...00
SKSnehasish Kongerinsnehasish.hashnode.dev·Jan 29, 2023 · 3 min readOnline Compilers: How They WorkI recently made my online compiler. While doing that, I did a small research on how online compilers work. And this is what I found. Online compilers are a powerful tool for programmers, allowing them to write and test code from anywhere with an inte...00
SKSnehasish Kongerinsnehasish.hashnode.dev·Jan 15, 2023 · 2 min readCSS vs TailwindIntroduction CSS (Cascading Style Sheets) is a stylesheet language that is used to describe the presentation of a document written in markup language. It is most commonly used to style web pages written in HTML and XHTML, but can also be used with ot...00