-
Java. Functional programming https://stepik.org/course/1595/promo
-
Stepik Online Courses Catalog https://stepik.org/catalog
-
Node.js Best Practices https://github.com/goldbergyoni/nodebestpractices
-
How a RegEx can bring your Node.js service down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Add a signing key in the SSH and GPG keys section of Setting. https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account | |
| 2. Afterwards configure you Git client to automatically sign commits using an ssh key for all repositories by running the following commands. | |
| git config --global commit.gpgsign true | |
| git config --global gpg.format ssh | |
| git config --global user.signingkey ~/.ssh/id_ed25519.pub |
Javascript Naming Convention and Clean Code
- The key Deployment strategies and patterns
-
Big-bang
-
Rolling
-
Blue/Green or A/B
-
Canary For more details - https://dev.to/mostlyjason/intro-to-deployment-strategies-blue-green-canary-and-more-3a3
-
DevOps interview questions and possible answers
-
- https://www.simplilearn.com/devops-interview-questions-answers-article