Giter VIP home page Giter VIP logo

Olá!

Bem vindo ao meu perfil do GitHub 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-
from dataclasses import dataclass
from typing import List


@dataclasses(kw_only=True)
class SoftwareEngineer:
    name: str
    role: str
    main_technologies: List[str]

    def say_hi(self):
        print("Obrigado por passar por aqui!!!")

me = SoftwareEngineer(
    name="Jefferson Fragoso de Souza",
    role="Backend Software Engineer",
    main_technologies=["python", "FastApi", "Django", "Docker", "K8s", "AWS"],
)

me.say_hi()

Ferramentas e Tecnologias

python fastapi Django flask python Insomnia ReactJs NextJs

JEFFERSON FRAGOSO DE SOUZA's Projects

aws_snippets icon aws_snippets

Exemplos de utilização dos serviços da AWS através do boto3

bus-on-map icon bus-on-map

Python, Javascript e Kafka para geolocalização de veículos em tempo real usando stream de dados e Server-sent events.

cod3er-next-crud icon cod3er-next-crud

Projeto do "Curso Intensivo de Next.js e React" realizado na plataforma da Cod3er.

ddd-dynamic icon ddd-dynamic

Domain Driven Design in Python, Ruby and other dynamic languages resources

dispatch icon dispatch

All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!

django_on_docker icon django_on_docker

Dockerização de um app django + NGINX e configs para arquivos staticos.

pulumi-python-eks icon pulumi-python-eks

Build and push local image to docker.io. Create VPC, EKS CLuster, Deployment and Service LoadBalancer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.