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 7 hrs █████░░░░░░░░░░░░░░░░░░░░ 21.20 %
TypeScript 5 hrs ████░░░░░░░░░░░░░░░░░░░░░ 15.15 %
Twig 4 hrs 27 mins ███░░░░░░░░░░░░░░░░░░░░░░ 13.50 %
Go 3 hrs 44 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.32 %
Markdown 3 hrs 4 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 09.29 %
Last Updated on 13/08/2026 01:26:44 UTC




