Switch between sections in a notebook.
- ⌘ + SHIFT + Opening brace ( { ) or Closing brace ( } )
Switch between sections in a notebook.
Recent Directories
<opt> + <cmd> + /
⌥ + ⌘ + /
Almost every application these days communicates over HTTP: websites, RESTful services, and even SOAP APIs all make use of Hypertext Transfer Protocol. For the most part, we don’t worry too much about what is happening at the network level when we’re building these applications. However, from time to time a problem will show up that needs us to drop to the level of the network to figure out what is going on.
HTTP proxy, also known as HTTP monitor or Reverse Proxy, that allows the tester to view all of the HTTP and SSL/HTTPS traffic between their machines and traffic from the intranet/Internet. This includes requests, responses, and HTTP headers. These types of tools allow the tester to quickly find the source of the problem, efficiently sort through the different types of errors that come up, and duplicate various test scenarios.
See Homebrew - Basics Commands and Cheatsheet https://dev.to/code2bits/homebrew---basics--cheatsheet-3a3n
Servicess
https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html export AWS_DEFAULT_REGION=us-east-1
aws s3api list-buckets
https://github.com/wesleyduff/microservicesNode
aws iam create-group --group-name kops
aws iam attach-group-policy --group-name kops \