Skip to content

Commit

Permalink
add emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
sk3pp3r authored Jul 10, 2024
1 parent aece84b commit 7043dce
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# DevOps and IT Cheat-Sheet Collection

Welcome to the Cheat-Sheet Collection for DevOps, Engineers, IT professionals, and more! This repository contains a curated list of cheat sheets for various tools and technologies commonly used in the software development and IT industry.
Expand Down Expand Up @@ -41,51 +42,51 @@ Before diving into the cheat sheets, please keep these essential rules in mind:

---

### Nginx
### Nginx :whale:
* [Nginx](pdf/nginx.pdf): Nginx is open-source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.

### Docker
### Docker :whale:
* [Docker](pdf/docker.pdf): Docker is a tool designed to make it easier to create, deploy, and run applications using containers.
* [Docker by JRebel](pdf/docker_by_jrebel.pdf)
* [Docker Security](pdf/docker-security.pdf)

### Ansible
### Ansible :hammer_and_wrench:
* [Ansible](pdf/ansible.pdf): Ansible is the simplest way to automate apps and IT infrastructure.

### Python
### Python :snake:
* [Python 3 - The Basics](pdf/cheatsheet-python-grok.pdf)
* [Python for Beginners](pdf/python_beginners.pdf)

### Go (Golang)
### Go (Golang) :racehorse:
* [Go (Golang)](pdf/go_golang.pdf): Go, also known as Golang, is a statically typed, compiled programming language designed at Google.

### Git
### Git :octocat:
* [Git by Atlassian](pdf/atlassian-git-cheatsheet.pdf)
* [Git by GitHub](pdf/git_by_github.pdf)
* [Git by Git-Tower](pdf/git_by_git-tower.pdf)
* [Git/GitHub - Pull Request](pdf/github.pdf)

### Regular Expressions (Regex)
### Regular Expressions (Regex) :mag:
* [Regex](pdf/regex.pdf): Regular expressions are special text strings for describing search patterns.
* [Regex for Python](pdf/python-regular-expression-regex.pdf)

### PowerShell
### PowerShell :electric_plug:
* [PowerShell](pdf/Powershell.pdf): PowerShell is a task automation and configuration management framework from Microsoft.

### VIM
### VIM :keyboard:
* [VIM](pdf/vim-cheat-sheet.pdf): VIM, aka `Vi IMproved`, is a highly configurable text editor for efficiently creating and changing any kind of text.

### Jenkins
### Jenkins :construction_worker:
* [Jenkins](pdf/Jenkins-Cheat-Sheet-converted.pdf): Jenkins is an open-source automation server that enables developers to reliably build, test, and deploy their software.

### Continuous Integration and Continuous Delivery (CI/CD)
### Continuous Integration and Continuous Delivery (CI/CD) :repeat:
* [CI/CD Framework](pdf/cicd-framework_by_densify.pdf): CI/CD frameworks have made the practice of software development increasingly complex—and overwhelming.

### Kubernetes
### Kubernetes :ship:
* [Kubernetes K8s Cheat-Sheet](pdf/Kubernetes-Cheat-Sheet.pdf)
* [Kubectl](pdf/kubectl.pdf): Kubectl is a command-line interface for running commands against Kubernetes clusters.

### Linux
### Linux :penguin:
* Bash: Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell.
* [Linux Commands 1](pdf/linux-bash.pdf)
* [Linux Commands 2](pdf/linux-bash-terminal.pdf)
Expand All @@ -112,39 +113,39 @@ Before diving into the cheat sheets, please keep these essential rules in mind:
* [top](pdf/top.pdf)
* [Wireshark](pdf/wireshark.pdf): Wireshark is a free and open-source packet analyzer.

### Redis
### Redis :floppy_disk:
* [Redis](pdf/redis.pdf): Redis is an in-memory data structure store used as a database, cache, and message broker.

### Slack
### Slack :speech_balloon:
* [Slack](pdf/slack.pdf): Slack is a messaging tool for fast and easy communication within teams, organized by channels.

### Puppet
### Puppet 🐕
* [Puppet](pdf/puppet): Puppet lets you automate the enforcement, security, and delivery of your hybrid or cloud-native infrastructure.

### Google Cloud Developer
### Google Cloud Developer :cloud:
* [Google Cloud Developer](pdf/GoogleCloudDeveloper.pdf): This cheat sheet covers building scalable and highly available applications using Google-recommended practices and tools that leverage fully managed services.

### AI, Neural Networks, Machine Learning, Deep Learning & Data Science
### AI, Neural Networks, Machine Learning, Deep Learning & Data Science :robot:
* [AI & ML Cheat-Sheet](pdf/AI_ML.pdf): This section explores intelligence demonstrated by machines.

### PostgreSQL
### PostgreSQL :elephant:
* [PostgreSQL](pdf/PostgreSQL-Cheat-Sheet.pdf): PostgreSQL is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.

### Ajax
### Ajax :arrows_counterclockwise:
* [Ajax](pdf/ajax.pdf): AJAX = Asynchronous JavaScript And XML.

### Amazon Web Services (AWS)
### Amazon Web Services (AWS) :cloud_with_lightning_and_rain:
* [AWS: The Basics](pdf/AWS-Basic-Cheat-Sheet.pdf)
* [AWS Services](pdf/aws-services.pdf)
* [AWS Cost Information](pdf/aws-cost.pdf)

### Infrastructure as Code (IaC)
### Infrastructure as Code (IaC) :building_construction:
* [Terraform](pdf/terraform-cheatsheet1-.pdf): Terraform is an open-source infrastructure-as-code software tool for managing cloud services.

### System Design
### System Design :gear:
* [System Design Blueprint](pdf/System_Design_Blueprint.pdf): System Design is defined as a process of creating an architecture for different components, interfaces, and modules of the system and providing corresponding data helpful in implementing such elements in systems.

### Cyber Security 101
### Cyber Security 101 :lock:
* [Cyber Security 101](pdf/cybersecurity-101.gif): Fundamentals of Cybersecurity Topics.

---
Expand Down

0 comments on commit 7043dce

Please sign in to comment.