hrshtmlng.hashnode.devJavaScipt Execution ContextEverything in JavaScript happens inside an "Execution Context" Execution Context As soon as the JS program is run, the global execution context is created. It has 2 components, Memory & Code, so it is created in 2 phases. Phase 1 Memory creation phas...Mar 21, 2023·1 min read
hrshtmlng.hashnode.devWhat Makes Java Different from Other LanguagesJava is a Platform independent programming language. It uses Java Virtual Machine(JVM) to run the code. It allows Java to run on any machine with JVM installed, regardless of Operating System. JVM translates Java code into machine-specified code for ...Jan 30, 2023·1 min read
hrshtmlng.hashnode.devWhy one should contribute to Open sourceAdvantages of contributing to open source Some people contribute to open-source projects because they enjoy them and they want to give back to the community. Others do it because it is a good way to learn new skills and improve their resume. Some com...Jan 30, 2023·2 min read
hrshtmlng.hashnode.devWhat Front-End Development requiresLearning HTML, CSS, and JavaScript: Front end developers must have a strong understanding of HTML, CSS, and JavaScript in order to be able to create and style web pages. Staying organized and efficient: Front end developers need to be able to stay or...Oct 19, 2022·1 min read
hrshtblog.devOpen SourcedOpen source is a term that refers to software that is free and open for anyone to use or modify. This type of software is usually developed in a collaborative way, with developers sharing their code so that others can improve upon it. There are many ...Oct 10, 2022·1 min read