Pinned Repositories
Javascript-brick-breaker-game
JS Canvas POO - Famoso juego rompe ladrillos programado con el lenguaje JS. Este juego fue creado con el objetivo de aumentar el conocimiento de la api canvas.
Javascript-data-structures
Fundamentals of the Javascript. Repository with examples and basic exercises of Data structure and algorithms. This repository is part of a self-taught supplemental course to help students develop skills.
Javascript-fundamentals
Repository with examples and basic exercises of variables, conditionals, cycles, and functions. This repository is part of a self-taught supplemental course to help students develop skills.
Javascript-SOLID
Repository with examples and basic exercises of Javascript and SOLID principles.
Nodejs-aws-s3-rest-api
Nodejs AWS S3 - API REST básica con la incorporación de AWS y nodejs, ejemplo práctico para el manejo de archivos con multer y S3.
Nodejs-aws-sqs-producer-consumer
Basic flow of producer and consumption of AWS SQS queues. The project consists of 2 services, one to producer and one to consume.
Nodejs-express-security-best-practices
Repository with examples of best security practices in Node.js express projects. DDoS, cors, timeout and more.
Nodejs-fundamentals
Fundamentals of the Nodejs. Repository with examples and basic exercises of module system, events, buffers and streams, file system, OS and others. This repository is part of a self-taught supplemental course to help students develop skills.
Nodejs-redis-pub-sub
Nodejs Redis - Basic flow of event publish and subscribe model using Redis as a communication channel. The project consists of 2 services, one for publications and the other for consumers.
Python-brick-breaker-game
Python Pygame POO - Famoso juego rompe ladrillos programado con el lenguaje Python y su librería Pygame. Este juego fue creado con el objetivo de aumentar el conocimiento de la librería como tal.
dcortesnet's Repositories
dcortesnet/Nodejs-redis-pub-sub
Nodejs Redis - Basic flow of event publish and subscribe model using Redis as a communication channel. The project consists of 2 services, one for publications and the other for consumers.
dcortesnet/Nodejs-express-security-best-practices
Repository with examples of best security practices in Node.js express projects. DDoS, cors, timeout and more.
dcortesnet/Python-brick-breaker-game
Python Pygame POO - Famoso juego rompe ladrillos programado con el lenguaje Python y su librería Pygame. Este juego fue creado con el objetivo de aumentar el conocimiento de la librería como tal.
dcortesnet/Javascript-SOLID
Repository with examples and basic exercises of Javascript and SOLID principles.
dcortesnet/Nodejs-aws-s3-rest-api
Nodejs AWS S3 - API REST básica con la incorporación de AWS y nodejs, ejemplo práctico para el manejo de archivos con multer y S3.
dcortesnet/Nodejs-aws-sqs-producer-consumer
Basic flow of producer and consumption of AWS SQS queues. The project consists of 2 services, one to producer and one to consume.
dcortesnet/Nodejs-redis-cache
Nodejs Redis - Proyecto de laboratorio para realizar una comparación objetiva de los tiempos de respuesta de una aplicación utilizando Redis
dcortesnet/Redis-fundamentals
Fundamentals of the Redis database. Repository with examples and basic exercises of data types, queries and transactions. This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/Chartjs-samples
Repository with examples of the library Chart JS (Bar Chart, Line Chart, Pie Chart, etc.) This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/Docker-fundatemals
Repository with fundamentals and examples of Docker, dockerFiles, docker-compose and others. Redis, Kafka, RabbitMQ and more.
dcortesnet/Java-fundamentals
Fundamentals of the Java programming language. Repository with examples and basic exercises of variables, conditionals, cycles, and functions. This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/Javascript-brick-breaker-game
JS Canvas POO - Famoso juego rompe ladrillos programado con el lenguaje JS. Este juego fue creado con el objetivo de aumentar el conocimiento de la api canvas.
dcortesnet/Javascript-oop
Repository with examples and basic exercises of classes, getters, setters and inheritance. This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/next-hexagonal-starter
dcortesnet/Nodejs-aws-sam-apigateway-lambda
Proyecto de infraestructura como código utilizando el framework AWS SAM para el desarrollo y despliegue de API Gateway y Lambda. Se utiliza template de desarrollo para agilizar el proceso
dcortesnet/Nodejs-aws-sam-apigateway-lambda-dynamo
Proyecto de infraestructura como código utilizando SAM para el despliegue de una infraestructura básica común en los servicios de AWS
dcortesnet/Nodejs-aws-sam-sqs-lambda
Descripción del proyecto: Proyecto de infraestructura como código utilizando el framework AWS SAM para el desarrollo y despliegue de SQS y Lambda. Se utiliza template de desarrollo para agilizar el proceso
dcortesnet/Nodejs-express-typescript-boilerplate
Estandarización base de un proyecto con Nodejs express y Typescript. El objetivo del proyecto es que los desarrolladores puedan agilizar el tiempo de desarrollo al inicio del proyecto, evitando realizar configuraciones con Typescript, Docker e implementación de pruebas.
dcortesnet/Nodejs-rabbitmq-pub-sub
Basic flow of event publish and subscribe model using RabbitMQ as a broker message. The project consists of 2 services, one for publications and the other for consumers.
dcortesnet/Python-data-structure-algorithms
Fundamentals of the Python. Repository with examples and basic exercises of Data structure and algorithms. This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/Python-Kafka-pub-sub
Basic flow of event publish and subscribe model using Apache Kafka The project consists of 2 services, one for publications and the other for consumers.
dcortesnet/Reactjs-native-ios-calculator-app
React native - Calculadora básica IOS, se utiliza react native para su desarrollo junto con react hooks
dcortesnet/Reactjs-nodejs-realtime-chat
Simple application with React, Nodejs and, SocketIO. Using React with Typescript and Tailwind CSS.
dcortesnet/SQL-fundamentals
Fundamentals of the SQL language. Repository with examples and basic exercises of queries, create tables, update, and more. This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/Strapi-postgres-boilerplate
Base standardization of a project with Strapi and Postgresql. The objective of the project is that developers can speed up the development time at the beginning of the project, avoiding configurations with Docker and databases.
dcortesnet/Typescript-design-patterns
Fundamentals of the Typescript programming language. Repository with examples and basic exercises of design patterns (Factory, Singleton, etc). This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/AWS-fundamentals
Fundamentals of the AWS. Repository with examples and basic exercises of AWS-CLI, S3, EC2, Lambda and others services. This repository is part of a self-taught supplemental course to help students develop skills.
dcortesnet/Github-actions-samples
This repository is a collection of GitHub Actions examples and templates to help automate various tasks in the GitHub repositories.
dcortesnet/k8s-samples
Repository with examples of deployment, Ingress, configMaps, secrets and others.
dcortesnet/Nodejs-bookstore-express-mongoose-mongodb
Basic server with Nodejs and MongoDB with Mongoose ODM. This repository is part of a self-taught supplemental course to help students develop skills.