09-11-2025 - Andrés Cruz
Django We will see how to implement a search and filter field in Django from the GET form to the view, and its conditionals and advanced queries.
09-11-2025 - Andrés Cruz
Django Learn how to create master views in Django to reuse templates or generic HTML views and to modularize your application so that it grows in an organized way.
09-11-2025 - Andrés Cruz
Django Learn how to set up and serve static files in Django step by step. Includes real-world examples, integration with Bootstrap and Font Awesome, CSS, JavaScript, images, and solutions to common errors.
08-11-2025 - Andrés Cruz
Django We will see step by step how to integrate PayPal into Django, from creating the credentials on the developer site, installing the necessary dependencies, creating the classes, helper methods such as generating the token, processing the order, and integration into the client.
08-11-2025 - Andrés Cruz
Django A complete guide to building a REST API with Django and the Django REST Framework (DRF). Discover how to structure your project, use ViewSets, and secure your API with token-based authentication.
08-11-2025 - Andrés Cruz
Django We are going to generate a detail page or template to show the detail of a product in our application in Django, and you will learn how to create routes with parameters and the get_object_or_404 function.
08-11-2025 - Andrés Cruz
Django We will see how to upload files, specifically the avatar using Django 5 and Bootstrap 5 components.
08-11-2025 - Andrés Cruz
Laravel We talked about when to use Custom Environment Variables or Configurations in Laravel.
07-11-2025 - Andrés Cruz
Django Learn how to delete records in Django, including possible issues, validations, best practices, the soft delete mechanism to avoid accidentally deleting records, deleting multiple records, and more.
06-11-2025 - Andrés Cruz
Django We are going to talk a little about Django Admin as an application to manage the administration of our site that we have by default in any application that we are going to create with Django.