Skip to content
View bacchilu's full-sized avatar
Block or Report

Block or report bacchilu

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

Hi there 👋

I manly work with React, ES6 and Python3, from top to bottom...

from dataclasses import dataclass
from enum import Enum


class Position(Enum):
    SW_ENGINEER = "Software Engineer"
    SW_ARCHITECT = "Software Architect"


@dataclass
class ContactInfo:
    email: str
    phone: str


@dataclass
class Me:
    full_name: str
    contact: ContactInfo
    position: list[Position]
    github: str
    skills: list[str]


io = Me(
    full_name="Luca Bacchi",
    contact=ContactInfo(email="bacchilu@gmail.com", phone="+39 347 484 6411"),
    position=[Position.SW_ENGINEER, Position.SW_ARCHITECT],
    github="https://github.com/bacchilu",
    skills=["Python3", "ReactJS"],
)

Pinned

  1. hnews hnews Public

    A React fronted for Hacker News

    TypeScript

  2. 7guis 7guis Public

    https://eugenkiss.github.io/7guis/tasks/

    TypeScript

  3. life365 life365 Public

    Frontend for life365 ecommerce

    TypeScript

  4. my-budgets my-budgets Public

    My Budgets on firebase

    JavaScript

  5. react-bootstrap react-bootstrap Public

    Bootstrap modal incapsulated in a React Component

    JavaScript

  6. react-template react-template Public

    Starter template for a React project with some different Build Tools

    HTML