Click on the map for the weather!
public class Lynette extends Developer {
private String
currentlyLiving = "San Antonio, Texas";
private Boolean
seekingEmployment = false;
private String[]
education = {"Codeup", "Texas A&M International
University"};
private String
major = "Mathematics";
private String[]
skills = {"HTML", "CSS", "Javascript","Angular",
"Java", "MySQL", "Spring"};
private String[]
interests = {"Coding", "Designing", "Knitting",
"Crocheting", "Harry Potter", "Disney"};
}
public class Lynette extends Developer {
private String
currentlyLiving = "San Antonio";
private Boolean
seekingEmployment = false;
private String[]
education = {"Codeup", "TAMIU"};
private String
major = "Mathematics";
private String[]
skills = {"HTML", "CSS", "Angular",
"Javascript", "Java", "MySQL",
"Spring"};
private String[]
interests = {"Coding", "Knitting",
"Designing", "Crocheting",
"Harry Potter", "Disney"};
}
I enjoy the practice of creating and utilizing my knowledge in mathematics to solve problems. Software development marries these two perfectly to construct a field I am excited to join. In this ever-changing landscape, I can rely on continuing to learn and grow to produce aesthetic functionality one line of code at a time.
A full-stack web application where families can manage their upcoming events and assign tasks to family members. This was our team of two's capstone graduation project for Codeup where we combined several technologies to create a great experience for users.
HTMLCSS Java Spring Boot Hibernate Thymeleaf Maven Tomcat
A full-stack web application that mimics a small-scale craigslist clone where users can post ads for items. Worked on a team of three where we used the git workflow of pushing, merging, and pulling from our project git repository.
HTMLCSSJavaJSPMaven Tomcat MVC
A clock made to be used with the Pomodoro Technique time management method. After much testing and waiting, finishing this project brought me a rewarding result I myself can use for time management in the future. I learned new techniques for timers, animations, and disabling buttons.
HTMLCSSJavascriptJQuery
The old classic memory game where you must follow the pattern of lights for as long as you can. This was a fun project with some challenging aspects such as only displaying one color at a time and finding a work around. I was also able to learn CSS animation using steps for a fun game over scene.
HTMLCSSJavascriptJQuery
An up to 5-day weather forecast accomplished using Open Weather Map and Google Maps APIs.Creating this project gave me experience in using jQuery and AJAX requests. Applying the JSON data, the forecast was be obtained, manipulated, and displayed using HTML and CSS.
HTML CSS Javascript JQuery AJAX API JSON
Note: Timer will continue to run until stopped, even after modal is closed.
Click on the map for the weather!