Recent Technical Endeavors: For more detailed updates, feel free to check my learning log.
Tag: springboot
imReading API : Project Log #01
Repository Week 1 of officially starting (restarting) this project. I created the test database via https://www.freemysqlhosting.net and begun working on the entities, repositories, services, and controllers for basic CRUD functions. My brain kept rushing to also start on searching book titles, logs dates, etc. But I knew that I needed to force myself to focus. […]
Website Content Manager with Google Sheets API and Spring Boot
Well here I am again! I’ve been busy lately with my main project, which I love! And an extra project called Baby #2 🎉. But I finally got to sit down and write a new-bie tutorial / post 😁 I have always wondered how I could load data from Google sheets and use it for […]
Spring Boot 2.6.5 form Validation with Thymeleaf
It took me a while to get validation to work with Spring Boot, while with Spring MVC it was pretty straight forward. If you are using a different version of Spring, you need to know that some things do change, and this causes confusion when you are not following every single update. With Spring Boot […]