{"id":20269451,"url":"https://github.com/iker-gonzalez/codecademy-fullstack-engineer","last_synced_at":"2026-04-11T09:38:38.359Z","repository":{"id":109131219,"uuid":"444377278","full_name":"iker-gonzalez/codecademy-fullstack-engineer","owner":"iker-gonzalez","description":"A wide variety of projects undertaken as part of Codecademy's Full Stack Engineer Career Path","archived":false,"fork":false,"pushed_at":"2023-07-31T09:13:41.000Z","size":6998,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T01:41:27.992Z","etag":null,"topics":["back-end","cpp","css3","databases","deployment","front-end","git","github","html5","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iker-gonzalez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-04T10:29:30.000Z","updated_at":"2024-10-19T12:34:38.000Z","dependencies_parsed_at":"2024-11-14T12:44:24.868Z","dependency_job_id":null,"html_url":"https://github.com/iker-gonzalez/codecademy-fullstack-engineer","commit_stats":null,"previous_names":["iker-gonzalez/codecademy_fullstack_engineer","iker-gonzalez/codecademy-fullstack-engineer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iker-gonzalez/codecademy-fullstack-engineer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fcodecademy-fullstack-engineer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fcodecademy-fullstack-engineer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fcodecademy-fullstack-engineer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fcodecademy-fullstack-engineer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iker-gonzalez","download_url":"https://codeload.github.com/iker-gonzalez/codecademy-fullstack-engineer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fcodecademy-fullstack-engineer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31676210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["back-end","cpp","css3","databases","deployment","front-end","git","github","html5","javascript"],"created_at":"2024-11-14T12:25:17.448Z","updated_at":"2026-04-11T09:38:38.338Z","avatar_url":"https://github.com/iker-gonzalez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini_projects_catalogue\n\n### 1) Rock 🗿 Paper 🧻 Scissors ✂️\n\n\u003e Rock paper scissors is a classic two player game. Each player chooses either rock, paper, or scissors. The items are compared, and whichever player chooses the more powerful item wins.\n\n### 2) Weight Planet Calculator 🌍⭐🌙\n\n\u003e This program enables you to discover the weight of any object, even yourself, in any of the planets contemplated. Currently, available planets include: ***Mercury, Mars, Venus, Jupiter and Saturn***.\n\n### 3) Whale Talk 🐋\n\n\u003e Take any given phrase like ‘turpentine and turtles’ and translate it into its “whale talk” equivalent: ‘UUEEIEEAUUEE’. There are a few simple rules for translating text to whale language: ***there are no consonants*** (only vowels excluding “y”) and ***the u‘s and e‘s are extra long***, so we must double them in our program.\n\n### 4) Meal Maker 🥗🥩🧁\n\n\u003e This program will randomly create a three-course meal based on what is available on a menu.\n\n### 5) Lodash Library 📚\n\n\u003e In this project, I have implemented some of the most exciting functionality from the widely-popular [lodash.js library](https://lodash.com/docs/4.17.15) which provides many methods that add new functionality for numbers, strings, objects, and arrays.\n\n### 6) Credit Card Checker 💳\n\n### 7) Mysterious Organism 🦠\n[Link to code](https://github.com/iker-gonzalez/mini_projects_catalogue/blob/main/07_mysterious_Organism/mysterious_Organism.js)\n\u003e ***Project Goals***\n**Context:** You’re part of a research team that has found a new mysterious organism at the bottom of the ocean near hydrothermal vents. Your team names the organism, Pila aequor (P. aequor), and finds that it is only comprised of 15 DNA bases. The small DNA samples and frequency at which it mutates due to the hydrothermal vents make P. aequor an interesting specimen to study. However, P. aequor cannot survive above sea level and locating P. aequor in the deep sea is difficult and expensive. Your job is to create objects that simulate the DNA of P. aequor for your research team to study.\n\n### 8) Mixed Messages 💭🔴🔵🟢\n[Link to code](https://github.com/iker-gonzalez/mini_projects_catalogue/blob/main/08_mixed_Messages/mixed_Messages.js)\n\u003e For this project, I have build a message generator program. Every time a user runs a program, they should get a new, randomized output. I have made this program around three main pieces of data: [animals, verbs, adjectives]. Have some fun getting to know each animal!\n\n### 9) Healthy Recipes 🥬  🌽  🥦\n\n### 10) Magic 8-Ball 🎱\n\u003eThe [Magic 8-Ball](https://en.wikipedia.org/wiki/Magic_8-ball) is a super popular toy used for fortune-telling or seeking advice, developed in the 1950s!\n\nOur program will output a random fortune each time it executes.\n\n### 11) Harry Potter Sorting Hat ♠︎♣︎♥︎♦︎\n\u003e“A thousand years or more ago,\n\u003eWhen I was newly sewn,\n\u003eThere lived four wizards of renown,\n\u003eWhose names are still well known.”\n\nThe [Hogwarts School of Witchcraft and Wizardry](https://en.wikipedia.org/wiki/Hogwarts) welcomes you! First-year students must go through the annual Sorting Ceremony.\n\nThe Sorting Hat is a talking hat at Hogwarts that magically determines which of the four school Houses each new student belongs most to:\n\n- Gryffindor\n- Hufflepuff\n- Ravenclaw\n- Slytherin\n\nThe program asks the user some questions and places them into one of the four Houses based on their answers!\n\n### 12) UFO Game 🪐\n\u003eInvaders from outer space have arrived and are abducting humans using tractor beams. Players must crack the codeword to stop the abduction!\n\n### 13) Dating app profiles 💘\n\u003e System of dating profiles for a dating application.\n\nThe Profile stores the following information:\n\n- User’s name\n- User’s age\n- User’s city\n- User’s country\n- User’s pronouns\n- User’s hobbies\n\nAnd this is how users should be able to interact with their own profiles:\n\n- Create a new profile with some information\n- Add hobbies\n- View profile\n\n### 14) Dasmoto's Art's \u0026 Crafts 🎨\n\u003e Simple fictional arts and crafts store website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiker-gonzalez%2Fcodecademy-fullstack-engineer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiker-gonzalez%2Fcodecademy-fullstack-engineer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiker-gonzalez%2Fcodecademy-fullstack-engineer/lists"}