Week 6 learning journal CST 363

 Summarize what you have learned this week

This past week, I learned how programming languages connect and interact with databases. I read on zybooks how SQL can be embedded into languages like C and how APIs like JDBC allow communication between programs and databases. I also practiced working with database connections. My teammates and I worked on a group project where we built a database and connected it to a local server using MySQL Workbench. We wrote Java code to run and test the connection, add data, and verify that everything worked properly. It was about completing a web application for a prescription database that connects to a MySQL database. It lets users register doctors and patients, create and fill prescriptions, and update records through a web interface powered by Spring Boot and Java, while the data is stored and managed in MySQL Workbench. It was fun collaborating and seeing how the concepts we learned in class applied to a real project. 

Comments

Popular posts from this blog

Week 4 Learning Journal

Week 2 Learning Journal

Week 7 Learning Journal