Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Unit and Integration Testing with PHPUnit and Pest in Laravel (Livewire and Inertia)

18-02-2026 - Andrés Cruz

Unit and Integration Testing with PHPUnit and Pest in Laravel (Livewire and Inertia)

Laravel We'll talk about how testing works in Laravel, tips, considerations, importance, and first steps in Laravel and integration with Livewire and Inertia.


Test Driven Development (TDD) in application development in Laravel

18-01-2026 - Andrés Cruz

Test Driven Development (TDD) in application development in Laravel

Laravel Discover how to apply TDD in Laravel step by step with real examples, Feature tests, PHPUnit, Pest, and Blade view validation with pagination.


Generate Test Data in Django 6 or Python with Faker

07-12-2025 - Andrés Cruz

Generate Test Data in Django 6 or Python with Faker

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.


Unit Tests in Django: What you should know

04-06-2024 - Andrés Cruz

Unit Tests in Django: What you should know

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.


Unit Testing in Flask with Pytest in Python

28-12-2023 - Andrés Cruz

Unit Testing in Flask with Pytest in Python

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.


Testing in FastAPI with Pytest

29-05-2025 - Andrés Cruz

Testing in FastAPI with Pytest

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.