Vogella Tutorials

Web development Java Tutorials Version control, build system, databases and technical documentation Java Algorithms Design Pattern in Java

Enduhub – sport results. Running, triathlon, cycling

All results in one place. Results for marathon and halfmarathon running – ironman and olimpic triathlon – cycling – swimming – mountain biking

Kotlin – jak zacząć?

https://blog.geekydevs.com/kotlin-jak-zaczac/ https://blog.geekydevs.com/tag/kotlin/

Operator Precedence in Java

https://introcs.cs.princeton.edu/java/11precedence/

Modifying an AWS CloudFormation Stack Policy

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html#protect-stack-resources-modifying To get current stack policy, run the following command: aws cloudformation get-stack-policy --region AWS_REGION --stack-name STACK_NAME | jq '.StackPolicyBody' | sed 's/"{/{/g' | sed 's/}"/}/g' | sed 's/\\n/ /g' | sed 's/\\"/"/g' | jq '.' To allow further modification of a stack policy, run the following command: aws cloudformation set-stack-policy --region AWS_REGION --stack-name STACK_NAME ...

jq is a lightweight and flexible command-line JSON processor

https://stedolan.github.io/jq/

AWS: Prevent Updates to Stack Resources

When you create a stack, all update actions are allowed on all resources. By default, anyone with stack update permissions can update all of the resources in the stack. During an update, some resources might require an interruption or be completely replaced, resulting in new physical IDs or completely new storage. You can prevent stack ...

Easy Blue-Green Deployments on Amazon EC2

https://dzone.com/articles/easy-blue-green-deployments-on-amazon-ec2

Inspect HTTP requests. Debug webhooks

Capture and inspect HTTP requests HTTP Request & Response Service RequestBin

JSON Web Tokens online decoder

https://jwt.io/