13-07-2023 - Andrés Cruz
CRUD 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.
10-07-2023 - Andrés Cruz
CRUD 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.
28-04-2023 - Andrés Cruz
CRUD The Rest APIs are a set of methods that can be consumed via GET, POST, PUT, PATCH, DELETE requests and we are going to learn how to create a CRUD RestFul in CodeIgniter 4 using resource type controllers.
17-04-2023 - Andrés Cruz
CRUD We are going to show the process to send forms in CodeIgniter 4, from the creation of routes, controller, functions and of course, the process of the request or request of our user.
16-04-2023 - Andrés Cruz
CRUD We are going to see how we can delete records from the database using CodeIgniter 4.
15-04-2023 - Andrés Cruz
CRUD We are going to know how we can create the list of records in a table using CodeIgniter 4, this list will be paginated and it is a fundamental element for our CRUD.
13-04-2023 - Andrés Cruz
CRUD We will see how to work the processes of creating and editing in Laravel Livewire through components, which is the initial phase of any CRUD process.
30-08-2023 - Andrés Cruz
CRUD Veremos como emplear el componente de modal en Oruga UI para mostrar un dialogo de confirmación en Vue 3.
10-05-2022 - Andrés Cruz
CRUD Veremos como eliminar registros desde una tabla paginada empleando Vue 3 con Oruga UI.
12-07-2022 - Andrés Cruz
CRUD Veremos como trabajar los procesos de crear y editar en Laravel Livewire mediante componentes que es la fase inicial de cualquier proceso CRUD.