Commit Graph

639 Commits

Author SHA1 Message Date
abregman
46dcd8ec96 Add questions on ArgoCD 2022-09-15 01:12:17 +03:00
abregman
e56bf576df Add questions on ArgoCD
As well as on other topics.
2022-09-14 21:46:34 +03:00
iqtheengineer
3d129216e0
adding linux answers (#290) 2022-09-14 11:23:55 +03:00
arichard02
5c6e49192c
Added answer for virtual memory question (#291) 2022-09-13 12:42:03 +03:00
sjafferitech
1323cbe3ac
added answer to HTTP definition (#292) 2022-09-13 12:41:43 +03:00
Vishnu S
2c321fdd47
added description for AWS CloudFormation, AWS CDK in AWS topics (#287)
* add description for AWS CloudFormation, AWS CDK

* adding cdk

* fixing typo
2022-09-08 09:23:44 +03:00
abregman
8db5e5000f Fix Kubernetes questions format
Was using 4 backticks instead of 3.
2022-09-07 22:09:11 +03:00
abregman
682aaa483e Add a couple of questions 2022-09-07 22:09:11 +03:00
Arthur Lutz
79cb765237
docs(terraform): markdown fix, formatting (#285) 2022-09-07 17:36:08 +03:00
YAMADA Nobuko
ec96e34907
Update README.md. There is "of" twice. (#284) 2022-09-07 04:32:13 +03:00
Ohaneme Kingsley
23a02b1804
Update README.md (#283)
Edited summary "What is continuous integration". Added "be" to sentence.
2022-09-07 04:32:04 +03:00
Grace Anyango
2fc69c673b
Update aws-cloud-practitioner.md (#282) 2022-09-04 12:51:05 +03:00
Arie Bregman
cfdec0f189 Add three AWS Lambda questions
SSIA.
2022-09-02 17:19:56 +03:00
Luke LeVasseur
acc68c45fc
Add solution for directories_comparison exercise (#241)
* add solution

* Update question language

* Update question language

* Print "No difference" if no difference between dirs

Co-authored-by: Luke LeVasseur <llevasseur@flexport.com>
2022-09-02 14:53:01 +03:00
Kevin
7cc06460e9
refactor: make the path relative to the linting script (#264) 2022-09-02 14:52:15 +03:00
OpenRefactory, Inc
d9c53ca6b2
Suggested fixes by iCR, OpenRefactory, Inc. (#281) 2022-08-31 21:44:20 +03:00
Arie Bregman
c5b68c20ec Add AWS questions
Plus some minor fixes.
2022-08-26 10:50:50 +03:00
Arie Bregman
5b51d938f2 Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2022-08-25 09:17:32 +03:00
Arie Bregman
48db2d4664 Update 2022-08-25 09:17:29 +03:00
laumane
6cad4fb957
Solutions for MTU (#277)
2 solutions
2022-08-25 09:02:08 +03:00
abregman
03a92d5bea Add different solutions to AWS exercises
Not only console solutions, but also Terraform and Pulumi.

In addition, this change fixes issues #279 and #280
2022-08-24 21:13:39 +03:00
Arie Bregman
591ef7495b Add Kubernetes questions
And AWS CodePipeline question.
2022-08-19 13:19:03 +03:00
laumane
04dc78b5b7
Solution for /proc (#276) 2022-08-19 08:59:44 +03:00
Sachin Chavan
63b0f825e1
Update README.md : fix private ip typo (#274) 2022-08-15 08:32:41 +03:00
Anas TAYAA
2325b67a97
add file to 'Create the file /tmp/some_file' task (#272)
Co-authored-by: Anas Tayaa <SESA646124@se.com>
2022-08-10 18:17:51 +03:00
Thanh
20518bafba
Update README.md (#270) 2022-08-03 19:27:12 +03:00
abregman
99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00
Aniket Shinde
ea1d94d67b
Update README.md (#269)
answered questions
2022-08-01 13:42:15 +03:00
Aniket Shinde
9c76c6a7b2
Update README.md (#267)
Answered Question
2022-07-30 18:22:28 +03:00
abregman
641f41aa96 Add Terraform and AWS exercises
In addition to multiple new questions.
2022-07-22 00:18:48 +03:00
abregman
842120d428 Add containers questions and exercises
Added also a couple of storage questions.
2022-07-11 01:34:27 +03:00
laumane
e6946d68f4
Proposition for CA question (#234)
* Proposition for CA question

* Update CA question

I would like to change a little bit the question to include the meaning of a certification. Does it mind you ?
2022-07-08 23:10:08 +03:00
abregman
94b3bc3520 Add new exercises
Also added indexes for AWS and Linux.
2022-07-08 16:14:35 +03:00
abregman
a9dc2202ca Add a couple of containers questions 2022-07-02 01:17:51 +03:00
abregman
738e582468 Add Git exercises 2022-07-02 01:12:59 +03:00
abregman
05f055f0c0 Update 2022-07-02 01:12:59 +03:00
abregman
218a43ee31 Remove Python questions
Move to python-exercises repository
2022-07-02 01:12:59 +03:00
gokcedemir
5662efbb54
Added some frequently asked questions. (#260)
* Added frequently asked some soft skill questions

* Added k8s question
2022-06-30 07:56:48 +03:00
inbinder
0ea15cad67
Update README.md (#257) 2022-06-28 22:07:47 +03:00
Lewis Brogan
84640e8eee
Fixed CI/CD workflow for issue #182 / #232 (#254)
* updated the CI/CD workflow so it works

* fixing typos

* changed the branch name for the CI pull request

* fixing PEP8 issues inside binary_search.py

* removed venv from flask8 local testing

* fixing executable permissions
2022-06-27 10:20:27 +03:00
Yi Byeongyong
080c538614
fix typo (#255) 2022-06-27 10:14:52 +03:00
vanquisher
9a592130b2
added solution for directories_comparision.md (#249)
* added solution to directories_comparision.md

* updated the previous shell code
2022-06-01 15:02:40 +03:00
Abyel Tesfay
dedb8c698f
Added Grafana questions and answers (#244)
* Add grafana Q&A

* Refactor answers, add reference

* New Q&A

* Remove, Modify questions & answers

- Updated some answers with additional text
- Removed questions "which OS can we install Grafana" and "version upgrade"
- Split Question "difference between Default configuration to Custom configuration" into two separate
- Fixed grammar on some questions
2022-05-30 11:40:53 +03:00
vanquisher
ca30705986
Update/gcp (#248)
* added answer for GCP

* Added answers to GCP topic

* Added answers to GCP topic
2022-05-30 11:39:56 +03:00
Rustam Atai
ceabf5378b
Azure related changes (#247)
* Fix links and add question about branch strategies

* Change location of Azure related questions

* Add question about zaure func

Co-authored-by: Атаи Рустам Бахтиярович <ratai@borlas.ru>
2022-05-29 17:37:55 +03:00
Neeraj Kumar
1fc1ac186c
git rebase usecase updated (#246)
* Edited couple answers in the Network section

* Edited Latency, Throughput and bandwidth

* Edited few more answers in the Linux section

* typos

* git rebase usecase update
2022-05-25 17:47:04 +03:00
Aksel Uhr
0a3e8b65ff
Added security answers and questions (#229)
* Added questions and answers

Added 15 questions (including answers) and 10 answers to existing questions.

* Fixed links/formatation

* fixed another typo

* Fixed typo

* Fixing answers, questions and formatation

* Deleted answers that we need to discuss further
* Added and clarified questions and answers
* Fixed formatation

* Removed and modified answers

- Removed answer about hashing
- Removed Q & A about a software supply chain attack (this one was basically a duplicate as well)
- Removed the commercial-question and answers
- Rephrased question about describing a software supply chain
- Fixed minor formatings

* Modified questions and answers

- Removed question about DepClean
- Added quoutes where needed
- Changed grammar of requested questions
- Changed formulation of a requested question
2022-05-22 12:57:38 +03:00
Alexander Blackhall
153201a18e
Made some grammatical corrections in README.MD (#243) 2022-05-19 11:57:01 +03:00
Rustam Atai
ea6481e840
Fix links and add question about branch strategies (#242)
Co-authored-by: Атаи Рустам Бахтиярович <ratai@borlas.ru>
2022-05-19 09:46:40 +03:00
Renato C. Francisco
e851989029
Update README.md / Added imgs without white background. (#238)
* style: icons size changed, img without white bg

* Update README.md
2022-05-10 08:26:42 +03:00