Github Actions - certification
I had prepared following materials. https://www.youtube.com/watch?v=Tz7FsunBbfQ & https://app.exampro.co/student/journey/gha for exam preparation were used.
Search for a command to run...
I had prepared following materials. https://www.youtube.com/watch?v=Tz7FsunBbfQ & https://app.exampro.co/student/journey/gha for exam preparation were used.
Few operators : Length We can get the length of an array using this length operator apple: - test: "eat" - test: "cut" Then the following command gives us the length length=$(yq '.apple | length' test.yaml) env This is used to pass var...
I happened to come across and participate in AWS cloud practitioner exam challenge Where in we got exam voucher 50% off. By Paying 50$ I had enrolled for exam. And got it cleared. I had used following materials to prepare https://www.udemy.com/cour...
Last day preparation
Trade off: https://youtu.be/2tLXKCgqwLY https://youtu.be/wzPmgWJ5fpU
xpath : Good reference to understand xpath : https://www.geeksforgeeks.org/introduction-to-xpath/ Also following plugins ( tried for Chrome) are very helpfull: SelectorsHub XPath Helper xPath Finder xpath cheatsheet : https://devhints.io/xpath
Kubectl cheatsheet
To Get list of configuration git config --list To set global username and email git config --global --replace-all user.name "${userName}" git config --global --replace-all user.email "${userEmail}" To set local user.name and user.email different fo...