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

Organizations

@Comunidad-de-Programadores @Lemon-Rocket @Shomy-App

Block or report JeremyAndress

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 Loading

  1. fastapi-docker fastapi-docker Public template

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

    Python 30 7

  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 1