Instructional Video9:31
Curated Video

10 Math Concepts for Programmers

12th - Higher Ed
Learn 10 essential math concepts for software engineering and technical interviews. Understand how programmers use mathematics in fields like AI, game dev, crypto, machine learning, and more.
Instructional Video2:59
Curated Video

Increasing Productivity with AI (Satire)

12th - Higher Ed
I share my secret to gaining 10x productivity with bioavailable artificial intelligence for video production, coding, writing, and more. In case you didn't notice, this is satire.
Instructional Video4:17
Curated Video

Why Has Twitter's Algorithm Been Released Open-Source

12th - Higher Ed
Take a look inside the Twitter algorithm now that it has been released as open-source code. Why would Elon Musk would make a decision like this from a strategic business perspective?
Instructional Video8:47
Curated Video

Masterclass: AI-driven Development for Programmers

12th - Higher Ed
AI tools like ChatGPT and GPT-4 are changing the way programmers write code. Learn how build a React app with Typescript using with AI prompting and other tricks to speed up development.
Instructional Video3:21
Curated Video

What Are Vector Databases

12th - Higher Ed
Vector databases are rapidly growing in popularity as a way to add long-term memory to LLMs like GPT-4, LLaMDA, and LLaMA. Learn how popular vector databases like Pinecone and Weaviate can store ML embeddings to integrate with tools like...
Instructional Video3:47
Curated Video

All About Angular

12th - Higher Ed
Angular is adding a new feature called signals that will give it a reactive primitive similar to Vue.js and Solid. Learn how it compares to other popular JavaScript frameworks like React.js and Svelte.
Instructional Video4:07
Curated Video

All About AWS CodeWhisperer

12th - Higher Ed
Amazon Web Services just released a new AI code completion tool called AWS CodeWhisperer. It is a competitor to Microsoft's GitHub Copilot tool, but is free to for everybody to use. Let's take a first look at CodeWhisperer and review its...
Instructional Video4:14
Curated Video

All About Mojo Programming Language

12th - Higher Ed
Mojo is a new LLVM programming language designed as a superset of Python with the low-level performance of C. It is optimized to run on GPUs with CUDA and other exotic hardware for deep learning and Artificial Intelligence.
Instructional Video3:35
Curated Video

Recreating the CryptoZoo Scam

12th - Higher Ed
Learn how Logan Paul's alleged scam, CryptoZoo, works under the hood on the Ethereum blockchain. Let's break down the Solidity smart contracts, fungible tokens, NFTs, IPFS, and other import web3 technology related to this project.
Instructional Video3:54
Curated Video

Pros and Cons of Tailwind

12th - Higher Ed
People have been debating the merits of Tailwind on twitter recently, so let's look at the pros and cons of this popular CSS library.
Instructional Video6:57
Curated Video

7 Ways to Create a Better React App

12th - Higher Ed
What is the best tool for starting a new React project in 2023? Let's look at 7 good alternatives to create-react-app for starting a new ReactJS web development project.
Instructional Video5:02
Curated Video

GPT-4 Has Arrived

12th - Higher Ed
OpenAI announced GPT-4 yesterday and it's a beast. It can now handle 25K words of context, allowing it to provide more relevant code solutions for programmers.
Instructional Video4:13
Curated Video

Will Google Bard Kill ChatGPT

12th - Higher Ed
Google just released Bard, an generative LLM similar to ChatGPT. Let's take a first look at Bard and compare it to OpenAI's GPT-4.
Instructional Video4:09
Curated Video

GitHub Copilot X Announced

12th - Higher Ed
GitHub Copilot X was announced yesterday and it has an impressive set of new AI coding features. Learn how Microsoft is bringing ChatGPT features directly into your code editor.
Instructional Video3:22
Curated Video

More ChatGPT Features

12th - Higher Ed
OpenAI just released a new ChatGPT plugin marketplace allowing businesses to integrate their own custom apps. In addition, it has a new "browser plugin" for Internet searching and "code interpreter" for python execution.
Instructional Video3:21
The Business Professor

Managerial Accounting Ethical Standards

Higher Ed
Managerial accountants are subject to the code of ethics of the organization. Also, there is a model ethics standard promulgated by the Institute of Management Accountants that guides managerial accounting practice.
Instructional Video3:09
The Business Professor

Understanding Patents: Types and Benefits

Higher Ed
This video provides a brief overview of the three main types of patents: utility patents, design patents, and plant patents. The video also highlights the duration of each type of patent and emphasizes the importance of filing with the...
Instructional Video3:30
The Business Professor

Mirror Image Rule - Contract Law

Higher Ed
This Video Explains the Mirror Image Rule - Contract Law
Instructional Video2:30
The Business Professor

Values Statement in the Business Plan

Higher Ed
What is the Values Statement in a Business Plan? The values statement highlights an organization's core principles and philosophical ideals. It is used to both inform and guide the decisions and behaviors of the people inside the...
Instructional Video1:41
The Business Professor

US Code of Laws

Higher Ed
In the law of the United States, the Code of Laws of the United States of America is the official compilation and codification of the general and permanent federal statutes. It contains 53 titles.
Instructional Video2:08
The Business Professor

US Code of Federal Regulations

Higher Ed
The Code of Federal Regulations (CFR) presents the official and complete text of agency regulations in an organized fashion in a single publication. The CFR is updated by amendments appearing in the daily Federal Register. Used together,...
Instructional Video1:23
The Business Professor

Corporate Governance and Ethics - Explained

Higher Ed
Corporate Governance and Ethics - Explained
Instructional Video3:03
Curated Video

Why Google Sold Squarespace and Reddit's Continued Decline

12th - Higher Ed
Google announced it's selling its domain registration platform to Squarespace. In this video, we look at the 5 biggest tech stories for developers to know this week, including cyberattacks, ChatGPT updates, Vercel's AI SDK, and Reddit's...
Instructional Video2:21
Curated Video

SST in 100 seconds

12th - Higher Ed
SST serverless stack is an open-source infrastructure-as-code tool for building on AWS with TypeScript. Learn how to easily manage resources on AWS and handle deployments for JS frameworks like Next.js, Astro, Svelte, and more.