Lynda – Microservices Design Patterns

Lynda – Microservices Design Patterns-APoLLo
English | Size: 127.08 MB
Category: Tutorial


Design patterns save developers from needing to puzzle out solutions to problems that others in their industry have already encountered and solved. In this course, get up to speed with over 15 different design patterns you can leverage when building and operating microservices, as well as the common problems they can help you remedy. Instructor Frank Moley goes over decomposition, integration, data, and operational patterns, tying each pattern to the problem it solves. Learn about the API gateway pattern that can prevent chaos by providing a buffer between underlying services and client needs, the sidecar pattern that allows you to offload processing of some kind to a separate module, and much more.

PluralSight – Play by Play Modern Web Security Patterns

PluralSight – Play by Play Modern Web Security Patterns-iNKiSO
English | Size: 533.25 MB
Category: Tutorial


Play by Play is a series in which top technologists work through a problem in real time, unrehearsed, and unscripted. In this course, Play by Play: Modern Web Security Patterns, Troy Hunt and Lars Klint investigate current security web approaches and trends with real world examples, and then dive into how these incidents and errors can be fixed with easy to use techniques

Skillshare – Intro To Animation Loops Patterns by Ross McCampbell

Skillshare – Intro To Animation Loops Patterns by Ross McCampbell
English | Size: 300.2MB
Category: After Effect


Ever wanted to create an animated loop?
In this class you will learn the basics of making an animation loop. We will do this by focusing on animating a pattern that will appear to constantly evolve throughout its loop. You will be guided through the steps of setting up your After Effects file, designing your pattern, animating it, and exporting your final animation. I will also cover my favorite scripts to help speed up and simplify your process.

[Update Links] PluralSight – PHP Design Patterns

PluralSight – PHP Design Patterns-JGTiSO
English | Size: 187.41 MB
Category: Tutorial


Design patterns are the solution to common problems in software design. These are blueprints that can be customized to suit the need. In this course, you are going to cover some major design patterns, that are widely used in PHP.

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