📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Creating a simple list with CRUD type options in Vue Native

24-10-2023 - Andrés Cruz

Creating a simple list with CRUD type options in Vue Native

CRUD I show you how you can create a list with a scrollView in Vue Native with the CRUD type options.

Continuar leyendo


What is Vue Native? - First Steps

28-11-2025 - Andrés Cruz

What is Vue Native? - First Steps

CRUD In this entry we give an introduction to this technology, learning about its main characteristics and explaining why you can use it and take the first steps, installing it, buttons and your first app, remember that the technology is deprecated.

Continuar leyendo


Perform CRUD Operations with MongoDB

09-10-2023 - Andrés Cruz

Perform CRUD Operations with MongoDB

CRUD Let's learn how we can perform CRUD type operations using MongoDB from its command line.

Continuar leyendo


Remove elements from an array in Vue: CRUD

10-08-2023 - Andrés Cruz

Remove elements from an array in Vue: CRUD

CRUD We will see how we can implement the delete option in Vue through a list.

Continuar leyendo


How to easily reuse forms in Vue

08-08-2023 - Andrés Cruz

How to easily reuse forms in Vue

CRUD We will see how to use form type components in Vue with the v-model to create and/or edit records.

Continuar leyendo


Delete a record in Vue 3 and Oruga UI

07-08-2023 - Andrés Cruz

Delete a record in Vue 3 and Oruga UI

CRUD We will see how to delete records from a paginated table using Vue 3 with Caterpillar UI.

Continuar leyendo


Confirmation modal to delete records from Vue 3 with Oruga UI

05-08-2023 - Andrés Cruz

Confirmation modal to delete records from Vue 3 with Oruga UI

CRUD We will see how to use the modal component in Oruga UI to display a confirmation dialog in Vue 3.

Continuar leyendo


How to create a REST API in Django step by step (with Django REST Framework)

14-12-2025 - Andrés Cruz

How to create a REST API in Django step by step (with Django REST Framework)

CRUD 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.

Continuar leyendo


How to use Django with Python: Create a simple listing view

14-07-2023 - Andrés Cruz

How to use Django with Python: Create a simple listing view

CRUD We are going to create a listing page of all the elements or records that we have in the MySQL database using Django.

Continuar leyendo


How to create a paginated listing in Django step by step with Bootstrap 5

05-11-2025 - Andrés Cruz

How to create a paginated listing in Django step by step with Bootstrap 5

CRUD We are going to know how we can create a paginated list of records with Django and Bootstrap 5 using the Paginator class that the framework itself offers us.

Continuar leyendo