AbhigaelCarranza / Platzi-Courses

All the courses which appear here is what I have taken in platzi.com and I own all the files except the files inside folders named shared, with much pleasure Fork and download all my sources if you like it and if you want to improve this repo just make a Pull request 😀.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platzi Course Resources

Overview

All the courses which appear here is what I have taken in platzi.com and I own all the files except the files inside folders named shared, with much pleasure Fork and download all my sources if you like it and if you want to improve this repo just make a Pull request 😀.

Architecture

  • Each School and Course has a Pattern
  • All courses from each school are sorted as they appear in Platzi.
stateDiagram-v2
    state Platzi-courses {
        state School {
            [*] --> Course 
            state Course {
                [*] --> exam : (folder)
                [*] --> exercise: (folder)
                exercise --> scripts
                [*] --> imgs: (folder)
                [*] --> shared: (folder)
                shared --> slides: (presentation file)
                [*] --> README:(summary file)
            }
        }
        [*] --> Certificates
        state Certificates{
            [*] --> certificate: (file)
        }
    } 

Bases de Datos 😎 (Studying)

  • Fundamentos de Bases de Datos
  • Curso de MySQL y MariaDB
  • Curso Práctico de SQL y MySQL
  • Curso de PostgreSQL
  • Curso Práctico de SQL
  • Curso de Optimización de Bases de Datos en SQL Server
  • Nuevo Curso de Introducción a MongoDB
  • Curso de Modelamiento de Datos en MongoDB
  • Curso de Introducción a Elasticsearch

Data Science

  • DataAcademy
  • Cómo y Por Qué Aprender Data Science e Inteligencia Artificial
  • Analisis de negocios para ciencia de datos
  • Python Básico
  • Excel Básico
  • Entorno Trabajo Ciencia de Datos
  • Curso Practico de Regresion Lineal Simple
  • Curso Profesional de Python
  • Business Intelligence - Utilidad y Areas de oportunidad
  • Manipulación y Análisis de Datos con Pandas y Python
  • Manipulación y Transformación de Datos con Pandas y NumPy
  • Visualización de Datos con Matplotlib y Seaborn
  • Funciones Matemáticas para Data Science e Inteligencia Artificial
  • Matemáticas para Data Science - Estadística Descriptiva
  • Matemáticas para Data Science - Probabilidad
  • Ética y Manejo de Datos para Data Science e Inteligencia Artificial

Desarrollo Backend

  • Curso de Introducción al Desarrollo Backend
  • Curso Práctico de Arquitectura Backend

Desarrollo Backend con C# y .NET

  • Curso de Introducción a C#
  • Curso de C# con .Net Core
  • Buenas Prácticas y Código Limpio en C# (New)
  • Fundamentos de .NET (New)
  • Fundamentos de Entity Framework
  • APIs con .NET
  • Manejo de Datos con LINQ (New)
  • Curso de Principios SOLID en C# y .NET (New)
  • ASP.NET Core (New)
  • Desarrollo Web con Blazor y .Net
  • Azure DevOps: Flujos de CI/CD
  • Curso Práctico de Arquitectura Backend

Desarrollo Backend con Python ✅ (Completed)

  • Fundamentos de Python
  • Comprehensions, Funciones y Manejo de Errores
  • Introducción al Pensamiento Computacional con Python
  • PIP y Entornos Virtuales
  • Estructuras de Datos Lineales con Python
  • Estadística Computacional con Python
  • POO y Algoritmos con Python
  • Introducción al Desarrollo Backend
  • Curso Práctico de Python: Creación de un CRUD
  • Curso de FastAPI: Fundamentos, Path Operations y Validaciones
  • Curso de FastAPI: Modularización, Datos Avanzados y Errores
  • Curso de FastAPI: Base de Datos, Modularización y Deploy a Producción
  • Curso Django Básico
  • Curso de Django Intermedio: Testing, Static Files, Django Admin

Desarrollo de Software

  • Curso Básico de Programación
  • Fundamentos de Ingeniería de Software
  • Curso de Expresiones Regulares
  • Curso Profesional de Git y GitHub
  • Introducción a la Terminal y Línea de Comandos
  • Programación Orientada a Objetos POO
  • Curso de Buenas Prácticas para Escritura de Código
  • Fundamentos de Arquitectura de Software
  • Curso Profesional de Arquitectura de Software
  • Fundamentos de Arquitectura de Alta Concurrencia

Desarrollo Web

  • Curso Definitivo de HTML y CSS

Perfil Profesional

  • Creación de Portafolio y CV
  • Curso de Creación de CV
  • Optimización del Perfil de LinkedIn
  • Curso de Networking Efectivo
  • Optimización del Perfil Profesional
  • Curso para ser Freelance Profesional
  • Diseño y Desarrollo de Plan de Carrera

English

  • Ruta de Beginner A1-A2
  • Intermediate B1

Comments:

  • If a course doesn't have a check it's because I didn't take it but I will soon
  • I will be a backend engineer and machine learning enginer, so it's probably I won't take all the courses from web developer
  • Platzi create and updates courses, roads and schools, so I will use my knowledge to sort courses as you saw above.
    • set of courses -> roads
    • set of roads -> Schools
  • I'm not sure if my certificates have to be in this repository, but they are till someone makes a complaint. however, it's not a crime to show certificates but they use space in this repo. maybe it will be removed


Made with ♥ by Joel Barrantes

About

All the courses which appear here is what I have taken in platzi.com and I own all the files except the files inside folders named shared, with much pleasure Fork and download all my sources if you like it and if you want to improve this repo just make a Pull request 😀.


Languages

Language:Jupyter Notebook 90.1%Language:HTML 9.1%Language:Python 0.5%Language:C# 0.3%Language:CSS 0.0%Language:Batchfile 0.0%Language:Java 0.0%Language:JavaScript 0.0%Language:Dockerfile 0.0%Language:PHP 0.0%