Implementing Workflow Applications with Temporal in Go: A Complete Guide
Build workflows in Go with the Temporal SDK
Build workflows in Go with the Temporal SDK
Selenium, chromedp, Playwright, ZenRows - in Go.
Choosing the right browser automation stack and webscraping in Go affects speed, maintenance, and where your code runs.
Python browser automation and E2E testing compared.
Choosing the right browser automation stack in Python affects speed, stability, and maintenance. This overview compares Playwright vs Selenium vs Puppeteer vs LambdaTest vs ZenRows vs Gauge - with a focus on Python, while noting where Node.js or other languages fit in.
January 2026 trending Go repos
The Go ecosystem continues to thrive with innovative projects spanning AI tooling, self-hosted applications, and developer infrastructure. This overview analyzes the top trending Go repositories on GitHub this month.
Melbourne's essential 2026 tech calendar
Melbourne’s tech community continues to thrive in 2026 with an impressive lineup of conferences, meetups, and workshops spanning software development, cloud computing, AI, cybersecurity, and emerging technologies.
Master browser automation for testing & scraping
Playwright is a powerful, modern browser automation framework that revolutionizes web scraping and end-to-end testing.
Short description and my results
This post is just to show a nice photo of the snake-arranged coals in my BBQ, ready to fire.
Technical guide to AI-generated content detection
The proliferation of AI-generated content has created a new challenge: distinguishing genuine human writing from “AI slop” - low-quality, mass-produced synthetic text.
Organize Go projects efficiently with modern workspaces
Managing Go projects effectively requires understanding how workspaces organize code, dependencies, and build environments.
Boost SEO with breadcrumb schema and structured data
Breadcrumb navigation combined with proper schema markup is one of the most effective yet underutilized SEO techniques that can significantly improve your website’s search visibility and user experience.
Structure your Go projects for scalability and clarity
Structuring a Go project effectively is fundamental to long-term maintainability, team collaboration, and scalability. Unlike frameworks that enforce rigid directory layouts, Go embraces flexibility—but with that freedom comes the responsibility to choose patterns that serve your project’s specific needs.
Python DI patterns for clean, testable code
Dependency injection (DI) is a fundamental design pattern that promotes clean, testable, and maintainable code in Python applications.
Master DI patterns for testable Go code
Dependency injection (DI) is a fundamental design pattern that promotes clean, testable, and maintainable code in Go applications.
Essential shortcuts and magic commands
Jumpstart the Jupyter Notebook productivity with essential shortcuts, magic commands, and workflow tips that will transform your data science and development experience.
Speed up Go tests with parallel execution
Table-driven tests are the idiomatic Go approach for testing multiple scenarios efficiently.
When combined with parallel execution using t.Parallel(), you can dramatically reduce test suite runtime, especially for I/O-bound operations.
Auto-generate OpenAPI docs from code annotations
API documentation is crucial for any modern application, and for Go APIs Swagger (OpenAPI) has become the industry standard. For Go developers, swaggo provides an elegant solution to generate comprehensive API documentation directly from code annotations.
Get new posts on AI systems, Infrastructure, and AI engineering.