Hi, what do you want to do?
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
In this session, we will create modules for the service and consumer project.
r/>
This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This...
r/>
This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Installing Software
This video demonstrates how to install the software in the Linux system.
r/>
This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
r/>
This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Curated Video
Learning Dart (Video 2)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build...
Curated Video
Learning Dart (Video 10)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build...
Curated Video
Introduction to ASP.NET MVC 6 (Video 1)
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
Packt
Types of Packages and How they will Help in Real-Time?
This video discusses the types of packages and how they help in real-time.
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
C++ Programming By Example - Setting Up Your First GUI Project
How do you use CMake to set up a GUI project?
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and generate the pr
oj
ect via CMake
This clip is from the chapter...
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and generate the pr
oj
ect via CMake
This clip is from the chapter...
Curated Video
Comprehensive Android Developer Bootcamp - Reading Android Documentations
Drawing on Canvas in Android:Reading Android Documentations
r/>
This clip is from the chapter "Drawing on Canvas in Android" of the series "The Comprehensive Android Developer Bootcamp".This section shows you how to draw on the...
r/>
This clip is from the chapter "Drawing on Canvas in Android" of the series "The Comprehensive Android Developer Bootcamp".This section shows you how to draw on the...
Curated Video
Apache Maven Beginner to Guru - Adding Git Information to Maven Build
This video explains how to add git information to Maven build.
r/>
This clip is from the chapter "Apache Maven for Spring Boot" of the series "Apache Maven: Beginner to Guru".This section explains about Apache Maven for Spring...
r/>
This clip is from the chapter "Apache Maven for Spring Boot" of the series "Apache Maven: Beginner to Guru".This section explains about Apache Maven for Spring...
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 06 - Method Access Modifiers - Public, Protected, Private, and Default
In this session, we will learn about method access modifiers - public, protected, private, and default.
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this...
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 05 - Class Access Modifiers - Public and Default
In this session, we will learn about class access modifiers - public and default.
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at...
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Standards of Writing Selenium Tests in Framework
This video focuses on the standards of writing Selenium tests.
r/>
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...
r/>
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Introduction to Excel Data-Driven Testing
This video provides an introduction to Excel data driven testing.
r/>
This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing...
r/>
This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing...
IDG TECHtalk
How to never look up tidyr pivot_wider and pivot_longer again
Tidyr is a handy R package for reshaping data, but it can be hard to remember exactly how pivot_wider and pivot_longer work. Thanks to RStudio code snippets, you can write a snippet once and then always have a fill-in-the-blank code...
IDG TECHtalk
How to write your own R package
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 07 - Creating User Bean and User Service
Web Services with Spring and Spring Boot: Step 07 - Creating User Bean and User Service
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API...
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Preparing the React Application for Publishing to the GitHub Pages
This video explains how to prepare the react application to publish it to the GitHub Pages.
r/>
This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
r/>
This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Java Modularization - 04 - a Quick Review
Let's look at some important points to remember about modularization in this session.
r/>
This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java...
r/>
This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Practical Jenkins - Configuring Reverse Proxy and Setting Up User Interface for Jenkins
After installation, Jenkins is accessible in form which is not very user-friendly. Some configurations and steps are needed to make it available for first time use and to users.
• Install nginx and add reverse proxy...
• Install nginx and add reverse proxy...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 15: Continued. Mocking Static Method
Powermock with Mockito: Step 15: Continued. Mocking Static Method
r/>
This clip is from the chapter "Powermock with Mockito" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we set up...
r/>
This clip is from the chapter "Powermock with Mockito" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we set up...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 5-What is the Spring Boot Auto-configuration?
This video highlights the concept of the Spring Boot auto-configuration.
r/>
This clip is from the chapter "Spring Level 4-Sprint Boot in 10 Steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
r/>
This clip is from the chapter "Spring Level 4-Sprint Boot in 10 Steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 17-Spring Autowiring and Dependency Injection
This video highlights the concept of Spring Autowiring and Dependency Injection.
r/>
This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the...
r/>
This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Creating a Maven Project and Importing into Eclipse
This video demonstrates how to create a Maven project and import it into Eclipse.
r/>
This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
r/>
This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
Curated Video
Hands-On Auto DevOps with GitLab CI - Application Metrics Collection
To monitor our application, we need it to continually produce metrics that can be collected by a monitoring application.
• Add a Prometheus client library to our Node.js applic
ation
• Configure a metrics endpoint that...
• Add a Prometheus client library to our Node.js applic
ation
• Configure a metrics endpoint that...