Full-Stack Developer · Automation Engineer
Building high-performance web scrapers, monitoring tools & bots.
package main
import "fmt"
type Developer struct {
Name string
Role string
Languages []string
Focus []string
Site string
}
func main() {
me := Developer{
Name: "Jakob",
Role: "Full-Stack Developer & Automation Engineer",
Languages: []string{"de_DE", "en_US"},
Focus: []string{"Web Scraping", "Sneaker Bots", "Real-Time Monitoring", "Go", "Next.js"},
Site: "jakobaio.dev",
}
fmt.Printf("Hey, I'm %s — %s\n", me.Name, me.Role)
fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}📊 This Week I Spent My Time On
💬 Programming Languages:
PHP 4 hrs 24 mins ███████░░░░░░░░░░░░░░░░░░ 29.94 %
TypeScript 4 hrs 19 mins ███████░░░░░░░░░░░░░░░░░░ 29.46 %
Go 2 hrs 5 mins ████░░░░░░░░░░░░░░░░░░░░░ 14.28 %
JavaScript 1 hr 13 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.38 %
Other 1 hr ██░░░░░░░░░░░░░░░░░░░░░░░ 06.86 %
Last Updated on 17/07/2026 00:30:16 UTC




