Skip to content
View Yuhtin's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Organizations

@NextPlugins @RedeSteel @Lyces @RedeHeroes

Block or report Yuhtin

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

Hi πŸ‘‹, I'm Davi Duarte

🌟 Transforming ideas into impactful projects. Exploring technology and gaming while building a brighter future for everyone. 🌟

πŸ‘¨β€πŸ’» About Me

  • πŸ” Started Coding: At 11, I dove into programming mods for Minecraft. This led to creating open-source projects at NextPlugins.
  • πŸš€ Professional Growth: After expanding my skill set at Jungle, I am now embarking on an exciting academic journey at Inteli.
  • 🎯 Life Mission: I am committed to leveraging technology to provide free education and opportunities for underprivileged communities.
  • πŸ“š Learning With: My friend and mentor, Thomaz Klifson, an experienced Inteli veteran.

πŸ› οΈ Tech Stack


stats languages

🌐 Connect with Me

Feel free to fork any of my repositories or reach out to collaborate! πŸ’‘

Pinned Loading

  1. NextPlugins/NextEconomy NextPlugins/NextEconomy Public

    A complete Vault-based economy plugin.

    Java 30 10

  2. update-checker update-checker Public

    A simple frame for check updates in your project using github releases

    Java 1

  3. react-covid-tracker react-covid-tracker Public archive

    A covid tracker application using react-native and realm

    JavaScript 5

  4. formula-one-telemetry formula-one-telemetry Public

    Scratch telemetry data from F1 Game via UDP

    JavaScript

  5. Lauren Lauren Public

    Just a simple scrim bot from Ludo King and 8BallPool

    Java 3

  6. Compress projects recursively respec... Compress projects recursively respecting .gitignore
    1
    const fs = require('fs');
    2
    const path = require('path');
    3
    const { exec } = require('child_process');
    4
    const tarPath = 'C:\\Windows\\System32\\tar.exe';
    5