Curated Video
10 Math Concepts for Programmers
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.
Curated Video
Increasing Productivity with AI (Satire)
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.
Curated Video
Why Has Twitter's Algorithm Been Released Open-Source
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?
Curated Video
Masterclass: AI-driven Development for Programmers
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.
Curated Video
What Are Vector Databases
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...
Curated Video
All About Angular
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.
Curated Video
All About AWS CodeWhisperer
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...
Curated Video
All About Mojo Programming Language
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.
Curated Video
Recreating the CryptoZoo Scam
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.
Curated Video
Pros and Cons of Tailwind
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.
Curated Video
7 Ways to Create a Better React App
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.
Curated Video
GPT-4 Has Arrived
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.
Curated Video
Will Google Bard Kill ChatGPT
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.
Curated Video
GitHub Copilot X Announced
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.
Curated Video
More ChatGPT Features
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.
The Business Professor
Managerial Accounting Ethical Standards
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.
The Business Professor
Understanding Patents: Types and Benefits
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...
The Business Professor
Mirror Image Rule - Contract Law
This Video Explains the Mirror Image Rule - Contract Law
The Business Professor
Values Statement in the Business Plan
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...
The Business Professor
US Code of Laws
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.
The Business Professor
US Code of Federal Regulations
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,...
The Business Professor
Corporate Governance and Ethics - Explained
Corporate Governance and Ethics - Explained
Curated Video
Why Google Sold Squarespace and Reddit's Continued Decline
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...
Curated Video
SST in 100 seconds
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.