< 1 min read When a page is requested, django build a HttpRequest object containing metadata about the request. Django pass this request to the view it calls for the page request. Generally, you have access to the HttpRequest object from inside the view.
2 min read Probably you have heard the term ‘MFA’ or ‘2FA’ already. MFA stands for Multi Factor Authentication while 2FA stands for Two Factor Authentication.
2 min read Serverless Architecture is an approach in software engineering where developers can write, deploy and run code without having to manage the underlying infrastructure(software and hardware). The name is little confusing. There is no such thing where you can deploy and run your application without any infrastructure. When someone says Serverless, it means the infrastructure is managed by the provider not them and they are just running their code in there.