Skip to content
View DiegoDev2's full-sized avatar
🦦
idk.
🦦
idk.

Block or report DiegoDev2

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
DiegoDev2/README.md
Gopher Shaking
package main

import "fmt"

type User struct {
    Name           string
    Age            int
    NativeLanguage string
    Languages      []string
    Knowledge      []string
    Challenge      string
    OS             []string
}

func main() {

    diegodev := User{
        Name:           "diegodev2",
        Age:            15,
        NativeLanguage: "ES",
        Languages:      []string{"Español", "Ruso", "Inglés"},
        Knowledge: []string{
            "Python", "NextJS", "React", "HTML", "CSS", "JavaScript",
            "Tailwind CSS", "Node JS", "Astro", "TypeScript", "Docker", "Kubernetes",
            "Bash", "Go", "Git", "GitHub", "Figma",
        },

        OS: []string{
            "MacOS"
        },

        Challenge: "I am focused on improving my skills in ethical hacking and expanding my programming knowledge.",
    }
}

DiegoDev2's Top Languages DiegoDev2's Streak

🌟 Small Contributions

Contribution Details
Icon Google Add type SponsorshipEvent

Pinned Loading

  1. Fleet Fleet Public

    Fleet - Modern Package manager for MacOS.

    Go 16 4

  2. Navi Navi Public

    File browser in terminal.

    Go

  3. google/go-github google/go-github Public

    Go library for accessing the GitHub v3 API

    Go 10.4k 2.1k

  4. MSC MSC Public

    Forked from vxunderground/MalwareSourceCode

    Collection of malware source code for a variety of platforms in an array of different programming languages.

    Assembly