Skip to content
View petrostrak's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report petrostrak

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

Hello, folks!

Let's keep in touch ๐Ÿ‘‡

LinkedIn Personal Site

	petrosTrak := &AboutMe{
		kind: "Human",
		metadata: Metadata{
			name:    "Petros Trakadas",
			from:    "๐Ÿ‡ฌ๐Ÿ‡ท",
			programmingLanguages: []string{
				"Golang",
				"Rust",				
				"C",
				"Java",
			},
			tools: []string{
				"Debian Linux",
				"Docker",
				"!# Bash",
				"MySQL",
				"Postgresql",
				"Redis",
			},
			locations: Locations{
				github:   "https://github.com/petrostrak",
				linkedin: "https://www.linkedin.com/in/petrostrak/",
				personal: "https://petrostrak.netlify.app/",
			},
			foreignLanguages: []string{
				"๐Ÿ‡ฌ๐Ÿ‡ท",
				"๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ",
				"๐Ÿ‡ฉ๐Ÿ‡ช",
				"๐Ÿ‡ท๐Ÿ‡บ",
			},
		favorites: Favorites{
			food:           "๐Ÿฃ",
			drink:          "๐Ÿบ",
			programingLang: "Golang",
		},
		thinkingAbout: []string{
			"Embedded Systems Programming",
		},
		hobbies: []string{
			"Reading",
			"Coding",
		},
	}

Pinned Loading

  1. headlines headlines Public

    A news gui app in Rust

    Rust 1

  2. embedded-systems-in-c embedded-systems-in-c Public

    Embedded C projects on STM32F3DISCOVERY microcontroller

    C

  3. freight-mileage-toll-calculation-system freight-mileage-toll-calculation-system Public

    A solution tailored for the logistics and transportation industry. Built on a robust microservices architecture with Go.

    Go 1

  4. cdict cdict Public

    A dictionary written in C with ncurses

    C

  5. pixl pixl Public

    A Pixel art editor written in Go!

    Go 4

  6. crawler crawler Public

    A web crawler written in the C programming language.

    C