March 28, 2020

Welcome to Full Stack Reddit Clone with Spring boot and Angular series – Part 11 , and in this article, we will see how to implement Signup functionality in our Angular application. In Part 10 we saw how to document our REST APIs so that we can easily look it up whenever we need to

Read More

March 23, 2020

Welcome to Part 10 of Build a Full Stack Reddit Clone with Spring boot and Angular series, and in this article, we will see how to document the REST API using Swagger and Springfox. In Part 9, we already started developing our frontend application using Angular. Our frontend application will be consuming the REST API’s

Read More

March 20, 2020

Java 14 is announced officially. In this article, we will see the new API Updates, Language Features, Preview Features, and General Improvements introduced as part of Java 14. You can find the documentation from the OpenJDK website for each point I mentioned below to get official information and a more in-depth understanding of the changes.

Read More

March 16, 2020

Welcome to Part 9 of Build a Full Stack Reddit Clone with Spring boot and Angular series. In Part 8, we completed building the backend API part. We saw how to implement JWT Invalidation and Logout using Refresh Tokens. What are we building? In this article, we will start building our Front end application. We will

Read More

March 10, 2020

Welcome to Part 8 of Build a Full Stack Reddit Clone with Spring boot and Angular series. In Part 7, we saw how to create an API to submit votes for posts in our application. What are we building? In this part, we will see how to implement API to logout/invalidation of our JSON Web Tokens

Read More