I can navigate the spring boot project and use the tools in vscode to read the database and understand the java files.
Programming Skills
I can show Mastery in java coding and a basic understanding of the spring boot project
I have learned what fetch is and, with some help from documentation, can use the fetch API to communicate with the spring boot back end and create people that get saved to the database.
College Board Requirements
I have learned many of the basics that were taught for java in Sprint 2
Some of the Notable lessons I learned were wrapper classes, polymorphism, and creating classes.
Spring Boot Project:
-I began by learning how to add a new set of entries to the database by replicating the jokes and changing it for my own purposes.
-Next I began working more on the group work, my job was getting the portfolio frontend to create a usable person on the springboot database.
This shows the simple changes I made to the backend to return java when a person creates an account, this gives the frontend more information about the success of the creation of a new user.
For this I use HTTPHeaders, which is part of the Spring API, to tell the the frontend that the return body will be made of json.
Then I use JSONObject from org.json package to help build a json object I can send to the frontend
Frontend Changes
For the frontend I learned about Headers, so that I could more consistently send json objects to the spring boot project.
Ap MCQ
If I wanted to do better I should've taken some notes to do a better job at tracking loops
There were a few things I needed to learn, such as Math.Random() and how String.subString(int i, int k) works
Tools Mastery
Programming Skills
College Board Requirements
Spring Boot Project:
-I began by learning how to add a new set of entries to the database by replicating the jokes and changing it for my own purposes. -Next I began working more on the group work, my job was getting the portfolio frontend to create a usable person on the springboot database.
This shows the simple changes I made to the backend to return java when a person creates an account, this gives the frontend more information about the success of the creation of a new user.
Frontend Changes
Ap MCQ