Este repositorio es parte de la serie de video tutoriales del clon de Reddit usando Laravel 5.4
- 00 / Que vamos a construir? y algunos fundamentos
- 01 / Instalación de Composer y Laravel
- 02 / Introducción a Rutas (Routes) y Controladores
- 03 / Vistas y creando controller de publicaciones
- 04 / Configurando la BD, creando primer migración y modelo
- 05 / Mostrando publicaciones desde la BD
- 06 / Peticiones (Request), FormRequest y Creando Publicaciones
- 07 / Fabrica de Modelos (Model Factory) y Paginación
- 08 / Actualizado y Borrado de Publicaciones
- 09 / Vistas Parciales y Mensajes al realizar acciones.
- 10 / Autenticación de Usuario
- 11 / Relación entre Usuarios y Publicaciones
- 12 / Escribiendo los primeros Tests
- 13 / TDD y Refactoring de Código
- 14 / Solucionando el problema Query N+1 y escribiendo más Tests
- 15 / Configurando MySQL
- ... en desarrollo
Hola, mi nombre es German Popoter y soy un Ingeniero Telemático con un Máster en Ingeniería de Software. Mi meta con estos videos es poder enseñar a la mayor cantidad de personas posibles a crear aplicaciones web atravez del ejemplo.
Twitter @gpopoteur | Instagram @gpopoteur | Web gpopoteur.com
This repository is the code generated in the video tutorial series where I create a Reddit Clone using Laravel 5.4, the tutorial is in Spanish.
- 00 / What are we building? and some basic knowledge
- 01 / Installing Composer and Laravel
- 02 / Introduction to Routes and Controllers
- 03 / Views and creating the PostsController
- 04 / Configuring the DB and creating the first migration and model
- 05 / Listing Posts from the DB
- 06 / Requests, FormRequest and Creating Posts
- 07 / Model Factory and Pagination
- 08 / Updating and Deleting Posts
- 09 / View Partials and Success Messages
- 10 / User Authentication
- 11 / Users and Posts relation
- 12 / Writting the first tests
- 13 / TDD and code refactoring
- 14 / Solving the N+1 query problem and writing more tests
- 15 / MySQL configuration
- ... under development
Hi, my name is German Popoter, I hold a Bachelor degree in Telematic Engineering and a Masters in Software Engineering. My goal with this video tutorials is try to teach as much people as possible on how to build and create web apps through example.
Twitter @gpopoteur | Instagram @gpopoteur | Web gpopoteur.com