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:
TypeScript 1 hr 5 mins ██████████░░░░░░░░░░░░░░░ 38.39 %
Go 39 mins ██████░░░░░░░░░░░░░░░░░░░ 23.10 %
YAML 15 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 09.15 %
JSON 12 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.22 %
Markdown 10 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 06.05 %
Last Updated on 21/06/2026 00:47:33 UTC




