Skip to content
View JoaoVictorCabraldeMelo's full-sized avatar
🦊
Opa
🦊
Opa

Block or report JoaoVictorCabraldeMelo

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

Hi 👋 and welcome to my profile !! 🦊 visitors

I am a developer with a passion to functional programming, normally working fullstack but i strongly prefer the backend. Also in my free time i like to resolve some puzzles, play chess, go to the gym and go out with my friends.


Experiences 👨‍💻

Programming Languages :

JavaScript TypeScript Python C C++ C# Java R Ruby Rust Dart

Frameworks

Backend:

NodeJS Express.js Rails Flask

Frontend:

React React Native Bootstrap Redux jQuery Flutter SASS Vue.js

Design:

Figma

Devops:

Git AWS Heroku DigitalOcean Netlify Nginx GitHub Actions GitLab CI

Databases and Data Science:

MySQL Postgres MongoDB NumPy Pandas scikit-learn

Game Developing Engines:

Unreal Engine Unity


Stats 📈

Cabral's GitHub stats

Code Time

Lines of code

🐱 My GitHub Data

📦 191.1 kB Used in GitHub's Storage

🏆 179 Contributions in the Year 2024

💼 Opted to Hire

📜 77 Public Repositories

🔑 3 Private Repositories

I'm an Early 🐤

🌞 Morning                3456 commits        ████████░░░░░░░░░░░░░░░░░   31.49 % 
🌆 Daytime                6177 commits        ██████████████░░░░░░░░░░░   56.28 % 
🌃 Evening                1176 commits        ███░░░░░░░░░░░░░░░░░░░░░░   10.72 % 
🌙 Night                  166 commits         ░░░░░░░░░░░░░░░░░░░░░░░░░   01.51 % 

📅 I'm Most Productive on Thursday

Monday                   2205 commits        █████░░░░░░░░░░░░░░░░░░░░   20.09 % 
Tuesday                  2067 commits        █████░░░░░░░░░░░░░░░░░░░░   18.83 % 
Wednesday                1994 commits        █████░░░░░░░░░░░░░░░░░░░░   18.17 % 
Thursday                 2299 commits        █████░░░░░░░░░░░░░░░░░░░░   20.95 % 
Friday                   1665 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.17 % 
Saturday                 292 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   02.66 % 
Sunday                   453 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   04.13 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: America/Sao_Paulo

💬 Programming Languages: 
No Activity Tracked This Week

🔥 Editors: 
No Activity Tracked This Week

💻 Operating System: 
No Activity Tracked This Week

I Mostly Code in JavaScript

JavaScript               14 repos            █████░░░░░░░░░░░░░░░░░░░░   18.42 % 
TypeScript               10 repos            ███░░░░░░░░░░░░░░░░░░░░░░   13.16 % 
Java                     4 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   05.26 % 
C#                       3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   03.95 % 
CSS                      3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   03.95 % 

Last Updated on 15/11/2024 18:43:46 UTC


Pinned Loading

  1. Heart-Mini-Game Heart-Mini-Game Public

    Minigame in Unity

    C# 1

  2. JoaoVictorCabraldeMelo JoaoVictorCabraldeMelo Public

    2

  3. Cabralesca-Engine Cabralesca-Engine Public

    An Engine made with SDL

    C++

  4. PokeApiBack PokeApiBack Public

    Ruby

  5. PokeApiFront PokeApiFront Public

    TypeScript

  6. prova.hs prova.hs
    1
    isSquare (x:xs) n = (x == n) || isSquare xs n
    2
    isSquare [] n = False
    3
    
                  
    4
    
                  
    5
    squares = [x * x | x <- [0..]]