Skip to content
View dwep1337's full-sized avatar
🇧🇷
Made In Brazil
🇧🇷
Made In Brazil
  • Brazil
  • 14:23 (UTC -03:00)

Organizations

@MosaicoWeb @vitrinepro-app

Block or report dwep1337

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dwep1337/README.md
public record Developer(
        String name,
        String role,
        int yearsCoding,
        List<String> languages,
        List<String> frameworks,
        List<String> tools
) {

    public static Developer dwep() {
        return new Developer(
                "Anderson Henrique",
                "Backend Developer",
                Year.now().getValue() - 2021,
                List.of("Java", "TypeScript", "PHP"),
                List.of("Spring Boot", "NestJS", "Fastify"),
                List.of("Linux", "Docker", "Git")
        );
    }
}

Popular repositories Loading

  1. Logitech-Script Logitech-Script Public

    Logitech Recoil Script

    Lua 2

  2. dwep-zsh-theme dwep-zsh-theme Public

    Tema customizado para Oh My Zsh

    Shell 1

  3. Atlas Atlas Public

    Forked from Atlas-OS/Atlas

    🚀 An open and lightweight modification to Windows, designed to optimize performance, privacy and security.

    Batchfile

  4. re3 re3 Public

    Forked from anarh1st47/re3

    grand reverser source after t2 takedown, all commits history

    C++

  5. ipwhitelist ipwhitelist Public

    Bukkit IP Whitelist Plugin

    Java

  6. upload-x upload-x Public

    API created using NestJS and PostgreSQL, with functionalities for uploading and downloading files.

    TypeScript