Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 25 – Setting Up Eureka Naming Server
This video explains setting up Eureka naming server. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on microservices with...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 07 – Connect Limits Service to Spring Cloud Config Server – V2
This video explains how to connect limits service to Spring Cloud config server. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 02 – Creating a Hard Coded Limits Service – V2
This video talks about creating a hard coded limits service. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 04 – Setting Up Spring Cloud Config Server – V2
This video shows the setting up of Spring Cloud config server. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
No-Code Machine Learning Using Amazon AWS SageMaker Canvas - Adding Data
In this video, you will learn how to add the data. This clip is from the chapter "Project 3 - Customer Churn Prediction" of the series "No-Code Machine Learning Using Amazon AWS SageMaker Canvas".In this section, we will work on a...
The Business Professor
Types of International Agreements affecting US Trade
What types of International Agreements affect US Trade?
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location
Web Services with Spring and Spring Boot: Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web...
Packt
Bug Fix: Updating the Navbar Name
This video shows how to update the navbar name. This clip is from the chapter "Bug Fixes" of the series "MERN E-commerce from Scratch".null
Curated Video
Next.js from Development to Deployment - Search Component
This video explains how to add the search component. This clip is from the chapter "Search, Caching Posts, and Deployment" of the series "Next.js from Development to Deployment: Build a Music Event Website".null
Curated Video
Next.js from Development to Deployment - Start Pagination - Generate Paths
This video focuses on start pagination - generate paths. This clip is from the chapter "Pagination and Category Pages" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section explains pagination...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 1-Creating and Importing a Maven Project
This video demonstrates how to create and import a Maven project. This clip is from the chapter "Basic Tools and Framework - Maven in 5 Steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Creating Custom Utilities
This video demonstrates how to create custom utilities. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 7 – Using a Command Line Runner to Save the User to Database
This video is about using a command line runner to save the user to database. This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 16 – Creating a Service for Currency Conversion – V2
This video explains creating a service for currency conversion. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
The Complete Python Course - What Is a Math Module and How to Import?
You will learn about the math module and how you can use it and also learn with some examples and work around functions in the math module. This clip is from the chapter "Python – math Module" of the series "The Complete Python Course...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Plotly for 3D Interactive Plotting: Plotly 3D Interactive Scatter Plot
In this video, we will cover Plotly 3D interactive scatter plot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Powerful Presentations With Google Slides - Saving Your Theme As a Template
After this video, the viewer will be able to save a custom theme as a template.
Curated Video
Powerful Presentations With Google Slides - Google Slides Themes
After this video, the viewer will be able to apply an avaiable theme to their Google Slides Project.
Curated Video
Next.js from Development to Deployment - Getting User Events for Dashboard
This video explains how to get user events for dashboard. This clip is from the chapter "Authorization and Access" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the...
Curated Video
Next.js from Development to Deployment - Add Event Page
This video explains how to add event page. This clip is from the chapter "Events Functionality - Part 1" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the event functionality...
Curated Video
Next.js from Development to Deployment - Clean Up Get Posts
This video explains how to clean up get posts. This clip is from the chapter "Pagination and Category Pages" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section explains pagination and...
Curated Video
TypeScript for Beginners - Using Function Modules
This video demonstrates how to use function modules. This clip is from the chapter "Modules" of the series "TypeScript for Beginners".This section introduces you to modules and explains how to use them.
IDG TECHtalk
How-to use PyInstaller to create stand-alone Python programs
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
IDG TECHtalk
Introduction to Go packages
The Go language has a wide variety of third-party packages available for use in your programs. Learn the basics of how to import and work with them in this video.