Code Review Videos >

Java Guest Book Example [Beginner Spring Boot] – Thymeleaf Views

In this blog post, I will continue building on the Spring Boot guestbook example by taking it a step further and integrating Thymeleaf templates. The goal is to have Thymeleaf views coexist alongside the REST endpoints, allowing users to interact with the guestbook either through a traditional Spring MVC interface or via RESTful API calls. … Read more

How To Run Only Tagged Tests in jUnit

Recently I’ve started on the Java track over at Exercism. As practically a complete beginner to Java, I am still finding my way around the tooling, and in particular, IntelliJ IDE. As part of the Annalyn’s Infiltration exercise I was provided with 30 failing jUnit tests, where each of the tests is tagged like so: … Read more

Micro Blog in Java on Exercism

The following is my solution to the Micro Blog code puzzle in the Java track on Exercism.org. Exercism Readme Here’s the Readme contents for the Micro Blog code puzzle: Instructions You have identified a gap in the social media market for very very short posts. Now that Twitter allows 280 character posts, people wanting quick social media … Read more