Skip to content
View alissonrh's full-sized avatar
🌌
Working from home
🌌
Working from home

Highlights

  • Pro
Block or Report

Block or report alissonrh

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

Hi there, I'm Alisson 👋

class Person:
    def __init__(self, name, city, state, interests):
        self.name = name
        self.city = city
        self.state = state
        self.interests = interests

    def __str__(self):
        return (
            f"Name: {self.name}\n"
            f"City: {self.city}\n"
            f"State: {self.state}\n"
            f"Interests: {', '.join(self.interests)}"
        )


me = Person(
    "Alisson", "Criciúma", "Santa Catarina", ["Beach", "Series", "Music"]
)
print(me)

🛠️ Stacks

Core

Front End

Back End

Sequelize

Testing

Tools

Ubuntu JWT ESLINT

Where to find me


Pinned

  1. project-delivery-app project-delivery-app Public

    Full Stack. App de Delivery é uma plataforma de delivery de bebidas, desenvolvida para uma distribuidora fictícia. Para atender as necessidades da distribuidora, foi desenvolvido funções na platafo…

    JavaScript

  2. tfc tfc Public

    Full Stack. Trybe Futebol Clube é um site informativo sobre partidas e classificações de futebol. O desenvolvimento respeitou regras de negócio providas no projeto, com a finalidade da API ser capa…

    JavaScript

  3. car-shop-ts car-shop-ts Public

    Back-end. API com CRUD para gerenciar uma concessionária de veículos.

    TypeScript

  4. map-app map-app Public

    Aplicação Full Stack que consome dados georreferenciados da extensão PostGIS do banco de dados PostgreSQL

    TypeScript

  5. wallet wallet Public

    Front-End - Carteira online organizadora de gastos. Feita com React, React Router, Redux e Tailwind.

    JavaScript

  6. report-generator-python report-generator-python Public

    Projeto Back-end: Gerador de Relatórios de Estoque. Construído com Programação Orientada a Objetos (POO) em Python.

    Python