Coder Social home page Coder Social logo

cristianmp80 / devops_learning_journey Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abdassalamahmad/devops_learning_journey

0.0 0.0 0.0 10.97 MB

Resources I've used and Projects I've built to learn DevOps

Shell 5.72% JavaScript 5.80% Python 29.99% HTML 10.90% HCL 46.89% Dockerfile 0.71%

devops_learning_journey's Introduction

DevOps Roadmap

image

In every folder I've documented what I've learnt and the resources I've studied from.
So that you can find most important commands and the benefit of every tool I'm using as a DevOps Engineer.

DevOps Tools:

  1. Docker:
    • I've used it to containarize every app alone with its dependencies.
    • The benefit is to be able to run the app without dependencies conflicts.
  2. Kubernetes (k8s): Managing Containerized Applications.
  3. Ansible: Configration Management.
  4. Terraform: Infrastructure Provisioning.
  5. Grafana {To-Do}: for Visualization.

Programming Languages:

  1. Python: I've used it to automate most repetitive tasks.
  2. Bash Script: I've used it to automate most repetitive tasks.

Operating System & Source Control:

  1. Linux: Since most servers runs on Linux I had to learn these topics.

    • User & File Management : chmod, ls, cp, rm, mkdir, cd, cat, touch,..etc.
    • SSH: connect to tother devices using Secure SHell.
    • Process Management: kill, start, ps, top,..etc.
    • Text Manipulation Tools: awk, sed, grep, sort, echo,..etc.
    • Search: find, locate, whatis, apropos.
    • Network: nmap, ping, netstat, ifconfig, ..etc.
    • KodeKloud: commands I've learnt from working on tasks in their virtual company.
  2. Git & GitHub:

    • I've used it to push code from my local repo to shared repo and roll back whenever I did something wrong, OR if I deleted a file by accident.
    • I've learnt also to pull changes that other developers made to the shared repo.
    • Finally I can make a branch to develop a new feature without affecting the main branch.

Other Tools:

  • Vagrant: I've used it to make my own lab of virtual machines to test what I've learnt practically.

devops_learning_journey's People

Contributors

abdassalamahmad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.