[go: nahoru, domu]

Skip to content
View drindez's full-sized avatar
πŸ§‘β€πŸ’»
Developing own things
πŸ§‘β€πŸ’»
Developing own things

Organizations

@ethernal-project @OverHue @Emko-DEVS

Block or report drindez

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

Drindez

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚑ Quick bio:":                    "Everything can be done if you want it",
		"- πŸ”­ I’m currently working on":      "Junior Developer",
		"- 🌱 I’m currently learning":        "Golang",
		"- πŸ‘― I’m looking to collaborate on": "Python, Golang and Docker related projects",
		"- πŸ€” I’m looking for help with":     "Anything related to what I am currently learning πŸ˜…",
		"- πŸ’¬ Ask me about":                  "Python, Java, node.js, Distribute Daniel Of Service (DDOS)",
		"- πŸ“« How to reach me:":              "discord: @drindez",
	}
}

My stack πŸ‘¨β€πŸ’»

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

AnhellO :: StackShare

Github stats πŸ“Š

Visitor's count πŸ‘€

drindez :: Visitor's Count

Top langs πŸ‘…

drindez :: Top Langs

Profile stats 🎹

drindez :: Profile Stats

Popular repositories Loading

  1. luchvps luchvps Public

    smth like vps

    Python

  2. tokens tokens Public

    1

  3. mcpower-cosnole mcpower-cosnole Public

    Python

  4. windows windows Public

  5. LEGITBOOT-CONSOLE LEGITBOOT-CONSOLE Public

    Python

  6. EasyBlocker EasyBlocker Public

    Blocks proxies from every botter you send to the specifed random port its listening or minecraft server using sonar antibot with ab blacklist save or firewall.yml set to true

    Go 1