18-02-2026 - Andrés Cruz
Laravel We'll talk about how testing works in Laravel, tips, considerations, importance, and first steps in Laravel and integration with Livewire and Inertia.
18-01-2026 - Andrés Cruz
Laravel Discover how to apply TDD in Laravel step by step with real examples, Feature tests, PHPUnit, Pest, and Blade view validation with pagination.
07-12-2025 - Andrés Cruz
Django Let's learn how to generate test data using the Faker Python package in Django. With the package installed before, we'll now generate test data for the Django ecosystem.
04-06-2024 - Andrés Cruz
Django We will talk about the different configurations that can be used when performing tests in Django, such as configuration of the test database, types of TestCase classes, among others.
28-12-2023 - Andrés Cruz
Flask We will use Pytest to perform unit testing, we will talk about the package, installation, configuration and performing a test on a project in Flask.
29-05-2025 - Andrés Cruz
Python Learn how to perform unit testing in FastAPI with our comprehensive guide. We cover step-by-step how to use pytest and TestClient, tests for registration, login, logout, and token handling to ensure the quality and robustness of your API.