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.

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
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",
			"Rust",
			"日本語",
		},
		hobbies: []string{
			"Coding",
		},
	}

Pinned Loading

  1. 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

  2. go-mdb go-mdb Public

    A JSON API for retrieving and managing information about movies writen in Go.

    Go

  3. pixl pixl Public

    A Pixel art editor written in Go!

    Go 3

  4. clip-n-go clip-n-go Public

    A web application called Clip 'n Go which lets people paste and share snippets of text.

    Go

  5. headlines headlines Public

    A news gui app in Rust

    Rust 1

  6. embedded-systems-in-c embedded-systems-in-c Public

    Embedded C projects on STM32F3DISCOVERY microcontroller

    C