[go: up one dir, main page]

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

Passionate about Technology and Gaming - Building my future through Programming

  • πŸ”­ I’m currently working at Jungle

  • 🌱 I’m currently learning django & expressjs

  • πŸ‘― I’m collaborating on NextPlugins

  • πŸ‘¨β€πŸ’» All of my projects are available at this profile

  • πŸ’¬ Ask me about anything related to games or programming

  • πŸ“« Reach me at rio.daviduarte@gmail.com

Connect with me:

yuhtin_ daviduarte

Languages and Tools:

dart docker express figma flutter git grafana heroku java javascript linux mariadb mongodb mysql nginx nodejs oracle postgresql postman python reactnative redis spring sqlite zapier

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. Resolve DNS Resolve DNS
    1
    const dns = require('dns');
    2
    const axios = require('axios');
    3
    const api = axios.create({ baseURL: 'http://ip-api.com' });
    4
    const dnsIp = 'netflix.com',
    5
        resetColor = '',
  6. Employee Salary System Employee Salary System
    1
    public class Employee {
    2
    
                  
    3
        private final int id;
    4
        private final String name;
    5
        private double salary;