Tutorials
How to Avoid Flaky Tests in Playwright - Semaphore
Playwright is an excellent UI and E2E testing tool. Here are a few tips on avoiding flaky tests on PlaywrightPlaywright flaky tests are one of the greatest enemies of CI systems because they lead to seemingly random pipeline failures. Here is why ...
How To Optimize Performance In Vue Apps | DebugBear
When talking about optimizing performance in Vue apps, there are two main aspects that should be explained:
Page Load Performance - This is all about how quickly the app loads content and becomes usable the first time someone visits it. It’s usua...
</> htmx ~ Next.js to htmx — A Real World Example
Over 6 years ago, I created an open source URL shortener with Next.js and after years of working on it, I found Next.js to be much more of a burden than a help. Over the years, Next.js has changed, and so did my code so it can be compatible with t...