Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concept Continued
In this video, we will build upon our knowledge of OOP concepts by exploring advanced topics such as abstraction, interfaces, and inheritance hierarchies and how these concepts enable code reuse, maintainability, and flexibility in Java...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Introduction and Advantages of Java
In this video, we will explore the key features and benefits of Java as a programming language, Java's platform independence, robustness, versatility, and its vast ecosystem of libraries and frameworks. We will understand the advantages...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Course Introduction
This introduction video discusses an overview of Java programming with insights into the course structure, objectives, and the instructor's teaching approach. We will clearly understand what to expect and how this course will help you...
Curated Video
ChatGPT Mastery - Crafting Effective Prompts for Optimal Results - Developing a SaaS Product from Scratch
In this video, we will explore how ChatGPT can assist in generating code for developing a Software as a Service (SaaS) product from scratch and interact with ChatGPT to obtain code snippets for building a SaaS product. We will gain...
Zach Star
Computer Science Vs Software Engineering | How to Pick the Right Major
The differences in computer science and software engineering can sometimes come down to what university you go to. In terms of their definition computer science is more math and theory based, while software engineering is more applied....
Curated Video
Structural Design Patterns in Modern C++ - Introduction to Design Patterns
This video presents an introduction to design patterns. This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns and Unified Modeling Language...
Curated Video
gRPC [Golang] Master Class Build Modern API and Microservices - Course Objective
gRPC Course Overview: Course Objective This clip is from the chapter "gRPC Course Overview" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".This section will give a brief introduction about the course.
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - What is JavaScript?
In this video, you'll learn what exactly JavaScript is and where it is used. This clip is from the chapter "Getting Started" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll set up your...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Why Scala
This video provides an overview of Scala and its scope. This clip is from the chapter "Introduction" of the series "Scala & Spark-Master Big Data with Scala and Spark".Welcome to the course.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Introduction to Course
This video provides an overview of the entire course. This clip is from the chapter "Introduction" of the series "Scala & Spark-Master Big Data with Scala and Spark".Welcome to the course.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Writing Code with JavaScript
This video demonstrates how to write a code with JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Curated Video
Robots compete in 'mission to Mars'
LEAD IN:It's not been long since European countries were competing on the Eurovision Song Contest stage. Well now they're competing on Mars ... sort of.At Innorobo, one of Europe's leading robotics events, teams from across the continent...
Zach Star
Electrical Vs Computer Engineering Vs Computer Science - A Side by Side Comparison
In this video I give a side by side comparison of the college courses in electrical engineering, computer engineering, and computer science. Note that I really didn't 'count' some of the intro classes as "major classes" cause they are...
Programming Electronics Academy
Functions Overview: Arduino Course 3.5
An overview of what programming functions are and how they work.
Zach Star
How Much Programming Do Engineers Do?
Do you wonder how much programming you'll do in college as an engineer. This answer is very dependent on what major you pick, the university you go to, and various other factors. However there are some consistencies in each major that...
Curated Video
Learning R for Data Visualization (Video 24)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Introduction to Coding: The Language of Computers
Coding is the language that powers the technology around us. It's the set of instructions that computers follow to perform their functions. From smartphones and computers to cars and microwaves, code is what makes these devices work.
Curated Video
Learning R for Data Visualization (Video 7)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Creational Design Patterns in Modern C++ - Introduction to Patterns
This video explains the concept of patterns. • `struct` ? `enum class` ? `variant` progression • Product and sum types • Variants versus unions This clip is from the chapter "Introduction" of the series "Creational Design Patterns in...
Programming Electronics Academy
Using Arrays with For Loops
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Introduction
This video session introduces you to PySpark. Let's understand what PySpark/Spark is. PySpark is a Python API for spark. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data...
R Programming 101
R programming for beginners - Why you should use R
R programming is typically used to analyze data and do statistical analysis. In this video, I talk about why R is a better option than other statistical packages and software options (including SPSS, STATA, SAS etc.) I also give a short...
Packt
Function Declarations & Expressions
JavaScript Language Fundamentals: Function Declarations & Expressions This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important...