Skip to content
View acaorizondo's full-sized avatar
πŸ˜ƒ
πŸ˜ƒ

Block or report acaorizondo

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
acaorizondo/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

### Hi there πŸ‘‹

class SoftwareEngineer:
    def __init__(self):
        self.name            = "Arturo Cesar Arias Orizondo"
        self.main_profession = "Software Engineer"
        self.education       = "Bachelor of Science in Information Technology. CUJAE, Havana, Cuba. 1998 - 2003"
        self.main_stack      = "Database & Backend Developer"
        
        self.backend_stack = {
            "βš™ Backend"        : ["Python", "Django Rest Framework", "Java"],
            "πŸ’Ύ Databases"     : ["PostgreSQL", "MySQL" "MS SQL Server"],
            "πŸ›  Tools"          : ["VS Code", "NetBeans", "GIT", "Imsomnia", "Docker"],
            "πŸ— Architectures"  : ["RESTful APIs", "Web development", "Web services"],
            "πŸ“ Methodologies" : ["Agile", "SCRUM", "Kanban"],
            "πŸ–‡ Modeling"       : ["OO", "Relational", Multi-dimensional],
        }

        self.analysis_stack = {
            "πŸ“Š Visualizations": ["Tableau", "Power BI", "IBM Cognos Analytics"],
            "πŸ“ˆ Spreadsheets"  : ["Excel", "Google Sheets"],
            "πŸ” Analysis"      : ["R", "KNIME Analytics"],
            "πŸ‘‰ Examples"      : [
                                   {"Name"      : "Palmer Penguins Analysis",
                                    "Technology": "R",
                                    "Source"    : https://www.kaggle.com/code/arturoarias/palmer-penguins-analysis},
                                 ]
        }

        self.other_knowledge = {
            "🎨 Frontend"          : ["HTML", "CSS", "Javascript"],         
            "🧡 Project_Management": [ "Jira", "Trello"],
        }
        
        self.tech_certifications = {
           "Meta Back-End Developer": https://www.coursera.org/account/accomplishments/specialization/certificate/CCJ744ZZWYLY,
           "Google Data Analytics"  : https://www.coursera.org/account/accomplishments/specialization/certificate/N3EY3YWUKSTD,
        }

        self.tech_links = {
           "LinkedIn"  : https://www.linkedin.com/in/arturo-arias-orizondo/,
           "Coursera"  : https://www.coursera.org/user/3c24b4966b76d72778133e9a15786788,
           "HackerRank": https://www.hackerrank.com/acaorizondo,
           "ORCID"     : https://orcid.org/0000-0002-6756-0518,
           "Scholar"   : https://scholar.google.com.cu/citations?hl=en&pli=1&user=-j6k6RMAAAAJ,
        }
        

Pinned Loading

  1. LittleLemonRestaurant LittleLemonRestaurant Public

    Capstone project course of the back-end developer specialization

    Python

  2. read_bank_statements read_bank_statements Public

    This function offer an alternative to convert TDBank pdf statements to csv format.

    Python

  3. spark-code-examples spark-code-examples Public

    Example of using apache spark libraries to implement machine learning algorithms.

    Java

  4. django-project-setup django-project-setup Public

    The purpose is to automate the process of creating a Django project and its App. It facilitates the processes of creating the virtual environment, installing Django and Django rest framework, updat…

    Python

  5. ERP_DWH_ETL ERP_DWH_ETL Public

    ERP_DWH_ETL

  6. ETL_Manager ETL_Manager Public

    C#