32 - SQL/006 Tip from Angela - Find All the Hard Working People.mp432.46MB
33 - PostgreSQL/001 Introduction to Postgres.mp449.39MB
33 - PostgreSQL/003 Understand how to use keys, Postgres types and keywords.mp469.63MB
33 - PostgreSQL/005 Use pgAdmin to CREATE a TABLE.mp4102.92MB
33 - PostgreSQL/006 READ data from a Postgres database.mp4187.06MB
33 - PostgreSQL/007 Query data using SELECT, WHERE, and LIKE.mp499.46MB
33 - PostgreSQL/008 UNIQUE and NOT NULL Travel Tracker Part 1.mp4140.39MB
33 - PostgreSQL/009 INSERT and add Data Travel Tracker Part 2.mp4113.61MB
33 - PostgreSQL/010 Travel Tracker Part 3.mp486.97MB
33 - PostgreSQL/011 One to One Relationships & Inner Joins.mp467.87MB
33 - PostgreSQL/012 One to Many Relationships.mp467.87MB
33 - PostgreSQL/013 Many to Many Relationships & Aliases.mp466.01MB
33 - PostgreSQL/014 The Family Travel Tracker.mp4303.84MB
33 - PostgreSQL/015 How to update and delete data & tables.mp493.24MB
33 - PostgreSQL/016 Permalist Project.mp4248.43MB
33 - PostgreSQL/017 Tip from Angela - Daily Routines.mp440.95MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/001 Introduction to Authentication.mp439.4MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/002 Level 1 - Registering Users with Email and Password.mp4190.43MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/003 Level 2 - Encryption and Hashing.mp4122.46MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/004 How to Hack Passwords.mp4105.7MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/005 Level 3 - How to Salt Passwords for Improved Encryption.mp4161.61MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/006 Managing Cookies and Sessions.mp4293.7MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/007 Level 5 - Hide your Secrets with Environment Variables.mp4151.94MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/009 Level 6 - OAuth Implement Sign In with Google.mp4270.58MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/010 Finish the app let users submit secrets.mp4133.71MB
35 - Authentication and Security - Handling Credentials & Designing a Secure Login/011 Tip from Angela - How to Work as a Freelancer.mp425.85MB
36 - React.js/001 What is React.mp454.9MB
36 - React.js/002 What we will make in this React module.mp412.46MB
36 - React.js/003 Introduction to Code Sandbox and the Structure of the Module.mp442.88MB
36 - React.js/004 Introduction to JSX and Babel.mp499.97MB
36 - React.js/042 Managing a Component Tree.mp4171.77MB
36 - React.js/043 Managing a Component Tree Practice.mp467.55MB
36 - React.js/044 Keeper App Project - Part 3.mp4192.06MB
36 - React.js/045 React Dependencies & Styling the Keeper App.mp4146.95MB
36 - React.js/046 Tip from Angela - How to Build Your Own Product.mp435.68MB
37 - Web3 Decentralised App (DApp) Development with the Internet Computer/001 What is Web3.mp466.91MB
37 - Web3 Decentralised App (DApp) Development with the Internet Computer/002 How does the Blockchain actually work.mp4175.85MB
37 - Web3 Decentralised App (DApp) Development with the Internet Computer/003 What are DApps (Decentralised Apps) and how do you develop them.mp462.03MB
37 - Web3 Decentralised App (DApp) Development with the Internet Computer/004 What is the Internet Computer (ICP).mp475.52MB
37 - Web3 Decentralised App (DApp) Development with the Internet Computer/006 [Mac Users] Installation and Setup for Web3 Development.mp459.32MB
37 - Web3 Decentralised App (DApp) Development with the Internet Computer/007 [Windows Users] Installation and Setup for Web3 Development.mp4101.49MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/001 What You'll Build - DBANK (Inspired by Compound).mp418.96MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/002 Introduction to the Motoko Language.mp4101.28MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/003 Motoko Functions and the Candid User Interface.mp4137.58MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/004 Motoko Conditionals and Type Annotations.mp444.15MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/005 Query vs. Update Methods.mp468.27MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/006 Orthogonal Persistance.mp466.6MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/007 Tracking Time and Calculating Compound Interest.mp4146.83MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/009 Adding HTML and CSS to Create the Frontend for DBANK.mp470.28MB
38 - Build Your First Defi (Decentralised Finance) DApp - DBANK/010 Connecting the Motoko Backend to our JS Frontend.mp4231.85MB
39 - Deploying to the ICP Live Blockchain/001 What are Cycles and the ICP Token.mp453.8MB
39 - Deploying to the ICP Live Blockchain/003 How to Claim Free Cycles from Dfinity.mp431.51MB
39 - Deploying to the ICP Live Blockchain/004 How to Deploy to the ICP Network.mp424.68MB
39 - Deploying to the ICP Live Blockchain/005 How to Convert ICP into Cycles.mp444.11MB
39 - Deploying to the ICP Live Blockchain/006 [Optional] How to Deploy a Static Website onto the ICP Blockchain for Hosting.mp453.61MB
40 - Building DApps on ICP with a React Frontend/001 How to Configure a DFX Created Project to Use React.mp499.67MB
40 - Building DApps on ICP with a React Frontend/002 Storing Data on a Canister.mp4127.23MB
40 - Building DApps on ICP with a React Frontend/003 Retrieving Data from a Canister.mp499.37MB
40 - Building DApps on ICP with a React Frontend/004 Deleting and Persistance.mp4136.34MB
41 - Create Your Own Crypto Token/001 Tokens and Coins What are they and how are they used.mp467.64MB
41 - Create Your Own Crypto Token/002 Download and Configure the Skeleton Project.mp447.22MB
41 - Create Your Own Crypto Token/003 Using Motoko Hashmaps to Store Token Balances.mp4170.18MB
41 - Create Your Own Crypto Token/004 Showing the User's Token Balance on the Frontend.mp4120.64MB
41 - Create Your Own Crypto Token/005 Creating the Faucet Functionality Using the Shared Keyword.mp4127.74MB
41 - Create Your Own Crypto Token/006 Creating the Transfer Functionality.mp4179.79MB
41 - Create Your Own Crypto Token/007 Using the Transfer Functionality in the Faucet.mp460.5MB
41 - Create Your Own Crypto Token/008 Persisting Non-Stable Types Using the Pre- and Postupgrade Methods.mp4136.13MB
41 - Create Your Own Crypto Token/009 What is the Internet Identity.mp433.93MB
41 - Create Your Own Crypto Token/010 Authenticating with the Internet Identity.mp468.46MB
41 - Create Your Own Crypto Token/011 [Optional] Live Deployment to Test Internet Identity Authentication.mp4155.88MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/001 What You'll Build - A Website to Mint, Buy and Sell NFTs.mp489.72MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/002 Minting NFTs.mp4147.41MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/003 Viewing the NFT on the Frontend.mp4173.32MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/004 Enabling the Minting Functionality on the Frontend.mp4265.58MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/005 Displaying Owned NFTs Using the React Router.mp4324.47MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/006 Listing NFTs for Sale.mp4296.54MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/007 Styling the Listed NFTs.mp496.69MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/008 Creating the Discover Page.mp4192.62MB
42 - Minting NFTs and Building an NFT Marketplace like OpenSea/009 Buying NFTs.mp4277.51MB
43 - Optional Module Ask Angela Anything/001 AAA 1 - How to Soak in Programming Concepts and more.mp4626.71MB
43 - Optional Module Ask Angela Anything/002 AAA 2 - Schedule for Learning to Code and more.mp4619.95MB
43 - Optional Module Ask Angela Anything/003 AAA 3 - How to Start Freelancing and more.mp4403.78MB