Aug 14, 2021What is Amazon Web Service’s Shared Responsibility Model?Responsibility “of” the cloud vs Responsibility “in” the cloud In a typical on-premises IT infrastructure model, the end-user (the customer ) is responsible for securing everything, including their servers, networks, software, and facilities. …AWS4 min readAWS4 min read
Jul 29, 2021A brief introduction to execution contexts and the value of the ‘this’ keyword in JavaScriptLearn how the value of the ‘this’ keyword is determined in JavaScript — Topics The Global Object Execution Context (aka the value of this) Implicit and Explicit Execution Contexts Context Loss Understanding how the value of the this keyword is determined is very important, otherwise, you might encounter some unexpected results when executing your programs. …JavaScript8 min readJavaScript8 min read