- CDMX, México
- https://www.linkedin.com/in/mike-martínez/
-
-
ctf-sidebar-trigger Public
This repo uses Contentful App Framework to create a sidebar button that triggers a save webhook.
TypeScript UpdatedMay 14, 2024 -
-
openai-api Public
This repo implements the OpenAI API to generate text and images with AI models.
UpdatedApr 29, 2024 -
-
lets-go Public
A set of exercises and code examples to learn Go programming language.
Go UpdatedFeb 23, 2024 -
dataUrl-from-image Public
This repo uses Contentful App Framework to create a field that resizes an image and generates a dataUrl.
TypeScript UpdatedSep 11, 2023 -
-
-
dream-picture Public
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.
TypeScript MIT License UpdatedDec 9, 2022 -
Recipe_app Public
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 …
-
Blog_app Public
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…
Ruby MIT License UpdatedDec 9, 2022 -
Budget_app Public
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.
Ruby MIT License UpdatedDec 9, 2022 -
Easy-Fly-Back-end Public
Forked from KaskMIL/book-a-jet-backendIn 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 r…
Ruby UpdatedDec 9, 2022 -
Easy-Fly Public
Forked from KaskMIL/book-a-jet-front-endIn 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 re…
JavaScript UpdatedDec 9, 2022 -
Awesome-books-es6 Public
This single-page application displays a site where users can add/remove books from an interface and navigate between sections. Built with JavaScript.
-
-
My-Portfolio Public
Here you can access my portfolio where I introduce myself and showcase all the relevant projects I'm currently working on. Built with JavaScript.
-
hello-react-rails-backend Public
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.
Ruby MIT License UpdatedOct 20, 2022 -
hello-react-rails-frontend Public
This app displays a random greeting and works as the visual part for a separate hello-react-rails back-end project. Built with React.
JavaScript MIT License UpdatedOct 20, 2022 -
Hello_rails_react Public
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 …
Ruby MIT License UpdatedOct 18, 2022 -
Hello-rails Public
In this project I set up the initial files for a basic RoR app. Build with Ruby on Rails.
Ruby MIT License UpdatedSep 13, 2022 -
Catalog-of-my-things Public
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.
-
TDD Public
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 st…
Ruby MIT License UpdatedSep 1, 2022 -
Morsecode-decoder Public
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.
Ruby MIT License UpdatedSep 1, 2022 -
School-library Public
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.
Ruby MIT License UpdatedAug 31, 2022 -
Vet-clinic-database Public
🐶This project replicates the structure of a veterinarian clinic's database to be executed with plain SQL.
UpdatedAug 25, 2022 -
My-enumerable Public
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.
Ruby MIT License UpdatedAug 22, 2022 -
Nintendo-Amiibo-Database Public
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.
JavaScript MIT License UpdatedJul 29, 2022 -
space-travelers-hub Public
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 fro…