<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Blog — Tomáš Bruckner</title><description>Articles about software development — .NET, PHP, Docker and more.</description><link>https://tomasbruckner.dev/en/</link><language>en</language><item><title>From an Hour to Six and a Half Minutes: Speeding Up Frontend Tests in CI</title><link>https://tomasbruckner.dev/en/blog/component-tests-speedup/</link><guid isPermaLink="true">https://tomasbruckner.dev/en/blog/component-tests-speedup/</guid><description>How we made our frontend component-test CI pipeline almost 10× faster in two phases — through sharding, Kubernetes limits, OOM kills, flaky tests, and finally a shared browser context that failed on the first attempt and, on the second, exposed four classes of leaks we had no idea about.</description><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate></item><item><title>IntelliJ Xdebug with WSL 2 Docker</title><link>https://tomasbruckner.dev/en/blog/intellij-xdebug-wsl2-docker/</link><guid isPermaLink="true">https://tomasbruckner.dev/en/blog/intellij-xdebug-wsl2-docker/</guid><description>How to run a PHP project in Docker on the WSL 2 backend and debug it remotely with Xdebug in IntelliJ — plus the five hurdles I had to clear along the way, from a dynamic host IP to Windows Firewall and path mappings.</description><pubDate>Sun, 19 Jul 2020 00:00:00 GMT</pubDate></item><item><title>Modern Web API Testing with Snapshots in .NET Core 3</title><link>https://tomasbruckner.dev/en/blog/snapshot-testing-dotnet-core/</link><guid isPermaLink="true">https://tomasbruckner.dev/en/blog/snapshot-testing-dotnet-core/</guid><description>A practical guide to fast in-memory Web API testing in .NET Core 3 — spinning up a WebApplicationFactory, wiring an in-memory database, bypassing JWT authentication, ordering tests, and asserting responses with snapshot testing.</description><pubDate>Mon, 06 Apr 2020 00:00:00 GMT</pubDate></item></channel></rss>