October 21, 2020

Spring Boot Testing Tutorial – Part 2, in this article we are going to discuss how to test our database layer in isolation, first by using Embedded H2 Database and then using Test Containers. You can check Part 1 of this tutorial series, where we went through how to Unit Test Spring Boot Application using

Read More

October 16, 2020

Spring Boot Testing Tutorial – Part 1, in this article series, we are going to learn about Unit Testing Spring Boot application using Junit 5 and we will see how to use Mocking frameworks like Mockito. This will be the part of the 3 part tutorial series which covers the following topics: Unit Testing with

Read More

October 10, 2020

In this article, we are going to see how to Deploy Spring Boot and Angular application to Heroku. I am going to take the Reddit Clone application I have built as an example for this tutorial. You can access the source code of Backend and Frontend apps If you are a visual learner like me,

Read More

May 14, 2020

In this series of tutorials, we are going to build a Reddit Clone application with Spring boot and Angular.We will be using Java 8, Spring Boot, Spring Security, Spring Data JPA, MySQL on the back-end side and on the front end we will be using Angular 9 and Bootstrap 4.Also, we will be using Token

Read More

April 24, 2020

Welcome to Full Stack Reddit Clone with Spring boot and Angular – Part 17. In Part 16, we created the functionality to Post Comments and Display User Profile in our Angular Application. In this final article in this series, we are going to: Implement Voting Mechanism Implement Logout Protect our application routes using AuthGuards Let’s

Read More