07-12-2025 - Andrés Cruz
Tests 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.
29-05-2025 - Andrés Cruz
Tests 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.
18-01-2026 - Andrés Cruz
Tests Discover how to apply TDD in Laravel step by step with real examples, Feature tests, PHPUnit, Pest, and Blade view validation with pagination.
14-11-2025 - Andrés Cruz
Tests We will talk about how tests work in Laravel, tips, considerations, importance and first steps in Laravel.
04-06-2024 - Andrés Cruz
Tests 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
Tests 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.