diff --git a/README.md b/README.md index 4615f31..78be336 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ DevOps
DevOps

Beginner :baby:
Advanced :star: Jenkins
Jenkins

Beginner :baby:
Advanced :star: Git
Git

Beginner :baby:
Advanced :star: - Ansible
Ansible

Beginner :baby:
Advanced :star: + Ansible
Ansible

Beginner :baby:
Advanced :star: Network
Network

Beginner :baby:
Advanced :star: Linux
Linux

Beginner :baby:
Advanced :star: Terraform
Terraform

Beginner :baby:
Advanced :star: @@ -41,7 +41,7 @@ Cloud
Cloud

Beginner :baby:
aws
AWS

Beginner :baby:
azure
Azure

Beginner :baby:
- Google Cloud Platform
Beginner :baby:
+ Google Cloud Platform
Google Cloud Platform

Beginner :baby:
openstack
OpenStack

Beginner :baby:
Advanced :star: security
Security

Beginner :baby:
Advanced :star: puppet
Puppet

Beginner :baby:
Advanced :star: @@ -50,17 +50,17 @@ Monitoring
Monitoring

Beginner :baby:
Elastic
Elastic

Beginner :baby:
- Virtualization
Beginner :baby:
- DNS
Beginner :baby:
- Operating System
Beginner :baby:
+ Virtualization
Virtualization

Beginner :baby:
+ DNS
DNS

Beginner :baby:
+ Operating System
Operating System

Beginner :baby:
Distributed
Distributed
- General
Beginner :baby:
+ General
General

Beginner :baby:
HR
HR
Testing
Testing
Databases
Databases
- Regex
Beginner :baby:
+ RegEx
Regex

Beginner :baby:
Design
Design
you
Questions you ask
Exercises
Exercises
@@ -3446,7 +3446,7 @@ For more details about errors and exceptions follow this [https://docs.python.or
What is Lambda? How is it used?
-A lambda expression is an 'anonymous' function, the differnce from a normal defined function using the keyword `def`` is the syntax and ussage. +A lambda expression is an 'anonymous' function, the difference from a normal defined function using the keyword `def`` is the syntax and usage. The syntax is: @@ -3474,7 +3474,7 @@ print(addition(10, 20)) square = lambda x : x ** 2 print(square(5)) ``` -Generally it is considered a bad practice under PEP 8 to asign a lambda expresion, they are meant to be used as parameters and inside of other defined functions. +Generally it is considered a bad practice under PEP 8 to assign a lambda expresion, they are meant to be used as parameters and inside of other defined functions.
diff --git a/credits.md b/credits.md index 0a17767..0a020fe 100644 --- a/credits.md +++ b/credits.md @@ -13,4 +13,6 @@ Mongo logo is a trademark of Mongo®
Distributed logo by Flatart
Challenge icon by Elizabeth Arostegui in Technology Mix "Question you ask" (man raising hand) and "Database" icons by [Webalys](https://www.iconfinder.com/webalys) -Testing logo by [Flatart](https://www.iconfinder.com/Flatart) +Testing logo by [Flatart](https://www.iconfinder.com/Flatart)
+Google Cloud Plataform Logo created by Google®
+VirtualBox Logo created by dAKirby309, under the Creative Commons Attribution-Noncommercial 4.0 License. diff --git a/images/dns.png b/images/dns.png new file mode 100644 index 0000000..5683d86 Binary files /dev/null and b/images/dns.png differ diff --git a/images/general.png b/images/general.png new file mode 100644 index 0000000..b88ee16 Binary files /dev/null and b/images/general.png differ diff --git a/images/googlecloud.png b/images/googlecloud.png new file mode 100644 index 0000000..8ae177c Binary files /dev/null and b/images/googlecloud.png differ diff --git a/images/os.png b/images/os.png new file mode 100644 index 0000000..8ede61f Binary files /dev/null and b/images/os.png differ diff --git a/images/regex.png b/images/regex.png new file mode 100644 index 0000000..217eda8 Binary files /dev/null and b/images/regex.png differ diff --git a/images/virtualization.png b/images/virtualization.png new file mode 100644 index 0000000..7d9ef1c Binary files /dev/null and b/images/virtualization.png differ