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 2 hrs 3 mins ████████████░░░░░░░░░░░░░ 46.75 %
TypeScript 1 hr ██████░░░░░░░░░░░░░░░░░░░ 22.93 %
Twig 38 mins ████░░░░░░░░░░░░░░░░░░░░░ 14.47 %
Bash 11 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.36 %
Prisma 11 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.21 %
Last Updated on 05/07/2026 00:36:08 UTC




