📄 about.js
// Backend Developer & Student from Germany

const developer = {
  name: "",
  title: "",
  location: "",
  education: "",
  passion: [
    "",
    "",
    "",
    ""
  ]
};

//
#

2024 - Present
2023

##
//

const techStack = {

  • Go
  • C++
  • C
  • .NET

  • Blazor
  • Web Applications

  • ESP32
  • Arduino
  • PlatformIO

  • Arch Linux
  • VS Code
  • Git

};
/* */

C++ • ESP32 • MIDI • Real-time Systems

Embedded Systems • Power Management • IoT


//
//

package main

import (
  "fmt"
  "net/url"
)

func main() {
  contacts := map[string]string{
    "email": "",
    "github": "",
    "instagram": "",
  }

  fmt.Println("")
}