Skip to content
View JeremyAndress's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@Comunidad-de-Programadores @Lemon-Rocket @Shomy-App
Block or Report

Block or report JeremyAndress

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

Hi, I'm Jeremy Silva, a Developer πŸš€ from Chile.

Informatics Engineering at Duoc UC
Software Development Engineer at SimpliRoute

A little more about me

from typing import List


class Jeremy:
    def __init__(self) -> None:
        self.name = 'Jeremy Silva'
        self.language = ['spanish']
        self.code = [
            'Python', 'Javascript',
            'Typescript', 'HTML'
        ]

    @property
    def frameworks(self) -> List[str]:
        return [
            'Django', 'Flask', 'FastApi',
            'React', 'Zato', 'Boostrap'
        ]

    @property
    def developer_tools(self) -> List[str]:
        return [
            'Docker', 'Travis', 'Nginx'
        ]

Pinned

  1. fastapi-docker fastapi-docker Public template

    Docker image with FastAPI with users management, ready for production πŸš€

    Python 31 8

  2. arsene arsene Public

    Simple cache management to make your life easy ⚑️

    Python

  3. flask-celery-docker flask-celery-docker Public template

    Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis or RabbitMQ

    Python 2