MarlonMontenegro
I'm in my first year studying Open Source Software Development at ESIT (Escuela Superior de Innovación y Tecnología).
El salvador
Pinned Repositories
30-dias-de-proyectos-en-python
La idea de este proyecto es facilitar una vía para que pudan practicar con ejercicios sencillos; no hace falta tener conocimientos avanzados para participar, esta metodología busca incentivar el crecimieento de conocimiento mediante la búsqueda de lo requerido para completar cada reto.
age-calculator-app
AluraChallenge1
AluraFirstChallenge
Welcome to the Alura-WebDev-Challenge repository! This repository houses a comprehensive beginner-level web development challenge that brings together the expertise of Oracle One and Alura. This single challenge is your entry point into the dynamic world of web development, covering the essentials of HTML, CSS, and JavaScript.
CPP_Learning_Journey
Repository dedicated to practicing and learning C++. It includes notes, code examples, and projects developed during my C++ classes.
custom_enumerable_project
This repository complements the Custom Enumerables Project in the Ruby Course for The Odin Project. The goal of this project is to reimplement common methods used frequently through the enumerables module with objects like arrays and hashes. This project will also familiarize you with how to work with blocks and procs.
Desafio1-UDB
Aplicar el uso de Bootstrap como librería para la creación de diseños adaptables a las diferentes resoluciones (Responsive Web Design) y realizar una página web
event_manager
This is a tutorial from The Odin Project's Ruby on Rails path. In this tutorial, I will learn to assist a non-profit organization focused on political activism. Your task is to engage event attendees by finding their government representatives based on zip codes.
HibernatePractice
This is a sample project showcasing how to use Hibernate and JPA (Java Persistence API) for data persistence in a Java application. In this project, we cover understanding the issues with JDBC and how JPA solves them, adding JPA to a Java application using Maven,
Social-Media-Website-Responsive-
Este proyecto es un sitio web responsive de redes sociales que permite personalización a través de HTML, CSS y JavaScript. Se utilizan técnicas como Variables CSS, CSS Grid, Flexbox CSS y Unidades CSS como rem, vw y vh para lograr un diseño adaptable a diferentes dispositivos.
MarlonMontenegro's Repositories
MarlonMontenegro/Ping-coming-soon-page
MarlonMontenegro/first-contributions
🚀✨ Help beginners to contribute to open source projects
MarlonMontenegro/crudd_employee_app
MarlonMontenegro/age-calculator-app
MarlonMontenegro/todo-list-app
MarlonMontenegro/FrontEndChallangeQRCode
MarlonMontenegro/Huddle-landing-page-FrontendMentor
MarlonMontenegro/FrontEndChallengeProfileCardComponent
MarlonMontenegro/FrontEndChallenge3ColumnPreviewCard
MarlonMontenegro/30-dias-de-proyectos-en-python
La idea de este proyecto es facilitar una vía para que pudan practicar con ejercicios sencillos; no hace falta tener conocimientos avanzados para participar, esta metodología busca incentivar el crecimieento de conocimiento mediante la búsqueda de lo requerido para completar cada reto.
MarlonMontenegro/React-Tic-Tac-Toe
Created with CodeSandbox
MarlonMontenegro/SpringMVCREST
Spring MVC REST controller that actually produces hypermedia-powered content
MarlonMontenegro/SecuringWebApplicationSpringBoot
Implement a simple Spring MVC Application with Secure Login Form
MarlonMontenegro/VoldMedd_API
Este proyecto es una API REST desarrollada en Spring Boot para el registro y gestión de médicos. Utiliza Hibernate como ORM para la persistencia de datos, Lombok para la generación de código más limpio y fácil de mantener, y proporciona una documentación básica para los endpoints.
MarlonMontenegro/MementoPattern
The Memento Pattern is a behavioral design pattern that provides a way to capture and externalize the internal state of an object without exposing its internal structure. This allows you to save the object's state at a specific point in time and restore it later, effectively providing the ability to undo or roll back changes made to the object.
MarlonMontenegro/FrontEnd_Lobe
MarlonMontenegro/railsFriendsApp
FriendsApp is a web application built with Rails that allows users to manage their list of friends. You can create, read, update, and delete friend records in a database. The application also provides user authentication, allowing you to log in securely.
MarlonMontenegro/hotelAluraOne
MarlonMontenegro/RubyHangmanChallenge
MarlonMontenegro/HotelAdminHibernate
MarlonMontenegro/HibernatePractice
This is a sample project showcasing how to use Hibernate and JPA (Java Persistence API) for data persistence in a Java application. In this project, we cover understanding the issues with JDBC and how JPA solves them, adding JPA to a Java application using Maven,
MarlonMontenegro/RecursionRuby
MarlonMontenegro/event_manager
This is a tutorial from The Odin Project's Ruby on Rails path. In this tutorial, I will learn to assist a non-profit organization focused on political activism. Your task is to engage event attendees by finding their government representatives based on zip codes.
MarlonMontenegro/MasterMindRuby
This is a simple implementation of the classic board game "Mastermind" in Java. The game offers two modes: one where the computer creates the secret code and the player guesses, and another where the player creates the secret code and the computer guesses.
MarlonMontenegro/Project_Tic_Tac_Toe_Ruby
This implementation of Tic Tac Toe allows two players to take turns playing on the same computer. The game displays the board after each move and checks for a winner or a tie. Players can make their moves by entering the row and column numbers where they want to place their symbol.
MarlonMontenegro/rubyBubbleSort
The Bubble Sort exercise challenges I implement the Bubble Sort algorithm in Ruby. Bubble Sort is a simple sorting algorithm that repeatedly steps through a list, compares adjacent elements, and swaps them if they are in the wrong order.
MarlonMontenegro/ProjectStockPicker
The Stock Picker exercise challenges you to develop a Ruby method that analyzes a given array of stock prices to determine the optimal days to buy and sell stocks, maximizing potential profit..
MarlonMontenegro/Sub_Strings
This Ruby exercise focuses on building a substring analyzer method that identifies and counts occurrences of valid substrings within a given word.
MarlonMontenegro/CaesarCipherRuby
In this personal project as part of The Odin Project's curriculum, I'm diving into the world of Ruby programming by creating my own Caesar cipher encryption program. The Caesar cipher is a classic and intriguing encryption technique that involves shifting letters in a message to create a secret code.
MarlonMontenegro/AluraFirstChallenge
Welcome to the Alura-WebDev-Challenge repository! This repository houses a comprehensive beginner-level web development challenge that brings together the expertise of Oracle One and Alura. This single challenge is your entry point into the dynamic world of web development, covering the essentials of HTML, CSS, and JavaScript.