Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 17: How to Encourage Camaraderie
Tip 17: How to Encourage Camaraderie
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 11: How to Build Strong Relationships with Other Teams
Tip 11: How to Build Strong Relationships with Other Teams
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Forecasting and Release Planning - Part 2
In this video, we will explore how ChatGPT can be used to explain code and enhance code comprehension and how ChatGPT can assist in explaining complex code sections, providing insights and clarifications. We will leverage ChatGPT to...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Mastering Scrum: Scrum Master Tips and Tricks
In this video, we will discover how to generate test cases using ChatGPT and how ChatGPT can help automate the process of generating test cases based on requirements and specifications. You will learn to leverage ChatGPT's capabilities...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Master Roles: How to Improve Product Owner Efficiency
In this video, you will learn to build multi-stage Docker images and create optimized Docker images using multiple stages. We will understand how to leverage the benefits of multi-stage builds, such as reducing image size and enhancing...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Master Roles: Key Principles to Bear in Mind
In this video, we will gain a solid understanding of Docker concepts and the fundamental principles and components of Docker, including containerization, Docker images, and Docker containers. You will learn how Docker simplifies...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Master Versus a Traditional Project Manager: An In-Depth Task Comparison
In this video, we will delve into technical interviews and learn how ChatGPT can support our preparation, strategies, and tips for navigating technical interviews, including common interview questions, problem-solving approaches, and...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Artifacts
In this video, you will learn to effectively prepare for coding tests using ChatGPT, various techniques, and resources that can help you improve your coding skills, solve algorithmic problems, and practice coding challenges. We will...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Team Accountabilities
This video will give us an in-depth overview of ChatGPT, what ChatGPT is, how it works, and its key features and capabilities. We will gain a clear understanding of the underlying technology behind ChatGPT, setting the stage for your...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Theory
This video delves deeper into the topic of using ChatGPT for software development. You will learn about the capabilities and potential applications of ChatGPT in the software development process and the benefits and advantages of...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - What Is Agile?
This video will give us an overview of what to expect from the course. The instructor introduces the course content, learning objectives, and the benefits we will gain from taking the course. It sets the foundation for a learning journey...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - ChatGPT with React Native Conclusion
This is the conclusion video; in this course, you have explored the use of ChatGPT to build React Native applications. It covered a range of topics, including rendering data, implementing features like Instagram stories and likes,...
Curated Video
Building Microservices API in Go - banking-lib Module in Banking API
In this video, we will explore the process of integrating the banking-lib module into the banking API. You will learn how to leverage the functionalities provided by the banking-lib module to enhance the functionality of the banking API....
Curated Video
Building Microservices API in Go - Logger and AppError as Go Module
In this video, you will learn how to extract the logger and AppError package from the existing banking project and create a Go module out of it. We will discuss best practices for creating reusable modules and how to integrate them into...
Curated Video
Building Microservices API in Go - Refactoring and Go Modules
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Overview for Beginners React Native Starter Code files for ChatGPT Project
In this video, you will get an overview of the React Native starter code files for the ChatGPT project, covering the basic components and features you will need to start building your mobile application. The tutorial will walk you...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Install Visual Studio Code for Beginners
This video is a beginner's guide to installing Visual Studio Code, a powerful code editor that's popular among developers. You will learn how to download and install the software on your computer, as well as some basic settings and...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Building Out a Mobile Application with ChatGPT from Scratch - Problem Solving
In this video, you will learn how to build a mobile application with ChatGPT from scratch while focusing on problem-solving techniques that will help you overcome any challenges you may encounter along the way.
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Deploy the Instagram Feed App to Your Phone
In this video, we will go through the steps of deploying the Instagram feed app we built in React Native to our phones. By the end of this video, you will have a fully functional Instagram feed app running on your own phone.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring New Java API - List Set and Map - copyOf Methods
Let's look at some newly introduced APIs.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Modularization - 02 - Splitting Service and Consumer into JARs
In this video, we will continue with our discussion of modularization and work on setting up the problem.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static
In this video, we will explore the List and ArrayList classes and their sorting capabilities. Specifically, you will be introduced to the Collections.sort() static method.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Arrays - Exercise - Create Student Class - Part 1 - Total and Ave
In this video, you will dive into Java arrays and participate in an exercise to create a student class. This exercise focuses on calculating the student's grades' total and average.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Nested If Else
In this video, you will learn about nested if else.