SSandeepinsandeepgumaste.hashnode.dev·Oct 22, 2023 · 2 min readJavaScript and Just In Time CompilerPrograms that we write using any programming language like C, JavaScript, etc. are "High-level" programming languages. A high-level programming language is a language that is designed to be easily understood by humans and to be independent of a parti...00
SSandeepinsandeepgumaste.hashnode.dev·Feb 4, 2023 · 2 min readSingle Origin Policy and Cross Origin Resource Sharing (CORS)Single Origin Policy and Cross-Origin Resource Sharing (CORS) are two crucial security ideas in web development. These ideas are intended to fend against hostile assaults and safeguard the privacy of data within a web application. We will go over the...00