Imagine a large enterprise with thousands of employees spread across multiple cross-functional teams....
1. Part I - Simple Teams Bot App Setup 2. Part II - Enable SSO for Teams Bot App In...
1. Part I - Simple Teams Bot App Setup 2. Part II - Enable SSO for Teams Bot...
In software development, there are times when you need to restrict the execution of certain blocks of...
Typescript enums are of three types: Numeric enum: All enum members have numeric values. String...
Having tight-coupling between classes and objects is consistently detrimental, as it diminishes code...
If you are familiar with the lambda execution environment and how it works for a single lambda...
AWS SAM is a serverless framework that allows you to easily develop and deploy serverless...
There is no native support for merging 2 or more enums in typescript but its possible with a...
AWS Cognito usually responds with 3 JWTs (IDToken, AccessToken, RefreshToken) for each successful...
In OAuth implementation, Authorization/Resource server assigns an AccessToken to each successfull...
Http requests in python web applications are served as shown below Web developers usually work...
AWS resources living inside a VPC have some security layers attached; usually, such resources (Redis,...
Lambda layers were introduced in 2018 for flexibel code/data sharing within same or different AWS...
Error Handling is very important component of a software system. Operational logging, defects trackin...
Javascript objects obj:{} are usually indexed using strings. But certainly, its possible to index...