Transform Your Portfolio Website with These Expert Tips
Expert advice for developers to enhance their portfolio websites with automation, testing, accessibility, and custom domains.
Expert advice for developers to enhance their portfolio websites with automation, testing, accessibility, and custom domains.
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
A guide to using Playwright's new authentication API for testing with multiple user roles, featuring configuration updates and code examples.
Explains how to use the dotnet CLI's filter switch to run a specific subset of tests from a C# .NET test project, avoiding code modifications.
Explains how Angular standalone components and the Angular Testing Library simplify and improve component testing by reducing setup complexity.
A guide to creating and unit testing asynchronous commands in the Vapor framework for Swift, including a workaround for async support.
The vdirsyncer developer seeks volunteer-hosted CalDAV/CardDAV servers to improve the project's test suite and reduce CI overhead.
Explains how to use Playwright's soft assertions to improve test reports by capturing all failures in a single test run.
A developer explains their preference for Nox over tox for Python project testing, comparing configuration formats and flexibility.
A step-by-step guide to setting up and running Cypress end-to-end tests using GitHub Actions workflows.
Exploring an alternative approach to mocking Spring Data repositories using Dynamic Proxies for in-memory testing implementations.
A guide on testing API calls in React components using React Testing Library and Jest, covering both success and failure scenarios.
A technical guide on using Playwright to intercept and mock HTTP requests for testing Angular components and edge cases.
A guide on using Playwright to test application localization, including setting default and per-test locales and time zones.
A tutorial on setting up and using Vitest with React Testing Library for testing React components in a Vite project.
A guide on how to simulate and test geolocation features using the Playwright browser automation framework.
Explains how the zod-fixture library uses Zod schemas to generate test data, improving test setup and maintenance.
A programmer's reflection on the philosophical and practical differences between truly fixing a bug versus just patching it, emphasizing testing and documentation.
Kent C. Dodds announces EpicWeb.dev, a comprehensive web development learning platform with workshops, podcasts, and exercises.
A tutorial on setting up a local Apache Kafka cluster for testing using Docker and Docker Compose.