Skip to content
View circuit-shell's full-sized avatar
  • Mexico City

Block or report circuit-shell

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

Welcome, stranger! πŸ‘»πŸ‘»

Awesome Matrix Code

I've got some wares for you! They are soft wares!

🌟 About Me

I'm a Father, Husband, Scuba Diver, and Software Engineer from Mexico. Deeply human, I love my country and our planet. I strive to improve myself every day and be responsible with the environment!

class SoftwareEngineer:
    def __init__(self):
        self.name = "Armando del RΓ­o"
        self.role = "Sr. Software Engineer"
        self.location = "Mexico"
        self.hobbies = ["Scuba Diving", "Parenting", "Coding"]
        self.interests = ["Technology", "Environment", "Artificial Intelligence"]
        self.favoriteAnimal = ["Turtle"]

    def say_hi(self):
        print("Welcome stranger! Thanks for dropping by!")

me = SoftwareEngineer()
me.say_hi()

πŸ“Š GitHub Stats

Adrio's GitHub stats

πŸš€ Technologies I Use

const techStack = {
    languages: ['JavaScript/TypeScript', 'Go', 'Python', 'Delphi', 'Java'], // in order of professional experience
    frontEnd: ['React', 'Angular', 'Vue', 'React Native'],
    backEnd: ['Node.js', 'Express', 'Nest.js', 'Gin', 'Fiber'],
    databases: ['PostgreSQL', 'DynamoDB', 'Firebase', 'MongoDB'],
    testing: {
        frameworks: ['Jest', 'Mocha', 'React Testing Library', 'Cypress', 'Selenium'],
        approaches: ['TDD (Test-Driven Development)', 'BDD (Behavior-Driven Development)'],
        types: ['Unit Testing', 'Integration Testing', 'E2E (End-to-End) Testing'],
        tools: ['Cucumber', 'Jasmine', 'Postman', 'Insomnia'],
        concepts: ['Mocking', 'Stubbing', 'Code Coverage', 'Continuous Integration']
    },
    cloud: ['AWS', 'GCP'],
    devOps: ['Docker', 'Kubernetes'],
    tools: ['Neovim', 'Linux', 'Mac', 'Bash', 'Git', 'Touch Typing']
};

πŸ’Ό Current Focus

func (se *SoftwareEngineer) CurrentFocus() CurrentFocus() {
    focus := []string{
        "Mastering Go for backend development and microservices",
        "Enhancing TypeScript skills for robust frontend applications",
        "Implementing enterprise-level cloud-native solutions",
        "Mastering serverless architectures on AWS",
        "Learning about system observability and resilience"
    }
    
    fmt.Println("Current Focus:")
    for _, item := range focus {
        fmt.Printf("β€’ %s\n", item)
    }
}

Career Objectives

func (co *CareerObjectives) ContinuousImprovement() {
    objectives := []string{
        "Deepen understanding of distributed systems and their scalability",
        "Contribute to open-source projects to enhance collaboration skills",
        "Stay updated with emerging technologies and industry best practices",
        "Improve code quality through rigorous testing and CI/CD implementation",
        "Enhance system design skills for large-scale applications",
        "Develop expertise in data structures and algorithms for optimal solutions",
        "Master design patterns and their practical applications",
        "Cultivate leadership skills and mentor junior developers",
        "Enhance security knowledge to build robust, secure applications",
        "Improve performance optimization techniques for efficient systems"
   }

    fmt.Println("\nCareer Objectives:")
    for _, objective := range objectives {
        fmt.Printf("β€’ %s\n", objective)
    }
}

πŸ“Ž Other Stuff

πŸ”— Check out my Portfolio

πŸ”— Visit my LinkedIn Linkedin Badge


Thanks for visiting my GitHub profile! Feel free to connect or explore my projects.πŸ‘»πŸ‘»πŸ‘»

circuit-shell

Pinned Loading

  1. dotfiles-latest dotfiles-latest Public

    My config dotfiles optimized for MacOs with nvim, tmux, kitty and zsh.

    Shell

  2. interactive-robot-build interactive-robot-build Public

    A Simple Drag And Drop mini game with GSAP, this project got me my first job in tech.

    JavaScript 1

  3. spectral-fights-game spectral-fights-game Public

    This is a videogame I made with the canvas API using vanilla javascript, I built this when I was a Jr. It is a reminder how bad I wrote code lol.l

    JavaScript

  4. asteroids asteroids Public

    Python

  5. remote remote Public

    This is a simple remote control app that allows you to control the mouse of the computer where the server is running so that i do not have to stand up when i'm watching netflix on my laptop!

    JavaScript