Category: Other Tutorials

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…)