Diksha Pathak·Oct 12, 2024SOLID PrinciplesSOLID is an acronym for 5 design principles in Object Oriented Programming to create high-quality, maintainable and scalable applications…
Diksha Pathak·Oct 10, 2024Git Merge Vs RebaseGit Rebase and Merge are both used to integrate changes from one branch to another but in a different way. Goal is same but the process of…
Diksha Pathak·Sep 29, 2023Spring Data JPA Interface ProjectionsIn Spring we declare entity/root classes to hold the data we want in our application. And we use repository methods to query data from…
Diksha Pathak·Apr 9, 2023Upgrading Angular & Spring Boot VersionsHere, the focus is on upgrading Angular 13 to Angular 15, Nodejs 14 to Nodejs18, Spring Boot 2.x to Spring Boot 3 along with Java 11 to…A response icon1A response icon1
Diksha Pathak·Apr 1, 2023Why Constructor Injection is better in Spring?In Spring, first it is important to understand the concept of Inversion Of Control (IoC). IoC is a software engineering principle which…
Diksha Pathak·Mar 31, 2023Dependency Injection in AngularImagine you’re working at a Burger Junction and you need to make a burger. Before starting to work, you’ve already set up items that you’d…
Diksha Pathak·Jun 27, 2020LinkedIn Polls : ReviewLinkedIn recently (re)launched its polls feature and has been trending since then. With everyone trying their hands on it, I did too. I…
Diksha Pathak·Feb 8, 2020My First User Personas!Purpose of this article is to pen down my understandings on What, Why and How of User Personas while I finish my first case study. See…