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/

Java 8 Method Reference: How to Use it

https://www.codementor.io/eh3rrera/using-java-8-method-reference-du10866vx

Vert.x async coordination (sequential composition aka synchronous executions)

Sequential composition Orchestrate asynchronous executions Source code

PGP, GPG – bezpieczne szyfrowanie dla każdego

https://osworld.pl/pgp-gpg-bezpieczne-szyfrowanie-dla-kazdego/

Faragta Learning

Faragta Learning provides free online tutorials to programmers from beginners to advanced level on a vast majority of topics including HTML, JavaScript, C#, AWS, Cloud, Databases and more

10 Mac OS X Productivity Tips for Open and Save Dialogs

http://www.automatedworkflows.com/2012/02/13/10-mac-os-x-productivity-tips-for-open-and-save-dialogs/ To see hidden files and folders, press Command+Shift+Period (>) To manually navigate to a folder, press Command+Shift+G (or / or ~). Enter the desired path. As you type it in, you can press tab to auto-complete folder names

Master your Java Environnement with jenv

jEnv is a command line tool to help you forget how to set the JAVA_HOME environment variable. jenv is for a equivalent of rbenv, but for Java environment. It allow to easily switch between several JDKs installations (already presents), and configure which one to use per project. http://www.jenv.be/ https://github.com/gcuisinier/jenv http://davidcai.github.io/blog/posts/install-multiple-jdk-on-mac/