Wonderscape
Understanding the Global Supply Chain and Its COVID-19 Disruptions
Learn how the global supply chain operates, from sourcing raw materials to delivering finished products like jeans to customers. Discover the impact of COVID-19 on this complex system, leading to empty store shelves and delayed...
Curated Video
Management Trainee
Brett is a management trainee with Cintas Fire Protection. Based out of Connecticut, Brett joined the company right out of college and is in their rotational program to develop leaders within the company.
Curated Video
The Rise of Parisian Bouillons and Luxury Hotels
Discover how Parisian bouillons revolutionized dining in the late 19th century, offering affordable, efficient meals to the working class. Meanwhile, the emergence of luxury hotels like the Ritz transformed Paris into a global center for...
Curated Video
Creating a Culture of Belonging
Melanie is the Director of Diversity, Equality, and Inclusion for Crate and Barrel, one of the largest home furnishings and decor retailers in the U.S.. Melanie is deeply passionate about making a real impact on people's lives. With a...
Curated Video
Making an Impact: Navigating Challenges in Driving Change
Melanie, Director of Diversity, Equality, and Inclusion for Crate and Barrel, has a deep passion for making a positive impact through their work, particularly by creating a sense of belonging for both customers and employees. They...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Build an Uber App Customer JavaScript Object Database
In this video, we will discuss the solution to the exercise on building an Uber app customer JavaScript object database from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Withdrawal Pattern in Solidity
In this video, you will learn about the withdrawal pattern in Solidity. We will understand the need for the withdrawal pattern in smart contract development, how it can prevent potential vulnerabilities, and how to implement it in a...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Continuous Quality, Integration, and Delivery
Continuous Quality, Integration, and Delivery
Curated Video
Building Microservices API in Go - JWT Tokens
In this video, we will introduce JWT tokens and discuss how to store claims inside the token. We will also cover the concept of token validity and discuss best practices for managing JWT tokens in our application. This clip is from the...
Curated Video
Building Microservices API in Go - Data Transfer Object
In this video, we will explore the concept of Data Transfer Objects (DTOs) and how they can help decouple the domain from the application layer. We will discuss the benefits of using DTOs and how to implement them in your application....
Curated Video
Building Microservices API in Go - Sqlx
In this video, we will introduce Sqlx, a popular library for database operations in Go, and demonstrate how to refactor our server-side layer to use Sqlx for improved database interactions. This clip is from the chapter "Application...
Curated Video
Building Microservices API in Go - Assignment Solution: Fix GetAllCustomers API
In this solution video, we will review the solution for the GetAllCustomers API assignment and discuss the best practices for implementing the required functionality. This clip is from the chapter "Application Development" of the series...
Curated Video
Building Microservices API in Go - Refactor Error Handling
In this video, we will focus on improving the design of our error handling by implementing best practices and making our error handling more robust and maintainable. This clip is from the chapter "Application Development" of the series...
Curated Video
Building Microservices API in Go - Error Handling Part 2
In this video, we will continue our discussion on error handling, including setting up an error handling infrastructure and handling internal server errors and not found errors. This clip is from the chapter "Application Development" of...
Curated Video
Building Microservices API in Go - Error Handling Part 1
In this video, we will cover error handling in our application, including retrieving a single customer from the server-side and handling errors that may occur. This clip is from the chapter "Application Development" of the series...
Curated Video
Building Microservices API in Go - Database Adapter
In this video, we will focus on building a database adapter for our Go application, including setting up a MySQL connection pool, implementing the repository pattern, and injecting dependencies at the time of application wiring. This...
Curated Video
Building Microservices API in Go - Implementing Hexagonal Architecture
In this video, we will take a practical approach to implement the hexagonal architecture in our banking application, starting with setting up the application structure and understanding the key components of the architecture. This clip...
Curated Video
Building Microservices API in Go - gorilla/mux
In this video, we will explore the capabilities of the popular gorilla/mux library for routing in Go. We will cover topics such as its routing capabilities and how to use it to build more complex APIs with advanced routing features. This...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Marketing Dashboard Part 2
This is a continuation of the previous lesson on creating a dashboard, including the marketing information from campaigns collected in part 1.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Marketing Dashboard Part 1
In this video, we will use the marketing dataset, which contains customer information response to their campaigns and the category of the channel that they usually purchase from.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 3-3
In this exercise, we will load the customer excel file into the tableau, recreate this dashboard with a desktop browser, and fix its size.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Object Composition with Customer Address Example
In this video, we will understand object composition with a customer address example.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping
In this video, you will learn about object-oriented programming exercise—online shopping.
Curated Video
Chatbots Development with Amazon Lex - Making Utterances
After understanding intents and slots in detail, we will make utterances in our chatbots. We will begin with creating intent and then create an utterance using the sample utterances tab.