Skip to content
View martinezga's full-sized avatar
🚀
Focusing
🚀
Focusing
Block or Report

Block or report martinezga

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

martinezga banner

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:
    def __init__(self):
        self.name = "Gabriella Alexandra Martinez Viloria"
        self.main_profession = "Software Engineer"
        self.education = "Petroleum Engineer. 2005 - 2012"
        self.main_stack = "Back end"
        
        self.backend_stack = {
            "🔧 Backend": ["GOlang", "Gin-gonic", "Python", "Django Rest Framework", "Java", "Spring"],
            "🧵 Tools": ["Linux", "PostgreSQL", "Docker", "docker-compose", "Debugger", "GIT", "Postman"],
            "🚀 Training": ["RESTful APIs", "Web development", "Web services", "Microservices", "DevOps"],
        }
        self.devops_stack = {
            "🧵 Tools": ["Github Actions", "Gitlab CI/CD", "NGINX", "Heroku"],
        }
        self.blockchain_stack = {
            "🔧 Backend": ["Solidity"],
            "🧵 Tools": ["Hardhat", " Ether.js", "Alchemy"],
            "🚀 Training": ["Smart Contracts", "Ethereum"],
        }
        self.other_knowledge = {
            "🎨 Frontend": ["ReactJS", "HTML", "CSS", "Javascript"],
            "🔧 Backend": ["Javascript", "NextJS"],
            "💾 Databases": ["MySQL"],
            "🧵 Tools": ["Swagger", "SCRUM", "Dialogflow", "Youtrack", "Jira", "AWS", "Redis"],
        }
        self.tech_communities = ["HackademyMX", "Hack Women", "web3dev.com.br"]
        self.tech_contribution = ["Backend mentor"]

    def spend_free_time(self):
        self.courses_in_progress = ["Building projects"]
        self.next_course = "CS50's Introduction to Computer Science"
        self.hobbies = ["Leer libros de ciencia ficción", "cocinar panes y dulces"]
        self.lost_hobbies = ["🎮 Jugar videojuegos"]

🏆 My Rewards

NFT Bootcamp "Smart Contract Solidity" of WEB3DEV Early Access to Alchemy University NFT
alchemy NFT video

🐱‍💻 Social Networks

Follow Gabriella on LinkedIn

Follow Gabriella on Instagram

Follow Gabriella on Twitter

martinezga

☕️ Send me a coffee

Buy me a coffee on Stripe

Buy me a coffee with PIX

Buy me a coffee on CafecitoApp

📈 GitHub Stats

Gabriella's GitHub Stats

⌨️ con ❤️ por Gabriella Martínez 😊

Pinned Loading

  1. api-currency-converter-drf-cache api-currency-converter-drf-cache Public

    Currency converter API with passwordless authentication to setup currencies allowed.

    Python

  2. e-commerce-nestjs e-commerce-nestjs Public

    Forked from CarlosEduardoBotero/shoes-for-everyone-back

    TypeScript

  3. categories-system-golang categories-system-golang Public

    Microservice responsible for managing the categories and tags of an e-commerce, ensuring personalized product classification built in GO with Gin Gonic + Gorm.

    Go

  4. web3dev-wave-portal-solidity web3dev-wave-portal-solidity Public

    https://web3dev-wave-portal-solidity.martinezga.repl.co/?

    JavaScript