Skip to content
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.

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 Public template

    Docker image with FastAPI with users management, ready for production 🚀

    Python 22 7

  2. arsene Public

    Simple cache management to make your life easy ⚡️

    Python

  3. flask-celery-docker Public template

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

    Python 2

208 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri
Activity overview

Contribution activity

August 2022

1 contribution in private repositories Aug 1

Seeing something unexpected? Take a look at the GitHub profile guide.