Anuncios Libros Cursos Categorías

Routes, arguments, views and HTTP methods in Laravel

20-04-2024 - Andrés Cruz

Routes, arguments, views and HTTP methods in Laravel

Rutas We will take the first steps with the routes and the views, to start seeing screens through the browser; we’ll also cover using controllers with views; redirects, directives and blade as template engine.

Continuar leyendo


Rutas, argumentos, vistas y métodos HTTP en Laravel

21-03-2024 - Andrés Cruz

Rutas, argumentos, vistas y métodos HTTP en Laravel

Rutas Daremos los primeros pasos con las rutas y las vistas, para empezar a ver pantallas a través del navegador; también cubriremos el uso de controladores con vistas; redirecciones, directivas y blade como motor de plantillas.

Continuar leyendo


Create basic routing in Vue 3 with Vue Router

16-08-2023 - Andrés Cruz

Create basic routing in Vue 3 with Vue Router

Rutas We are going to learn how to do a simple routing in Vue 3, for this we are going to use the Vue Router plugin which is excellent because it is developed and maintained by the same Vue people, therefore the integration is optimal.

Continuar leyendo


Routing the same component, the component doesn't reload in Vue with Vue Router?

15-08-2023 - Andrés Cruz

Routing the same component, the component doesn't reload in Vue with Vue Router?

Rutas Many times when we use Vue Router, we need to call the same component to reload its information; but in Vue, although the URL varies, we will see that the content does not change.

Continuar leyendo


Optional parameters in Vue Router

14-08-2023 - Andrés Cruz

Optional parameters in Vue Router

Rutas We will see how we can define a parameter in Vue Router optionally.

Continuar leyendo


Child routes in Vue Router

13-08-2023 - Andrés Cruz

Child routes in Vue Router

Rutas We will see how we can define child routes in Vue Router, in order to be able to group routes.

Continuar leyendo


How to easily reuse forms in Vue

08-08-2023 - Andrés Cruz

How to easily reuse forms in Vue

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

Continuar leyendo


In Vue.js, how to use multiple router-views, in one component?

06-08-2023 - Andrés Cruz

In Vue.js, how to use multiple router-views, in one component?

Rutas We will know how we can use multiple router-views in Vue Router.

Continuar leyendo


Load views into files from URLs in Django

14-07-2023 - Andrés Cruz

Load views into files from URLs in Django

Rutas We are going to see two different ways that we have to load views in our application; using the include function and manually.

Continuar leyendo


Named routes in Django

09-07-2023 - Andrés Cruz

Named routes in Django

Rutas Giving our routes a name in our Django projects is one of the features that modern frameworks have and allows us to easily reference these routes from anywhere in our app.

Continuar leyendo