Skip to content
View san99tiago's full-sized avatar
🦾
Discipline will sooner or later defeat intelligence.
🦾
Discipline will sooner or later defeat intelligence.

Organizations

@communities-solar
Block or Report

Block or report san99tiago

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
san99tiago/README.md

Santiago Garcia Arango (san99tiago) cool rick image

Santiago Garcia Arango

class WhoAmI:
    """Class to introduce Santi :)"""
    def __init__(self, visitor_name):
        self.user = "san99tiago"
        self.last_education = "B.S. Mechatronics Engineering"
        print("Learing: {}".format(self.get_current_learning_tech_tools()))
        print("Well-Known: {}".format(self.get_well_known_tech_tools()))
        print("Hobbies: {}" .format(self.get_hobbies()))

    def get_current_learning_tech_tools(self):
        return(["Advanced AWS Deployments", "Kubernetes", "GitLab CI/CD", "Complex Terraform Workflows", "Cryptography"])

    def get_well_known_tech_tools(self):
        return({
            "Backend & Frontend Tools": "Spring, Express, Flask, FastAPI & HTML, CSS, JS, SASS, React",
            "Databases": "MySQL, SQLite, MariaDB & MongoDB, DynamoDB, Elasticsearch",
            "DevOps Tools": "SCM, Git, Linux Background, Docker, Kubernetes, Jenkins, Azure DevOps, SonarQube, Packer, Terraform, CloudFormation, CDK, Ansible, OWASP",
            "Cloud Computing": "AWS (multiple resources with best architecture practices and IaC approach), 3x Certified",
            "Servers": "IBM Websphere Application Server, IBM MQ, Apache Tomcat, Nginx",
            "Computer Vision & IoT": "OpenCV, Pillow, Darknet & ESP8266, NodeMCU, RaspberryPi, RFModules, Postman",
            "Data Science": "Matplotlib, Numpy, Pandas, Seaborn, Pyplot",
            "Robotics & Machine Learning": "ROS, Python, Arduino & Scikit-learn, TensorFlow, CVXPY"
        })

    def get_hobbies(self):
        return(["Piano", "Learn cool tech things", "Listen to audiobooks", "Juggle"])

santi = WhoAmI("your_name")

Contact me: san99tiago.com Badge Linkedin Badge Youtube Channel Credly Badge Platzi Badge

Pinned

  1. san99tiago-cv san99tiago-cv Public

    My NextJs interactive personal website (san99tiago.com) with IaC on top of AWS-CDK and Multi Environment setup (Accounts/DNS/CDN/CI-CD).

    JavaScript 7

  2. aws-cdk-organizations-demo aws-cdk-organizations-demo Public

    Advanced DEMO of AWS Organizations for multiple AWS Accounts management with IaC on CDK-Python.

    Python 3 1

  3. docker-pirate docker-pirate Public

    Amazing programs/scripts/automations/services to have fun with Docker and Docker-Compose. This is a playground to try cool stuff with Docker functionalities.

    Python 18 143

  4. baxter-bon-appetit baxter-bon-appetit Public

    Baxter-Robot advanced algorithms for real-life applications (this repository contains algorithms that enable safe-autonomous feeding of individuals with upper-limb disabilities with Baxter-Robot, c…

    Python 17

  5. aws-cdk-ecs-api aws-cdk-ecs-api Public

    AWS FastAPI deployment on top of ALB and ECS with Docker containers implementing ECS as the orchestration tool for an AWS-managed infrastructure. IaC with CDK.

    TypeScript 7

  6. terraform-playground terraform-playground Public

    My own public Terraform/Packer examples towards IaC deployments in AWS.

    HCL 8 2