Instructional Video5:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Elastic Stack for Microservices Observability with Distributed Logging

Higher Ed
In this video, we will discover the Elastic Stack, a popular open-source solution for log management and analysis, and see how you can use tools such as Elasticsearch, Logstash, and Kibana to collect, process, and visualize log data from...
Instructional Video8:28
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resilience, Observability, Monitoring Code Review - E-Commerce App

Higher Ed
In this video, a code review is conducted for the microservices' resilience, observability, and monitoring aspects in the e-commerce application. We will explore the codebase related to resilience patterns, logging, distributed tracing,...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Observability with Distributed Logging and Distributed Tracing

Higher Ed
In this video, you will learn the importance of observability in microservices, how distributed logging and distributed tracing can help in monitoring and troubleshooting, and how logging can be distributed across microservices to gather...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Resilience, Observability, and Monitoring

Higher Ed
In this video, we will discover strategies and techniques for adapting existing microservices to enhance their resilience, observability, and monitoring capabilities. The video explores how to introduce resilience patterns such as...
Instructional Video4:35
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Resilience, Observability, and Monitoring

Higher Ed
In this video, you will learn the best practices and principles for designing microservices with resilience, observability, and monitoring in mind, architectural considerations, such as implementing resilience patterns, incorporating...
Instructional Video3:50
Curated Video

Learning Splunk - Applying the Common Information Model to Your Firewall Logs

Higher Ed
Understanding how to use a Splunk app to apply CIM to your newly onboarded firewall logs. • Identify a candidate app with the CIM version supported • Install the candidate app • Observe the changes in the search interface and new fields...
Instructional Video6:40
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Declare a Variable in JavaScript and Log the Result

Higher Ed
In this video, we will discuss the solution to the exercise on declaring a variable in JavaScript and logging the result from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for...
Instructional Video4:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Resilience, Observability, and Monitoring

Higher Ed
This video is an overview of the key concepts and importance of resilience, observability, and monitoring in microservices architectures and sets the stage for understanding the challenges and solutions associated with ensuring the...
Instructional Video16:02
Packt

Observer Pattern

Higher Ed
JavaScript Patterns: Observer Pattern This clip is from the chapter "JavaScript Patterns" of the series "Modern JavaScript from the Beginning".In this section, you will learn what JavaScript patterns are, and the various JavaScript...
Instructional Video3:50
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Logging Variables with the Console in JavaScript

Higher Ed
This video will show you how to log variables with the console in JavaScript, which is a useful tool for debugging your code and understanding how your variables are changing throughout your program’s execution. This clip is from the...
Instructional Video1:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Declare a Variable in JavaScript and Log the Result

Higher Ed
This exercise video is on declaring a variable in JavaScript and logging the result. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Instructional Video4:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Iterate Through Objects with the For…in JavaScript

Higher Ed
The “For…in” loop is a handy tool for iterating through the properties of an object in JavaScript. In this video, you will learn how to use the “For…in” loop to loop through all the properties of an object and perform a specific action...
Instructional Video6:51
Curated Video

Behavioral Design Patterns in C++ - Logging System - III

Higher Ed
In this video, we will modify the WinApp class and implement the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility...
Instructional Video3:06
Curated Video

Behavioral Design Patterns in C++ - Logging System - IV

Higher Ed
In this video, we will refine our implementation and reduce some boilerplate code. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video4:33
Curated Video

Behavioral Design Patterns in C++ - Logging System - II

Higher Ed
In this video, we will try to reduce the coupling between WinApp and the logger classes. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video5:53
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Enabling the ARCHIVELOG Mode

Higher Ed
In this practice video, you will have the opportunity to enable the ARCHIVELOG mode in the database on srv1. You will also examine the generated archived redo log files, putting into practice the concepts discussed in the previous...
Instructional Video3:13
Curated Video

Learning Splunk - Field Extractions Using Splunk Apps

Higher Ed
Understanding how to use Splunk apps to assist with field extractions for your authentication logs. • Identify Splunk apps associated with your data source • Install a Splunk app • Observe the benefits of using a Splunk app with your...
Instructional Video5:30
Curated Video

Learning Splunk - Hands-On Lab: Splunk Search Modes

Higher Ed
Understanding the differences in the Splunk search modes in a hands-on activity. • Observe the results of running searches in each search mode • Identify the different field extraction behaviors in each mode • Recognize the performance...
Instructional Video2:11
NASA

IceBridge Flies 300 Hours of Antarctic Science Flights

3rd - 11th
Flying low over the Earth’s southernmost continent, Operation IceBridge is wrapping up its eighth consecutive field season of mapping the ice sheet and glaciers of Antarctica, as well as the surrounding sea ice. With more than 300 hours...
Instructional Video5:14
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Tablespaces (Part 2 of 2)

Higher Ed
In this Practice video, you will continue your exploration of managing tablespaces by exploring CDB tablespaces and datafiles. You will gain practical experience in working with tablespaces and datafiles within a Container Database...
Instructional Video9:13
Curated Video

Oracle Database Administration from Zero to Hero - Managing Tablespaces (Part 2 of 4)

Higher Ed
In this video, we will delve into managing tablespaces. You will learn about Oracle-Managed Files (OMF), how to enable them, and how to obtain information about tablespaces. This clip is from the chapter "Managing Oracle Database...
Instructional Video3:54
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Command

Higher Ed
This video talks about the pros and cons of the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates...
Instructional Video6:00
Curated Video

Behavioral Design Patterns in C++ - DataList - II

Higher Ed
In this video, we will add the menu and the macro class in this lesson and complete the implementation. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...

Other popular searches