PinnedPublished ininitgrepCreational Design Patterns in Java With ExamplesCreational design patterns provide various ways to create objects while hiding the creation logic, making the system more independent of…Aug 26, 2023Aug 26, 2023
PinnedPublished ininitgrepSpring Security Oauth2- JWT Authentication in a resource serverOauth2 is an industry-standard protocol for authorization.Oct 1, 20211Oct 1, 20211
PinnedPublished ininitgrepSpring Security- How to implement username and password authenticationThis is one of the most commonly used types of authentication. The user is authenticated using a username and password.Aug 21, 2021Aug 21, 2021
Published ininitgrepSpring Bean Scopes and Lookup method injectionSpring Bean Scope defines the lifecycle and the visibility of the instances created from the bean definitions.Sep 5, 2021Sep 5, 2021
Published ininitgrep@Transactional Rollback options in Spring DataTransactions manage the changes that are performed in a system. The main purpose of transactions is to provide ACID characteristics to…Aug 26, 2021Aug 26, 2021
Published ininitgrepSpring Security Architecture fundamentalsAuthentication and authorization are fundamental to the security of web applications. While authentication determines if the user can be…Aug 21, 2021Aug 21, 2021
Published ininitgrepNgrx Effects — Isolate side-effects in Angular ApplicationsNgRx side-effects are long running services that listen to an observable action stream and perform side-effect tasks based on action.Sep 15, 2020Sep 15, 2020
Published ininitgrepReactive State management in the angular — NgRx Store, actions, selectorsNgRx framework helps to build reactive angular applications.Sep 15, 20201Sep 15, 20201
Published ininitgrepCreate Microsoft Office Addin using Angular CLI4Develop a Microsoft office add-in using angular v8.0.0. Use Angular CLI to generate a complete project structure. Add SSL to angular…Jun 16, 2019Jun 16, 2019
Published ininitgrepHow to write Programmatic Queries — JPA Criteria APIJava Persistence API (JPA) provides the specification of managing data, such as accessing and persisting data, between Java Objects and…Feb 17, 2019Feb 17, 2019