PluralSight – C Sharp Design Patterns Data Access Patterns

PluralSight – C Sharp Design Patterns Data Access Patterns-ELOHiM
English | Size: 266.42 MB
Category: CBTs


Most applications, if not all, need to work with some kind of data, a database, for example. Having a good strategy for how to decouple the specific data layer is crucial in order to make your application testable and maintainable. In this course, C# Design Patterns: Data Access Patterns, you ll learn foundational knowledge of the different data access patterns. First, you’ll learn how to implement the repository pattern and decouple parts of the application from the data layer. Then, you’ll develop an understanding of where this pattern is applicable. Next, you ll discover how to easily refactor an application to leverage the unit of work pattern, making the application even better
Finally, you’ll explore how to leverage lazy loading to avoid unnecessary data being loaded into your application. When you re finished with this course, you’ll have the skills and knowledge of these different data access patterns and what is needed to apply this in your solutions

PluralSight – Microservices Security Fundamentals

PluralSight – Microservices Security Fundamentals-ELOHiM
English | Size: 313.58 MB
Category: Tutorial


Microservices can provide a lot of flexibility and benefits to your application and organization. Security breaches can be very costly, from loss of revenue, reputational damage and possibly bankruptcy, hence it s of utmost importance you get it right

PluralSight – Developing Daemons and Services Protected by Azure Active Directory

PluralSight – Developing Daemons and Services Protected by Azure Active Directory-ELOHiM
English | Size: 238.17 MB
Category: Tutorial


Headless processes commonly referred to as daemons or services have no opportunity to present an authentication user interface. Yet they must be able to access Azure AD protected resources. In this course, Developing Daemons and Services Protected by Azure Active Directory, you ll learn to securely call Azure AD protected APIs from headless processes. First you ll explore the flows available to headless applications and the basics of service principals. Next, you ll discover how to perform client credential flow with both REST or APIs on .NET, NodeJS and Python. Finally you ll learn how to master managed identities when working in Azure. When you re finished with this course, you ll have the skills and knowledge of the various facilities Azure AD offers needed to author headless applications that need to call secure APIs in Azure

PluralSight – Designing Hybrid Networks in AWS-ELOHiM

PluralSight – Designing Hybrid Networks in AWS-ELOHiM
English | Size: 224.18 MB
Category: Tutorial


Connecting your existing locations, services, and users to your AWS cloud-deployed infrastructure can be daunting. There is a myriad of different protocols, services, and software configurations to choose from. In this course, Designing Hybrid Networks in AWS, you’ll learn to successfully design and deploy Hybrid Architectures. First, you ll explore what the term hybrid architecture means. Next, you ll discover the benefits of Site-to-Site VPNs and Direct Connect. Finally, you ll learn how to successfully secure and scale your hybrid deployments. When you re finished with this course, you ll have the skills and knowledge of designing hybrid architectures needed to help your company and its customers design and deploy robust hybrid connectivity

PluralSight – Spring Framework Aspect Oriented Programming with Spring AOP

PluralSight – Spring Framework Aspect Oriented Programming with Spring AOP-ELOHiM
English | Size: 275.23 MB
Category: CBTs


It is often important to separate the business logic from the cross-cutting functionalities. In this course, Spring Framework: Aspect Oriented Programming with Spring AOP, you ll gain the ability to build modular programs that separate the main functionality from the cross-cutting (orthogonal) one. First you ll explore the capabilities of Spring AOP. Next, you ll discover how to implement cross-cutting functionalities for the normal and exceptional execution cases. Finally, you ll learn how to design Spring AOP introductions. When you re finished with this course, you ll have the skills and knowledge of Aspect Oriented Programming needed to build easy to understand and maintain modular programs