Tag: Pluralsight

Pluralsight – Advanced Java 8 Concurrent Patterns

Free Download Pluralsight – Advanced Java 8 Concurrent Patterns

Updated: Nov 26, 2024
Duration: 3h 28m | Video: .MP4, 1280×720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 255 MB
Genre: eLearning | Language: English
Concurrency is a hard to master topic. This Java course takes you from the basics you already know, (runnable and synchronization) to the next Level: the java.util.concurrent API.

(more…)

Pluralsight – Modifying Data in MongoDB 4

Free Download Pluralsight – Modifying Data in MongoDB 4

Douglas Starnes | Duration: 2:04 h | Video: H264 1024×768 | Audio: AAC 48 kHz 2ch | 231 MB | Language: English
The structure of document-oriented databases, such as MongoDB, introduce benefits and challenges when working with data. This course explores the create, update, and delete portion of CRUD from the perspective of a MongoDB administrator or developer.
While querying data in a database of any kind is a big part of its purpose, more functionality is needed to manage that data. In this course, Modifying Data in MongoDB 4, you’ll delve into the C, U, and D of CRUD, or create, update, and delete from the view of a MongoDB administrator or developer. First, you’ll learn how to take advantage of operators and filters to control these operations. Next, you’ll discover how to use the JavaScript API in the command line mongo shell to perform these operations. Finally, you’ll explore a small web app to learn how to put these operations into practice. By the end of this course, you’ll have the necessary knowledge of the write operations in MongoDB in order to effectively utilize them in your own projects.
Homepage:

(more…)

Pluralsight – Kafka Connect Fundamentals

Free Download Pluralsight – Kafka Connect Fundamentals

Bogdan Sucaciu | Duration: 2:14 h | Video: H264 1024×768 | Audio: AAC 48 kHz 2ch | 273 MB | Language: English
This course is a technical introduction to Kafka Connect and how to use it to quickly transfer data in and out of the Apache Kafka ecosystem, to and from common data systems like databases, key-value stores, search indexes, and file systems.
You may be wondering why the word "Connect" has suddenly sprung up next to "Kafka". Isn’t Kafka a Distributed Streaming Platform? Well, Kafka is more than that. Apache Kafka is an entire ecosystem and Kafka Connect is a part of it. In this course, Kafka Connect Fundamentals, you will gain the ability to create your own real-time ETL pipelines from and to Apache Kafka. First, you will learn what the ETL model is and how to set up your own ETL pipeline using Kafka Connect. Next, you will discover the inner details of Kafka Connect by exploring its architecture. Finally, you will explore how to successfully manage your Kafka Connect installation in a production environment. When you are finished with this course, you will have the skills and knowledge of Kafka Connect needed to set up, build, and maintain your own Kafka Connect installation.
Homepage:

(more…)

Pluralsight – Handling Streaming Data with a Kafka Cluster

Free Download Pluralsight – Handling Streaming Data with a Kafka Cluster

Bogdan Sucaciu | Duration: 2:09 h | Video: H264 1024×768 | Audio: AAC 48 kHz 2ch | 251 MB | Language: English
This course will teach you how to handle different scenarios that are commonly encountered when using a streaming platform inside your organization.
There are a lot of common scenarios that occur when using a streaming platform inside an organization. In this course, Handling Streaming Data with a Kafka Cluster, you’ll learn to handle a variety of different scenarios you may encounter. First, you’ll explore why Kafka makes such a great solution for handling streaming data while exploring different options in terms of optimizations and integrations with other models. Next, you’ll discover how to manage your data and perform various operations against your Kafka Cluster. Finally, you’ll learn how to secure the data streams by applying different techniques. When you’re finished with this course, you’ll have the skills and knowledge of handling streaming data with Apache Kafka needed to build and manage streaming pipelines in your organization.
Homepage:

(more…)

Pluralsight – Getting Started with ASP.NET 4 SignalR

Free Download Pluralsight – Getting Started with ASP.NET 4 SignalR

Roland Guijt | Duration: 1:01 h | Video: H264 1024×768 | Audio: AAC 44,1 kHz 2ch | 231 MB | Language: English
Learn real-time web applications in ASP.NET with SignalR in a fast-paced, practical way. Do you need an application that sends live data to the browser? This course, that uses ASP.NET in .NET Framework, is for you.
Real-time web functionality is almost a must when developing a web app nowadays. In this course, Getting Started with ASP.NET SignalR, you will not only learn how the real-time web works, but also how to implement it using the greatest real-time web framework available.
First, you will explore real-time web in general and about the low-level transports SignalR uses:

(more…)

Pluralsight – Cypress 9 Fundamentals

Free Download Pluralsight – Cypress 9 Fundamentals

Adhithi Ravichandran | Duration: 1:59 h | Video: H264 1024×768 | Audio: AAC 48 kHz 2ch | 766 MB | Language: English
In this course, you will learn about Cypress, an end-to-end JavaScript testing framework for your web application. Cypress can be used to test anything that runs in the browser.
Have you had difficulty writing solid end-to-end tests for your web applications? Are the tests slow, hard to set up, and flaky? Cypress is a fast, reliable, and easy-to-use end-to-end testing framework for anything that runs in the browser. It is agnostic of the framework that you use and is written entirely in JavaScript. In this course, Cypress 9 Fundamentals, you will learn about what Cypress is, its features, how it is different, and its tradeoffs. First, you will learn how to set up your development environment and get ready to write Cypress tests for our demo web application. Next, you will explore the core concepts of Cypress and use them to write your tests. Finally, you will explore the Cypress ecosystem and tools that are available. When you finish this course, you will have the skills that are needed to write complete end-to-end tests for your web applications using Cypress.
Homepage:

(more…)

Pluralsight – Building Scalable APIs with GraphQL 14

Free Download Pluralsight – Building Scalable APIs with GraphQL 14

Samer Buna | Duration: 2:10 h | Video: H264 1280×720 | Audio: AAC 44,1 kHz 2ch | 401 MB | Language: English
GraphQL is a query language and runtime that can provide a common interface between client and server applications for fetching and manipulating data. This course will show you how to build and consume GraphQL APIs with real-world examples.
Want to get up and running with building and consuming GraphQL APIs? In this course, Building Scalable APIs with GraphQL, you’ll learn what separates GraphQL from other languages and API runtimes, like REST APIs, as well as what problems GraphQL solves, and how to use it for declarative data communication. This course is a good place to start for learning GraphQL, but to get the most from this course, you should have some experience with JavaScript and with databases, like MongoDB and PostgreSQL. You’ll learn how to create a GraphQL schema and how to use it via any interface, including an HTTP-based one. You’ll learn about the different features of the GraphQL language as well as how to build them in a GraphQL server. Next, you’ll learn to use multiple databases with GraphQL, how to model relationships between different entities and collections, and how to use caching and batching via tools like Dataloader to avoid extra queries to the database and to solve problems like the N+1 queries problem. Finally, you’ll learn how to work with promises, mutations, union types, and how to use database views with GraphQL. By the end of this course, you’ll know how to build and consume a GraphQL API, and how to do so efficiently.
Homepage:

(more…)