February 24, 2020

Welcome to Part 7 of Build a Full Stack Reddit Clone with Spring boot and Angular series. In Part 6, we saw how to create an API to create comments for posts in our application. What are we building? In this part, we will write API to submit a vote on the Posts created by the

Read More

February 18, 2020

Welcome to Part 6 of Build a Full Stack Reddit Clone with Spring boot and Angular series. In Part 5, we saw how to create an API to create Posts in our application. We also saw how to write mapping logic in our project using the library Mapstruct. What are we building? In this part, we

Read More

December 14, 2019

Welcome to Part 5 of Build a Full Stack Reddit Clone with Spring boot and Angular series. In Part 4, we saw how to validate JWT using Public Keys and wrote our first secured API – to create and read subreddits. The source code of this project, is hosted on Github – Backend – https://github.com/SaiUpadhyayula/spring-reddit-clone Frontend

Read More

November 30, 2019

Welcome to Part 4 of my Build a Full Stack Reddit Clone with Spring Boot and Angular series. In Part 3 we wrote the Login API and implemented the Token-Based Authentication System with the help of JWT ( JSON Web Tokens). In this article, we will see how to validate the JWT and we will

Read More

November 8, 2019

Welcome to Part 3 of my Build a Full Stack Reddit Clone with Spring Boot and Angular series. In Part 2 we have set up Spring Security in our application and created functionality to register users and activate the accounts through email verification. In this article, we will see how to write API for Login functionality using

Read More