Git Product home page Git Product logo

Call Me Hand Medium-Light Skin Tone Hi there Call Me Hand Medium-Light Skin Tone



Hey! My name is Diego Enríquez, I speak Spanish (Native), English (Advanced), Italian (Intermediate) languages at different levels, I've been working as an IT specialist since 2018, working from IT support to software development using Python, JS, PHP, SQL and some of their frameworks. In my free time I like:

Reading Playing Guitar Gaming Weight Lifting Jiu Jitsu Coffee Hopping Bar Hopping Anime Coding Learning

🔧 Technologies & Tools 🔧

Cloud Providers

AWS GCP

Cloud Services

Cloud Shell
EC2
IAM
Load Balancers
RDS
Aurora
ElastiCache
Route 53
ElastiCache
S3
Global Accelerator
Cloud Shell GKE Big Query Compute Engine Cloud Storage Cloud SQL Cloud Scheduler Pub/Sub IAM Cloud Functions

Code

Python Django C++ Terraform MySQL PostgreSQL

Tools and Services

GitHub Docker Codespaces Kubernetes Jupyter Notebooks VSCode

CI/CD

Jenkins

Libraries

Pandas Numpy Matplotlib Matplotlib Scikit-Learn Tensorflow NLP Toolkit

📈 Statistics 📈





class Diegomca98:
    def __init__(self):
        self._first_name = "Diego Alberto"
        self._last_name = "Enríquez Rodríguez"
        self._spoken_languages = {
            'Spanish': 'Native',
            'English': 'Advanced - C1',
            'Italian': 'Intermediate - A2'
        }
        self._schooling = {
            'Information Technologies': ['Degree', 'CUCEA', 'Jan/2017-May/2023'],
            'Data Science and Machine Learning':  ['Bootcamp', '4Geeks Academy', 'Nov/2023'],
            'Associate Cloud Engineer': ['Certification', 'Google', 'Dec/2021'],
        }

        self._roles = [
            'CloudOps Engineer', 
            'Infrastructure Engineer', 
            'Backend Developer', 
            'DB Engineer',
            'DB Designer'
        ]
        
        self._qualifications = {
            'Hard Skills': [
                'Python', 
                'Django', 
                'Jupyter Notebooks', 
                'VSCode', 
                'Pandas', 
                'Matplotlib', 
                'Seaborn', 
                'Web Scraping', 
                'File Manipulation', 
                'Scikit-Learn', 
                'TensorFlow', 
                'Natural Languague Processing Toolkit', 
                'SQL', 
                'APIs', 
                'Terraform', 
                'AWS', 
                'GCP', 
                'Kubernetes', 
                'Cloud Shell', 
                'Git/GitHub', 
                'Git Codespaces', 
                'Linux', 
                'Jenkins'
            ],
            'Soft Skills': [
                'Creativity', 
                'Discipline', 
                'Critical Thinking', 
                'Adaptability', 
                'Problem Solving', 
                'Communication', 
                'Teamwork', 
                'Confidence', 
                'Active Listening', 
                'Emotional Intelligence'
            ]
        }

    def presentation(self):
        print(f'Hey! My name is {self._first_name} {self._last_name}, I speak {len(self._spoken_languages)} languages at different levels, I\'ve  been working as an IT specialist since 2018, working from IT support to software development using Python, JS, PHP, SQL and some of their frameworks.')

    def get_qualifications(self):
        print('\n')
        print('---------------------------------------------------')
        print('------------------- Hard Skills -------------------')
        print('---------------------------------------------------')
        for hskill in self._qualifications['Hard Skills']:
            print('|---->', hskill)
        print('\n')

        print('---------------------------------------------------')
        print('------------------- Soft Skills -------------------')
        print('---------------------------------------------------')
        for sskill in self._qualifications['Soft Skills']:
            print('|---->', sskill)

    def get_certifications(self):
        print('####################################')
        print('########## Certifications ##########')
        print('####################################')

        for cert in self._schooling:
            if self._schooling[cert][2] == '':
                string_concat = 'to be obtained'
            else:
                string_concat = f'achived on {self._schooling[cert][2]}'
            if self._schooling[cert][0].lower() == 'certification':
                print(f'|---->  {self._schooling[cert][1]} {cert.title()} {string_concat}')

    def set_certifications(self, cert_info):
        self._schooling[cert_info[0]] = ['Certification', cert_info[1], cert_info[2]]




tbo_certification = ['Solutions Architect Associate', 'AWS', '']
me = Diegomca98()

me.set_certifications(tbo_certification)
print('\n')
me.get_qualifications()
print('\n')
me.get_certifications()
print('\n')
me.presentation()

Diego Enriquez's Projects

4geeks-github-class icon 4geeks-github-class

En este repositorio se puede ver como se realizan análisis y transformaciones con pandas

api-requests-tutorial-exercises icon api-requests-tutorial-exercises

In this series you will Learn HTTP and how to use the Python Requests package to create HTTP Requests GET, POST, PUT, DELETE. The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.

ecommerce-site icon ecommerce-site

Django Masterclass : Build Web Apps With Python & Django - Project 4

flutter-repository icon flutter-repository

The Complete Flutter Development Bootcamp with Dart - Dr. Angela Yu. This repository contains all projects from the course

foodcatalog icon foodcatalog

Django Masterclass : Build Web Apps With Python & Django - Project 1

job-fit-pro icon job-fit-pro

Web scraper, data analysis and ML model for LinkedIn jobs.

m3-4geeksacademy-gitproj icon m3-4geeksacademy-gitproj

👩🏽‍🏫 Get to know the academy, teachers, students, locations around the world and why everyone talking about us, one of the 🏆 top places to learn to code end evolve your coding skills 🤯.

m9-4geeks-mlops-prj icon m9-4geeks-mlops-prj

For teachers: Explain the terminal (cmd or command line) to your students with this super fun game.

movies-project icon movies-project

Django Masterclass : Build Web Apps With Python & Django - Project 3

r-basic icon r-basic

Curso de introducción a la estadística descriptiva con R Studio

rest-api icon rest-api

Django Masterclass : Build Web Apps With Python & Django - Project 2

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.