Skip to content
View caiquecp's full-sized avatar
💭
Working on RPG Simple Dice PLUS
💭
Working on RPG Simple Dice PLUS
Block or Report

Block or report caiquecp

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

Hi there 👋

I'm Caique, 29yo. I have been working as a software engineer for the past 10 years.

Currently working at Luizalabs (one of the biggest retail companies in Brazil) and also at ToolboxDev (my side project company).

Most of my career I have worked as full-stack engineer, although I've been focusing way more on backend.

ToolboxDev

I'm building apps to support tabletop RPG / boardgame players. Take a look at ToolboxDev to check my apps.

Technologies and skills

  • Python, JavaScript, FastAPI, React
  • Web development, software architecture
  • Application containerization, Kubernetes, Cloud, GCP
  • Code review, process and system documentation
  • Back-end, full-stack

Pinned

  1. toolboxdev-public toolboxdev-public Public

    General purpose repository for ToolboxDev (my apps' company of one man).

  2. A very simple (and uncompleted) depe... A very simple (and uncompleted) dependency injection decorator for Python.
    1
    import functools
    2
    from inspect import signature, Parameter
    3
    
                  
    4
    # Dict to store our dependencies
    5
    __dependencies__ = {}
  3. lol_api lol_api Public

    Application to serve League of Legends data.

    Python 1

  4. lol_data lol_data Public

    Application to get League of Legends data from Riot's API.

    Python

  5. poetry-test-drive poetry-test-drive Public

    Python

  6. nodejs-parse-raw-http nodejs-parse-raw-http Public

    The goal of this project is to explore Node.js libraries by creating an API where I'll set a TCP listener and will parse the HTTP requests by myself.

    JavaScript 1