Anuncios Libros Cursos Categorías

CRUD in Django, create detail page or show

13-07-2023 - Andrés Cruz

CRUD in Django, create detail page or show

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.

Continuar leyendo


What is Django Admin?

10-07-2023 - Andrés Cruz

What is Django Admin?

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.

Continuar leyendo


How to create a REST API (RestFul) in CodeIgniter 4?

28-04-2023 - Andrés Cruz

How to create a REST API (RestFul) in CodeIgniter 4?

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.

Continuar leyendo


Send get and post requests (Form) in CodeIgniter 4

17-04-2023 - Andrés Cruz

Send get and post requests (Form) in CodeIgniter 4

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.

Continuar leyendo


Delete records in CodeIgniter 4

16-04-2023 - Andrés Cruz

Delete records in CodeIgniter 4

CRUD We are going to see how we can delete records from the database using CodeIgniter 4.

Continuar leyendo


Create a list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5

15-04-2023 - Andrés Cruz

Create a list or table view in CodeIgniter 4 styled in Bootstrap 4 or 5

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.

Continuar leyendo


Handling forms in Laravel Livewire through a component

13-04-2023 - Andrés Cruz

Handling forms in Laravel Livewire through a component

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.

Continuar leyendo


Modal de confirmación para eliminar registros desde Vue 3 con Oruga UI

30-08-2023 - Andrés Cruz

Modal de confirmación para eliminar registros desde Vue 3 con Oruga UI

CRUD Veremos como emplear el componente de modal en Oruga UI para mostrar un dialogo de confirmación en Vue 3.

Continuar leyendo


Borrar un registro en Vue 3 y Oruga UI

10-05-2022 - Andrés Cruz

Borrar un registro en Vue 3 y Oruga UI

CRUD Veremos como eliminar registros desde una tabla paginada empleando Vue 3 con Oruga UI.

Continuar leyendo


Manejo de formularios en Laravel Livewire mediante un componente

12-07-2022 - Andrés Cruz

Manejo de formularios en Laravel Livewire mediante un componente

CRUD Veremos como trabajar los procesos de crear y editar en Laravel Livewire mediante componentes que es la fase inicial de cualquier proceso CRUD.

Continuar leyendo