Skip to content

Instantly share code, notes, and snippets.

@toodaniels
Last active September 12, 2022 01:48
Show Gist options
  • Save toodaniels/38c60baf87964072f2dfba46c392f380 to your computer and use it in GitHub Desktop.
Save toodaniels/38c60baf87964072f2dfba46c392f380 to your computer and use it in GitHub Desktop.
Courses Taking
{
"coursesTaking": [
{
"title": "Curso de Next.js: Autenticación",
"description": "¡Aprende estrategias de autenticación con Next.js! Implementa sesiones o tokens para autenticar usuarios en las vistas y API de tu aplicación web.",
"platform": "@platzi",
"link": "https://platzi.com/cursos/nextjs-auth/",
"status": "Active"
},
{
"title": "Curso de AWS Redshift para Manejo de Big Data",
"description": "AWS Redshift es un data warehouse en la nube, completamente administrado, que te permite analizar petabytes de datos a través de SQL.",
"platform": "@platzi",
"link": "https://platzi.com/cursos/redshift-big-data/",
"status": "Active"
},
{
"title": "Frecodecamp: PySpark Tutorial",
"description": "AWS Redshift es un data warehouse en la nube, completamente administrado, que te permite analizar petabytes de datos a través de SQL.",
"platform": "@frecodecamp",
"link": "https://www.youtube.com/watch?v=_C8kWso4ne4&t=12s",
"status": "Done"
},
{
"title": "Using Data Classes in Python",
"description": "One new and exciting feature that came out in Python 3.7 was the data class. A data class is a class typically containing mainly data, although there aren’t really any restrictions.",
"platform": "@realpython",
"link": "https://realpython.com/courses/python-data-classes/",
"status": "Active"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment