Skip to content
View Durphan's full-sized avatar
๐Ÿง‘โ€๐Ÿ’ป
Improving
๐Ÿง‘โ€๐Ÿ’ป
Improving

Highlights

  • Pro

Block or report Durphan

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

vaca

Hobbys

  • ๐Ÿ“™ Software development
  • ๐ŸŽฎ Videogames and anime

If you need help or you want to ask me something then below you have some options, i will answer as soon as i'm available


Objectives

๐ŸŸข -> Done, ๐Ÿ”ด -> To do, ๐ŸŸก -> In progress
  • Practice Axios with Rick and morty project [๐ŸŸข]
  • Make a Portfolio [๐ŸŸข]
  • Be part of a Global Game Jam team [๐ŸŸข]
  • Contribute to at least one open-source project [๐ŸŸข]
  • Learn Java [๐ŸŸข]
  • Learn JDBC [๐ŸŸข]
  • Learn Spring framework [๐ŸŸก]
  • Make a Login and register system using Spring [๐ŸŸก]
  • Make a Follow tracker consuming Twitter API [๐Ÿ”ด]
  • Make a Task manager [๐Ÿ”ด]

function climb(mountainHeight) {
            if (mountainHeight <= 0) {
                console.log("The peak is just another step in the journey.");
                return;
            }
            console.log("Every step counts: " + mountainHeight + " left.");
            climb(mountainHeight - 1);
        }
        climb(100);

Pinned Loading

  1. Rick-and-morty-Characters Rick-and-morty-Characters Public

    TypeScript 1

  2. discord-bot-github discord-bot-github Public

    JavaScript 1 1

  3. login-register-system-spring login-register-system-spring Public

    Java

  4. Portfolio Portfolio Public

    JavaScript

  5. GlobalGameJam-2024 GlobalGameJam-2024 Public

    It's a 2D videogame made in 3 days for a challenge called the "Global Game Jam".

    ShaderLab

  6. GlobalGameJamPlus-2024 GlobalGameJamPlus-2024 Public

    Our videogame for the Global Game Jam+ 2024

    GDScript