Skip to content
View cristianmino's full-sized avatar
Block or Report

Block or report cristianmino

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cristianmino/README.md
Typing SVG
PAGE in PROGRESS..... dame un chance
#!/bin/bash

# Personal information
name="Cristian"
title="DevOps Engineer"
company="PeiGo | Remote"
location="Ecuador"
experience=10

# Skills
languages=("Shell Scripting" "Python", 'Java', 'JavaScript')
tools=("Docker" "Kubernetes" "Jenkins" "Terraform" "Terragrunt")
cloud=("AWS" "OpenStack" "Google Cloud Platform")
version_control=("Git" "GitHub Actions")
monitoring=("Prometheus" "Grafana" "Dynatrace")
automation=("Ansible")

# Additional Skills
learning=("Machine Learning" "Go")

# Print information
echo "Name: $name"
echo "Title: $title"
echo "Company: $company"
echo "Location: $location"
echo "Experience: $experience years in DevOps"
echo -e "\nSkills:"
echo "  - Languages: ${languages[@]}"
echo "  - Tools: ${tools[@]}"
echo "  - Cloud: ${cloud[@]}"
echo "  - Version Control: ${version_control[@]}"
echo "  - Monitoring: ${monitoring[@]}"
echo "  - Automation: ${automation[@]}"
echo -e "\nProjects:"
for project in "${learning[@]}"; do
  echo "  - $project"
done

Languages and Tools:

android aws bash docker express firebase flutter gcp git grafana graphql java javascript jenkins kafka kibana kubernetes linux mongodb mysql nginx nodejs oracle postgresql python react reactnative redis redux tensorflow typescript vagrant

Popular repositories Loading

  1. introduccion-machine-learning introduccion-machine-learning Public

  2. jsip jsip Public

    Forked from usnistgov/jsip

    JSIP: Java SIP specification Reference Implementation (moved from java.net)

    Java

  3. jenkins-tests jenkins-tests Public

    JavaScript

  4. platzi-scripts platzi-scripts Public

    Forked from elbuo8/platzi-scripts

    Collection of platzi scripts for classes

    JavaScript

  5. node_exporter node_exporter Public

    Forked from flightlesstux/node_exporter

    Automatic node_exporter installer for x86_64/arm64 based Linux servers.

    Shell

  6. observability-docker observability-docker Public

    Shell