Pinned Repositories
Awesome-books-es6
This single-page application displays a site where users can add/remove books from an interface and navigate between sections. Built with JavaScript.
Budget_app
Track your budget by having a list of transactions associated with a category, so that you can see how much money you spent and on what, add a category, and register your payments.
Catalog-of-my-things
In this project, we create a console app where you can keep a catalog of books, games, music albums, and movies with their respective label, author, genre, and source. Built with Ruby and SQL.
dream-picture
Dream picture allows you to generate any image you can think of through the OpenAI DALL-E 2 API only by typing a single prompt. The limit is your imagination.
Easy-Fly
In EasyFly you can reserve a jet in a specific range of date, see the details from a jet model, see or cancel your reservations, and add or delete a new jet to be available for reservation. This repo manages all the necessary files to run the Front-End needed to display and manipulate the data retrieved from the API Easy-Fly-Back-end.
My-Portfolio
Here you can access my portfolio where I introduce myself and showcase all the relevant projects I'm currently working on. Built with JavaScript.
Recipe_app
The recipe app will let you create a user, login to your profile, see a list of public recipes, create or delete food recipes, food items, and access to the recipe details where you can generate a shopping list for that specific recipe. Built with Ruby on Rails.
School-library
Manage a library by adding books, adding users like a student or a teacher and by saving records of who borrowed a given book and when. The tool is developed using Object Oriented Programming.
space-travelers-hub
Reserve different rockets for commercial and scientific space travels and join different space missions. You can access your booked rockets and missions on the My profile page. Data is received from the real live data from the SpaceX API.
To-Do-list
:memo:This project shows a functional list of To Do tasks. Users can add, edit, delete and keep saved different tasks. It is bundled and served with Webpack. Built with JavaScript.
mikemtzp's Repositories
mikemtzp/Awesome-books-es6
This single-page application displays a site where users can add/remove books from an interface and navigate between sections. Built with JavaScript.
mikemtzp/My-Portfolio
Here you can access my portfolio where I introduce myself and showcase all the relevant projects I'm currently working on. Built with JavaScript.
mikemtzp/Catalog-of-my-things
In this project, we create a console app where you can keep a catalog of books, games, music albums, and movies with their respective label, author, genre, and source. Built with Ruby and SQL.
mikemtzp/Recipe_app
The recipe app will let you create a user, login to your profile, see a list of public recipes, create or delete food recipes, food items, and access to the recipe details where you can generate a shopping list for that specific recipe. Built with Ruby on Rails.
mikemtzp/space-travelers-hub
Reserve different rockets for commercial and scientific space travels and join different space missions. You can access your booked rockets and missions on the My profile page. Data is received from the real live data from the SpaceX API.
mikemtzp/Budget_app
Track your budget by having a list of transactions associated with a category, so that you can see how much money you spent and on what, add a category, and register your payments.
mikemtzp/dream-picture
Dream picture allows you to generate any image you can think of through the OpenAI DALL-E 2 API only by typing a single prompt. The limit is your imagination.
mikemtzp/Easy-Fly
In EasyFly you can reserve a jet in a specific range of date, see the details from a jet model, see or cancel your reservations, and add or delete a new jet to be available for reservation. This repo manages all the necessary files to run the Front-End needed to display and manipulate the data retrieved from the API Easy-Fly-Back-end.
mikemtzp/School-library
Manage a library by adding books, adding users like a student or a teacher and by saving records of who borrowed a given book and when. The tool is developed using Object Oriented Programming.
mikemtzp/app-example
mikemtzp/Blog_app
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Built with RoR.
mikemtzp/ctf-sidebar-trigger
This repo uses Contentful App Framework to create a sidebar button that triggers a save webhook.
mikemtzp/dataUrl-from-image
This repo uses Contentful App Framework to create a field that resizes an image and generates a dataUrl.
mikemtzp/Easy-Fly-Back-end
In Easy Fly you can reserve a jet in a specific range of date, see the details from a jet model, see or cancel your reservations, and add or delete a new jet to be available for reservation. This repo manages all the necessary to run the API needed for the project Easy Fly.
mikemtzp/fastapi-starter
mikemtzp/Hello-rails
In this project I set up the initial files for a basic RoR app. Build with Ruby on Rails.
mikemtzp/hello-react-rails-backend
This app works as an API that gets data from a database and manages other back-end aspects for a separate hello-react-rails front-end project. Built with Ruby on Rails.
mikemtzp/hello-react-rails-frontend
This app displays a random greeting and works as the visual part for a separate hello-react-rails back-end project. Built with React.
mikemtzp/Hello_rails_react
The Hello Rails-React app is a first approach to using simultaneously Rails and React in the same project using the jsbundling-rails gem configured with Webpack. The app displays a random greeting from a PostgreSQL database. Built with Ruby on Rails and React.js.
mikemtzp/lets-go
A set of exercises and code examples to learn Go programming language.
mikemtzp/mikemtzp
My personal repository
mikemtzp/Morsecode-decoder
This project contains three methods to decode any Morse code you insert on it, from a single letter, a word, or even a whole sentence.
mikemtzp/My-enumerable
In this project I build a class that can access methods contained on a separate module emulating the ruby Enumerable #all?, #any?, and #filter methods.
mikemtzp/nextjs-warmup
First steps with Next.js framework
mikemtzp/Nintendo-Amiibo-Database
Nintendo's Amiibo Database App displays a Home page with a list of amiibos that you can filter by game series and then click to see their details. Built with React.js and Redux.
mikemtzp/openai-api
This repo implements the OpenAI API to generate text and images with AI models.
mikemtzp/portfolio
mikemtzp/python-pip
mikemtzp/TDD
In this project we follow the test-drive development (TDD) methodology to create three methods: a factorial method that returns the factorial for a given integer, a reverse method that returns a string reversed, and a fizzbuzz method.
mikemtzp/Vet-clinic-database
:dog:This project replicates the structure of a veterinarian clinic's database to be executed with plain SQL.