Pinned Repositories
Conejitos_Page
This is a page I made to test the scrollreveal library, gradient css and the parallax effect of materialize.
Curso_Clean_Code_Principios_Solid
This is the repository of the Clean Code and Solid Principles course by Fernando Herrera, in which very important concepts and principles are taught to keep the code as clean as possible and maintainable over time
Curso_Flutter_Basico
This repository is about a basic Flutter course that I made a long time ago from a course by Fernando Herrera
Curso_Git
This repository is about a Git course that I took a long time ago to practice the basic Git commands.
Curso_NestJS_Microservicios
This repository is from a course on microservices with Nest.js by Fernando Herrera that is in DevTalles
Curso_NodeJS
This repository is about a Node.js course that I took a long time ago from a course by Fernando Herrera.
Curso_OpenAI_ReactJS_NestJS
This repository is for an artificial intelligence course with the OpenAI API using React.js for the frontend and Nest.js for the backend. This repository will cover topics such as: Images, models, audio to text, text to audio, assistants, transcriptions, translations, OpenAI library and more.
Curso_Qwik
This repository is from Fernando Herrera's Qwik course, in which all the basic things to use the Qwik frontend framework are taught
Curso_React_Native
Este repositorio se trata de un curso de React Native que realicé hace mucho tiempo de un curso de Fernando Herrera.
TanStack_Vue_Query
This repository was created to test Tanstack's Vue Query, Vue Query is a useful tool for simplifying the handling of data requests in Vue applications, providing a clean, easy-to-use abstraction over common data management and retrieval operations.
randymxd07's Repositories
randymxd07/TanStack_Vue_Query
This repository was created to test Tanstack's Vue Query, Vue Query is a useful tool for simplifying the handling of data requests in Vue applications, providing a clean, easy-to-use abstraction over common data management and retrieval operations.
randymxd07/auth-ms
This is an authentication microservice in which user sessions will be managed, they will be able to register, log in, manage user roles among other things.
randymxd07/client-gateway
This is a client gateway that I created to connect with the microservices that I plan to use later.
randymxd07/Conejitos_Page
This is a page I made to test the scrollreveal library, gradient css and the parallax effect of materialize.
randymxd07/Curso_Clean_Code_Principios_Solid
This is the repository of the Clean Code and Solid Principles course by Fernando Herrera, in which very important concepts and principles are taught to keep the code as clean as possible and maintainable over time
randymxd07/Curso_NestJS_Microservicios
This repository is from a course on microservices with Nest.js by Fernando Herrera that is in DevTalles
randymxd07/Curso_OpenAI_ReactJS_NestJS
This repository is for an artificial intelligence course with the OpenAI API using React.js for the frontend and Nest.js for the backend. This repository will cover topics such as: Images, models, audio to text, text to audio, assistants, transcriptions, translations, OpenAI library and more.
randymxd07/Curso_Qwik
This repository is from Fernando Herrera's Qwik course, in which all the basic things to use the Qwik frontend framework are taught
randymxd07/Curso_VueJS_2024
This is an updated Vue course, with current 2024 standards.
randymxd07/Curso_VueJS_Intermedio
This repository is from Fernando Herrera's intermediate Vue course, which seeks to reinforce the basic concepts of Vue and see how to improve certain aspects
randymxd07/Design_Patterns_TypeScript
This repository is to make examples of design patterns with TypeScript, so that they can be understood much better.
randymxd07/Internationalization_Vue_I18n
This project was created with the purpose of testing i18n for the internationalization of applications with Vue
randymxd07/Maps_App_VueJS
This project is a map application, in which you can search for places, mark routes to see how to get from one point to another, among other features.
randymxd07/Modulo_Estrategico_Backend
This repository is about the final project of Software Engineering 1, it is a module focused on clients, so that they can place their orders from a web platform.
randymxd07/Nest_Clean_Architecture
This repository was created with the purpose of practicing the principles of clean architecture with nest.js
randymxd07/Pinia_Persisted_State
This project was created with the purpose of testing the pinia-plugin-persistedstate library which serves to maintain the state of pinia even if the page is reloaded, it maintains the state in the localStorage.
randymxd07/Pokemon_Game_VueJS
This project is about a pokemon game, in which it presents you with a dark silhouette and 4 options and you must choose who this silhouette belongs to, basically we are playing who that pokemon is.
randymxd07/POO_TypeScript
This repository is to understand the basics of object-oriented programming, learn about classes, interfaces, inheritance, polymorphism, abstraction, encapsulation, constructors and many more things.
randymxd07/Pruebas_Tecnologias_Javascript
This repository is made to test with different types of technologies.
randymxd07/randymxd07
This is the repository of my Github profile.
randymxd07/Randys_Recipes_2.0
This was my first website but this is version 2.0 because the first version was not responsive and was made with HTML and CSS, this one is made with PHP because I was learning it at the time.
randymxd07/Upload_Files_NestJS_VueJS
This project serves as an illustrative example of uploading images using Vue.js and Nest.js.
randymxd07/Vue_Structure_Proposal
This is a directory structure that I made for large projects taking into account atomic design
randymxd07/Websocket_Queues_App_NodeJS
This is a project that simulates a queue or a shift system with tickets, in which there will be one or several desks and each desk can serve one person at a time.
randymxd07/Websocket_SimpleChat_NestJS
This is a simple chat that you make using Nest.js and WebSockets, the frontend is integrated with a small HTML in the public folder, the chat is not complete and that is just a demonstration of how to send messages to a group chat.
randymxd07/Curso_Astro
This is a repository of a Midudev Astro course that I did on YouTube where the basics of Astro are taught and even how to integrate Vue into it.
randymxd07/Curso_React_Native_2024
This is an updated React Native course, with current 2024 standards.
randymxd07/Novatech_Backend
This is a web platform to help users or companies that do not have knowledge of technology to be guided and advised so that they can have a successful digital transformation in their businesses or companies.
randymxd07/Novatech_Frontend
This is a web platform to help users or companies that do not have knowledge of technology to be guided and advised so that they can have a successful digital transformation in their businesses or companies.
randymxd07/Vue_Vee_Validate
This project is a test created with the purpose of learning how to use the vee-validate library, which is for validating the forms of a Vue application.