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 - Assignment 1: Fix GetAllCustomers API
In this assignment video, we will work on fixing the GetAllCustomers API by implementing the acceptance criteria, including returning JSON response, handling unexpected errors with appropriate HTTP status code, and returning data for...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Critically Analyze ChatGPT Faulty Solutions to Augment the React Native Code
In this video, you will critically analyze the faulty solutions provided by ChatGPT for a specific React Native problem. You will explore alternative solutions to the issue and learn how to augment the code to improve its efficiency and...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Update Database Data with Mapping in React Native by Compiling ChatGPT Code
This video is a tutorial on updating database data with mapping in React Native by compiling ChatGPT code. You will learn how to map data from a database or API to components in your application's user interface, as well as how to handle...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Importing Assets and Cleaning Up the Data Code for React Native
This video is a tutorial on importing assets and cleaning up the data code for React Native, covering the process of adding images, fonts, and other assets to your project and organizing your code for easier maintenance and readability....
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Customize React-Native Database for ChatGPT Project
This video helps in understanding how to build a custom database for your React Native project with ChatGPT.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
In this video, we will create modules for the service and consumer project.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java Inheritance - Default Constructors and super() Method Call
In this video, you will learn about Java inheritance—default constructors and super() method call.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers
In this video, you will learn about Java for loop with the first exercise on prime numbers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Java Integer Data Types - Exercises - BiNumber - Add, Multiply, and Double
In this video, you will learn about Java integer data types with exercises on BiNumber - add, multiply, and double.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Templates - sysout, main, fore, ifelse
In this video, you will learn about Eclipse Tip—Templates—sysout, main, fore, ifelse.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Floating Point Data Types - Casting, Conversion, and Accuracy
In this video, you will learn about Java floating point data types—casting, conversion, and accuracy.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java Integer Data Types - Puzzles - Octal, Hexadecimal, Post- and Pre-Integer
In this video, you will learn about Java integer data types with puzzles on octal, hexadecimal, post- and pre-integer.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Adding More Methods for Multiplication Table Program
In this video, you will learn about adding more methods for the multiplication table program.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Play and Learn with Planet Class
In this video, we will play and learn with the Planet class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Run Planet Class with Java - Using a Main Method
In this video, we will run the Planet class with Java using the main method.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips
In this video, you will learn about an introduction to Java method arguments with puzzles and tips.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 17 - How to Name a Variable
This video talks about how to name a variable.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Printing Output to Console with Java – Puzzles
In this video, you will solve some puzzles related to printing output to the console with Java and learn more about the topic.
Curated Video
Introduction to FinTech Using R - How to Time Stock Market, a Qualitative Discussion
This video picks from where we left off in stock market timing. We discuss some soft threshold and extend the market timing concept to a generalized framework. This clip is from the chapter "Stock Market Timing" of the series...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Implementing Auto Wiring in Spring Framework Java Configuration File
In this video, you will learn about auto wiring in the Spring framework Java configuration file.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Building REST API to Retrieve Details of a Course – GET
In this video, we will build REST API to retrieve course details.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Comparing Lazy Initialization Versus Eager Initialization
In this video, you will compare lazy initialization and eager initialization in Spring framework and learn the advantages and disadvantages of each.