https://github.com/openzipkin/b3-propagation
B3 Propagation is a specification for the header "b3" and those that start with "x-b3-". These headers are used for trace context propagation across service boundaries.
https://github.com/openzipkin/b3-propagation
B3 Propagation is a specification for the header "b3" and those that start with "x-b3-". These headers are used for trace context propagation across service boundaries.
https://projectreactor.io/ http://rsocket.io/docs/Motivations
Cloud Native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private and native clouds. | |
Cloud Native is structuring teams, culture and technology to utilize automation and architecture to manage complexity and unlock velocity. | |
* More Speed | |
* More Scale | |
* More stability | |
* More Secure | |
* Cloud native infra |
https://d1.awsstatic.com/training-and-certification/docs-sysops-associate/AWS%20Certified%20SysOps%20-%20Associate_Exam%20Guide_Sep18.pdf | |
Min Score: 720 | |
Time: 130 minutes | |
65 Questions | |
150 USD | |
Scenario based questions |
https://github.com/typicode/json-server |
https://material.angular.io/guide/schematics | |
ng add @angular/material | |
ng add @angular/cdk | |
cdk - component development kit | |
JWT:- | |
---- | |
Storing it in cookie Vs Local Storage .. |
var dynamodb = new AWS.DynamoDB({ | |
region: 'us-east-1', | |
endpoint: "http://localhost:8000" | |
}); | |
var params = { | |
TableName: "Movies", | |
}; | |
function doPrint(response) { |