Latest videos

Generative AI
6 Views · 2 years ago

Learn about 10 security vulnerabilities every JavaScript developer should know. First try to find the vulnerabilities in the different code examples. Then learn how to fix the issues.

✏️ Brandon from Semgrep developed this course.

🔗 Learn more about Semgrep: https://go.semgrep.dev/scan-in-1-minute-for-free
🏗 Semgrep provided a grant to make this course possible.



🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
30 Views · 2 years ago

If you're an absolute beginner in web development, you can learn the basics of HTML here. This video covers setting up an HTML file, and the basic HTML tags and what they mean.

Download the website files to follow along with this tutorial:
https://coder-coder.com/cu-basic-website-html/

Read the blog post version here:
https://coder-coder.com/how-to....-make-simple-website

-

Learn to code for free and get a developer job: https://www.freecodecamp.com

Read hundreds of articles on programming: https://medium.freecodecamp.com

Generative AI
5 Views · 2 years ago

Learn advanced C# programming concepts. This course is designed to elevate your programming proficiency, delving into intricate aspects like delegates, events, generics, async/await tasks, and LINQ, plus you'll learn about .NET. With detailed code examples and best practice guidelines, you'll explore design patterns, user actions, queries, operators, C# attributes, and more.

✏️ Course created by @GavinLon

🎥 C# for Beginners Playlist: https://www.youtube.com/watch?v=2pquQMSYk6c&list=PL4LFuHwItvKbneXxSutjeyz6i1w32K6di

⭐️ Contents ⭐️
⌨️ (0:00:00) Part 1 - Introduction
⌨️ (0:01:08) Part 2 - Overview of the Advanced C# Course
⌨️ (0:20:46) Part 3 - The Significants of the Release of .NET 5
⌨️ (0:33:17) Part 4 - Delegates - Introduction
⌨️ (0:47:47) Part 5 - Delegates - Create a Code Example
⌨️ (1:51:45) Part 6 - Delegates - Understanding Covariance and Contravariance
⌨️ (2:04:19) Part 7 - Delegates - Fund, Action and Predicate
⌨️ (2:24:26) Part 8 - Delegates - Asynchronous Method Calls
⌨️ (2:39:24) Part 9 - Events - Introduction
⌨️ (2:55:50) Part 10 - Events - Add/Remove Accessors
⌨️ (2:22:44) Part 11 - Events - User Actions & UWP
⌨️ (3:52:23) Part 12 - Events - The Observer Design Pattern
⌨️ (5:12:33) Part 13 - Generics - Introduction
⌨️ (5:27:30) Part 14 - Generics - Understanding Constraints
⌨️ (5:53:42) Part 15 - Generics - Generic Delegates and Events
⌨️ (6:34:56) Part 16 - Generics - The Factory Design Pattern
⌨️ (6:56:23) Part 17 - Async / Await Task - Introduction
⌨️ (7:35:36) Part 18 - Async / Await Task - Task.Run()
⌨️ (8:04:34) Part 19 - Async / Await Task - Best Practices
⌨️ (8:45:23) Part 20 - Async / Await Task - Cancelling Asynchronous Operations
⌨️ (9:13:47) Part 21 - LINQ - Introduction
⌨️ (9:50:14) Part 22 - LINQ - Queries
⌨️ (10:29:57) Part 23 - LINQ - Operators
⌨️ (11:16:51) Part 24 - LINQ - More Operators and Summary
⌨️ (12:18:46) Part 25 - C# Attributes
⌨️ (13:33:13) Part 26 - C# Reflection
⌨️ (14:34:53) Part 27 - .NET Framework and .NET Core
⌨️ (14:39:06) Part 28 - .NET 6
⌨️ (14:50:52) Part 29 - .NET 7

⭐️ Code ⭐️
Part 1
https://github.com/GavinLonDig....ital/SchoolHRAdminis
Part 3
https://github.com/GavinLonDig....ital/DelegateBasicEx
Part 4
https://github.com/GavinLonDig....ital/ClubMembershipA
Part 5
https://github.com/GavinLonDig....ital/CovarianceAndCo
Part 6
https://github.com/GavinLonDig....ital/FuncActionPredi
Part 7
https://docs.microsoft.com/en-....us/dotnet/standard/a
Part 8
https://docs.microsoft.com/en-....us/dotnet/standard/e
Part 9
https://github.com/GavinLonDig....ital/ThermostatEvent
Part 10
https://github.com/GavinLonDigital/EmployeeUWPApp
Part 11
https://github.com/GavinLonDig....ital/BuildingSurveil
Part 12
https://github.com/GavinLonDigital/GenericsBasics
Part 13
https://github.com/GavinLonDig....ital/GenericBubbleSo
Part 14
https://github.com/GavinLonDig....ital/HardwareWarehou
Part 15
https://github.com/GavinLonDig....ital/DigitalProductI
Part 16
-UWP Project
--------------------
https://github.com/GavinLonDig....ital/TestClientAsync
Web API Project
--------------------------
https://github.com/GavinLonDig....ital/TestTimeConsumi
Part 17
https://github.com/GavinLonDig....ital/FinancialTradin
Part 18
https://github.com/GavinLonDig....ital/FinancialTradin
Part 19
https://docs.microsoft.com/en-....us/dotnet/csharp/pro
Part 20
https://github.com/GavinLonDig....ital/ThePretendCompa
Part 21
https://github.com/GavinLonDigital/LINQExamples_1
Part 22
https://github.com/GavinLonDigital/LINQExamples_1
Part 23
https://github.com/GavinLonDigital/LINQExamples_2
Part 24
https://github.com/GavinLonDig....ital/AttributesExamp
Part 25
https://github.com/GavinLonDigital/TestHarness

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
2 Views · 2 years ago

I went from being a college dropout with zero technical skills to landing a software developer job in 4 months. This video is about how I became a self-taught software developer and how I learned how to code without a computer science degree or coding bootcamp.

Connect With Me:
⭐️ Main Site: https://www.timkim.me/
🐦 Twitter: https://twitter.com/TimKimMe
📸 Instagram: https://www.instagram.com/timkim.me/

Courses To Help Supplement Learning:
(COUPON CODE FOR 10% OFF ➡️ FRIENDS10)
📚 Learning How To Learn: https://bit.ly/TK_LHTL_ZTM
🛠️ Build JS Projects Step-by-Step: https://bit.ly/TK_JS_ZTM
🟣 React: https://bit.ly/TK_React_ZTM
🅱️ Node: https://bit.ly/TK_Node_ZTM
🧐 Coding Interview Prep (DSA): https://bit.ly/TK_DSA_ZTM

Learn How To Code Playlist:
https://www.youtube.com/playli....st?list=PLt3w0xGh6M0

Mentioned Resources:
⭐️ https://www.coursera.org/learn..../learning-how-to-lea
🏕️ https://www.freecodecamp.org/
🔎 https://watchandcode.com/

Find Remote Jobs:
💻 https://remoteok.com/
💻 https://weworkremotely.com/

Tools I Used For Learning How To Code:
· Laptop Stand - https://amzn.to/3PgoMvU
· Pomodoro Timer - https://amzn.to/3NqoxgC
· Bose Headphones - https://amzn.to/3CseP7f
· Vertical Mouse - https://amzn.to/3JaWtLA
· Apple Keyboard - https://amzn.to/43SSRFX
· Laptop Backpack - https://amzn.to/3qFCu1p

Behind The Scenes:
🎬 https://www.timkim.me/ep-3-the-coding-video/

Disclaimer: Some of the links are affiliate links so I can feed mi familia while I make these videos for you guys. 🙏🙏🙏

Generative AI
2 Views · 2 years ago

Learn how to build your own large language model, from scratch. This course goes into the data handling, math, and transformers behind large language models. You will use Python.

✏️ Course developed by @elliotarledge

💻 Code and course resources: https://github.com/Infatoshi/fcc-intro-to-llms

Join Elliot's Discord server: https://discord.gg/pV7ByF9VNm

⭐️ Contents ⭐️
(0:00:00) Intro
(0:03:25) Install Libraries
(0:06:24) Pylzma build tools
(0:08:58) Jupyter Notebook
(0:12:11) Download wizard of oz
(0:14:51) Experimenting with text file
(0:17:58) Character-level tokenizer
(0:19:44) Types of tokenizers
(0:20:58) Tensors instead of Arrays
(0:22:37) Linear Algebra heads up
(0:23:29) Train and validation splits
(0:25:30) Premise of Bigram Model
(0:26:41) Inputs and Targets
(0:29:29) Inputs and Targets Implementation
(0:30:10) Batch size hyperparameter
(0:32:13) Switching from CPU to CUDA
(0:33:28) PyTorch Overview
(0:42:49) CPU vs GPU performance in PyTorch
(0:47:49) More PyTorch Functions
(1:06:03) Embedding Vectors
(1:11:33) Embedding Implementation
(1:13:06) Dot Product and Matrix Multiplication
(1:25:42) Matmul Implementation
(1:26:56) Int vs Float
(1:29:52) Recap and get_batch
(1:35:07) nnModule subclass
(1:37:05) Gradient Descent
(1:50:53) Logits and Reshaping
(1:59:28) Generate function and giving the model some context
(2:03:58) Logits Dimensionality
(2:05:17) Training loop + Optimizer + Zerograd explanation
(2:13:56) Optimizers Overview
(2:17:04) Applications of Optimizers
(2:18:11) Loss reporting + Train VS Eval mode
(2:32:54) Normalization Overview
(2:35:45) ReLU, Sigmoid, Tanh Activations
(2:45:15) Transformer and Self-Attention
(2:46:55) Transformer Architecture
(3:17:54) Building a GPT, not Transformer model
(3:19:46) Self-Attention Deep Dive
(3:25:05) GPT architecture
(3:27:07) Switching to Macbook
(3:31:42) Implementing Positional Encoding
(3:36:57) GPTLanguageModel initalization
(3:40:52) GPTLanguageModel forward pass
(3:46:56) Standard Deviation for model parameters
(4:00:50) Transformer Blocks
(4:04:54) FeedForward network
(4:07:53) Multi-head Attention
(4:12:49) Dot product attention
(4:19:43) Why we scale by 1/sqrt(dk)
(4:26:45) Sequential VS ModuleList Processing
(4:30:47) Overview Hyperparameters
(4:32:14) Fixing errors, refining
(4:34:01) Begin training
(4:35:46) OpenWebText download and Survey of LLMs paper
(4:37:56) How the dataloader/batch getter will have to change
(4:41:20) Extract corpus with winrar
(4:43:44) Python data extractor
(4:49:23) Adjusting for train and val splits
(4:57:55) Adding dataloader
(4:59:04) Training on OpenWebText
(5:02:22) Training works well, model loading/saving
(5:04:18) Pickling
(5:05:32) Fixing errors + GPU Memory in task manager
(5:14:05) Command line argument parsing
(5:18:11) Porting code to script
(5:22:04) Prompt: Completion feature + more errors
(5:24:23) nnModule inheritance + generation cropping
(5:27:54) Pretraining vs Finetuning
(5:33:07) R&D pointers
(5:44:38) Outro

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
4 Views · 2 years ago

This was not a normal day. :)

Music:
8-Bit March by Twin Musicom is licensed under a Creative Commons Attribution 4.0 license. https://creativecommons.org/licenses/by/4.0/

Artist: http://www.twinmusicom.org/

Generative AI
3 Views · 2 years ago

The Knapsack Problem is a classic optimization problem in computer science. It's often used to help teach dynamic programming and greedy algorithms. This is an important problem to understand, especially if you plan on interviewing soon for a programming job. In this course, Gavin Lon will explain the problem and show how to craft an efficient solution using C#.

💻 Code: https://github.com/GavinLonDig....ital/ZeroOneKnapsack

✏️ Course created by @GavinLon

⭐️ Contents ⭐️
(00:00) Introduction
(02:35) Overview of the 0 / 1 Knapsack problem
(09:08) Code the algorithm to solve the problem using C#
(17:49) Explain the algorithm that uses Dynamic Programming and the Memoization strategy
(38:17) Write code using C# to output the items to include in the Knapsack



🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
6 Views · 2 years ago

In this course, you will learn how to use Rust to create an authentication server. The course provides a comprehensive guide on user data management, structure, and token-based authentication. Special attention is given to error handling, JWT issues, and practical solutions for common challenges. Concluding with a hands-on demo, viewers will gain a thorough understanding of token creation and user management in modern applications

✏️ Course created by @AkhilSharmaTech

0:00:00 Introduction and setup
0:06:42 Admin and user authentication
0:15:53 User data handling and roles
0:28:54 Introduction to user structures and attributes
0:45:41 Token management and claims analysis
1:01:48 Deep dive into roles and tokens
1:05:03 Error handling and permissions
1:14:58 Advanced error insights and JWT issues
1:29:19 Code analysis and issue resolution
1:31:24 Final touches and RS file exploration
1:34:50 Demo review and token creation


🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
2 Views · 2 years ago

Learn how to use Dynamic Programming with Java in this course for beginners. It can help you solve complex programming problems, such as those often seen in programming interview questions about data structures and algorithms.

This course was developed by Alvin Zablan from Structy. Structy is a website for learning data structures and algorithms for technical interviews. Learn data structures and algorithms: https://structy.net/

Check out Alvin's channel: https://www.youtube.com/c/AlvinTheProgrammer

⭐️ Contents ⭐️
(0:00:00) course introduction
(0:01:38) fib
🔗 https://structy.net/problems/fib
(0:34:02) tribonacci
🔗 https://structy.net/problems/tribonacci
(0:47:05) sum possible
🔗 https://structy.net/problems/sum-possible
(1:04:18) min change
🔗 https://structy.net/problems/min-change
(1:22:22) count paths
🔗 https://structy.net/problems/count-paths
(1:39:02) max path sum
🔗 https://structy.net/problems/max-path-sum
(1:52:56) non adjacent sum
🔗 https://structy.net/problems/non-adjacent-sum
(2:08:22) summing squares
🔗 https://structy.net/problems/summing-squares
(2:21:50) counting change
🔗 https://structy.net/problems/counting-change

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
19 Views · 2 years ago

Learn how to use Next 3 in this full tutorial for beginners. Nuxt.js is a progressive JavaScript framework for building user interfaces on the web. Nuxt makes it easy to create server-rendered applications, static websites, and single-page applications.

✏️ Course developed by @codewithguillaume

Contents
⌨️ (0:00:00) Intro
⌨️ (0:02:51) Create an App
⌨️ (0:11:07) Pages
⌨️ (0:22:37) Components
⌨️ (0:32:10) Layouts
⌨️ (0:37:47) Assets
⌨️ (0:48:40) Composables
⌨️ (0:55:00) Plugins
⌨️ (1:00:43) Middlewares
⌨️ (1:07:36) Modules
⌨️ (1:12:57) State Management
⌨️ (1:23:28) Server
⌨️ (1:33:42) Nitro
⌨️ (1:38:17) Rendering modes
⌨️ (1:52:04) useFetch
⌨️ (2:02:27) useAsyncData
⌨️ (2:08:16) SEO & Metas
⌨️ (2:18:57) Hooks
⌨️ (2:22:02) Nuxt.config.ts
⌨️ (2:30:14) Nuxt Content
⌨️ (2:41:29) Build Docs and API

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
9 Views · 2 years ago

Learn Mojo in this full tutorial. The Mojo programming language combines the usability of Python with the performance of C. It's basically an enhanced version of Python specifically designed for Artificial Intelligence developers.

💻 Code: https://github.com/Infatoshi/intro-to-mojo

✏️ Course created by @elliotarledge
Elliot's discord: https://discord.gg/pV7ByF9VNm

⭐️ Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:04:16) What is Mojo
⌨️ (0:07:57) Modular Community
⌨️ (0:12:06) Setting Up
⌨️ (0:17:04) Hello World
⌨️ (0:19:20) Local Jupyter Notebook
⌨️ (0:22:21) Variables, Declarations, and Datatypes
⌨️ (0:33:27) Getting User Input
⌨️ (0:36:28) IF/ELSE Statements
⌨️ (0:40:28) Loops & Functions
⌨️ (0:47:41) Python VS Mojo functions
⌨️ (0:52:26) OOP
⌨️ (1:05:21) Importing Libraries
⌨️ (1:08:48) Raises, Error handling, Exceptions
⌨️ (1:14:49) Inout, Borrowed, Owned, and With Statements
⌨️ (1:21:49) Variable Scope
⌨️ (1:24:46) Mojo CLI
⌨️ (1:35:54) SIMD (single instruction, multiple data)
⌨️ (1:43:47) Decorators & Metaprogramming
⌨️ (1:46:01) Speed test (Mojo VS Python)
⌨️ (1:58:48) How to Ask Questions & Post Errors
⌨️ (2:08:13) Final Comments
⌨️ (2:11:49) Outro

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
4 Views · 2 years ago

Welcome to this core Machine Learning course for beginners! This course is designed to help you build a solid foundation in machine learning, focusing on core concepts and in-depth explanations of regression analysis, which is often overlooked in other courses. Whether you're a beginner or someone looking to strengthen your understanding of machine learning, this course is for you!

✏️ Course created by @AyushSinghSh

🔗 Course information: https://github.com/ayush714/Co....re-Machine-Learning-
🔗 Lecture notes and resources: https://lms.antern.co/courses/....core-machine-learnin

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:03:42) ML Foundation
⌨️ (1:04:47) Regression Foundation
⌨️ (2:51:53) Regression intermediate
⌨️ (3:48:48) MLR Intermediate
⌨️ (4:52:33) Regression Advance
⌨️ (6:31:04) Regression Project 1
⌨️ (7:04:15) Regression Project 2

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
10 Views · 2 years ago

In this comprehensive Rust course for beginners, you will learn about the core concepts of the language and underlying mechanisms in theory.

✏️ Course developed by @zubiarfan

🔗 Rust by Practice: https://practice.rs/
🔗 Code: https://github.com/3rfaan/cour....ses/tree/main/Rust/r

⭐️ Contents ⭐️
00:00:00 Introduction & Learning Resources
00:06:19 Variables
00:27:07 Numbers & Binary System
01:09:51 Chars, Bools & Unit Types
01:17:55 Statements & Expressions
01:24:50 Functions
01:32:53 Ownership
02:24:06 Borrowing
02:47:45 String vs. &str
03:17:59 Slices
03:31:35 Tuples
03:40:04 Structs
04:02:52 Enums
04:13:46 The "Option" Enum
04:21:32 Flow Control
04:44:43 Pattern Match
05:16:42 Methods & Associated Functions
05:31:50 Generics
06:06:32 Traits
06:47:15 Trait Objects
07:09:51 Associated Types
07:39:31 String
07:59:52 Vectors
08:29:00 HashMaps
08:52:45 Type Coercion
09:04:54 From & Into
09:36:03 panic!
09:44:56 Result
10:28:23 Cargo, Crates & Modules
11:08:28 Debug & Display
11:30:13 Lifetimes
12:14:46 Lifetime Elision
12:38:53 Closures
13:30:08 Iterators

Correction:
12:53:20 Because of the `move` keyword the closure actually takes ownership of the `movable` variable, not an immutable reference. The reason we can call the closure twice is because the `movable` variable INSIDE the closure is the owner of the data. Meaning we can call the closure any number of times.

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
16 Views · 2 years ago

Learn about JavaScript functions in this full course for beginners. Functions are a fundamental building block of programming, and they're a great way to make your code more readable and maintainable.

✏️ Course developed by @tapasadhikary

We will cover the following:
✅ What and Why JavaScript Functions
✅ Clarifying Terminologies(function vs methods, parameter vs arguments, and many more!)
✅ Function Declarations
✅ Function Executions
✅ Default Parameter
✅ Rest Parameter
✅ Call Stack
✅ Arrow Function
✅ Nested Function
✅ Function Scope
✅ Closure
✅ Callback Function
✅ Higher-Order Function
✅ Pure Function
✅ IIFE
✅ Recursion

⭐️ Contents ⭐️
(0:00:00) Welcome to JavaScript Function Crash Course
(0:01:52) How To Take This Course?
(0:03:10) What Are JavaScript Functions? Let Me Tell You a Story.
(0:07:04) Learn JavaScript Functions Visually.
(0:10:49) JavaScript Terminologies You Must Know
(0:12:02) How To Declare a Function?
(0:23:03) How To Return From a Function?
(0:27:14) Default Parameters For JavaScript Functions
(0:30:20) Rest Parameters For JavaScript Functions
(0:33:48) JavaScript Arrow Functions
(0:38:30) Nested Functions in JavaScript
(0:41:17) Understanding JavaScript Function Scope
(0:49:35) Mastering JavaScript Closure With Easy Guide
(0:59:27) What are Callback Functions in JavaScript?
(1:06:03) What are Higher Order Functions(HOF) in JavaScript?
(1:12:32) What is a Pure Function in JavaScript?
(1:16:34) What is an IIFE In JavaScript?
(1:21:30) Learn JavaScript Call Stack(Function Execution Stack)
(1:27:25) What is Recursion in JavaScript?
(1:35:16) Closing Notes and What's From Here?

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
4 Views · 2 years ago

Learn all the basics of Structured Query Language in this comprehensive SQL course. You will build out real database tables and practice querying them in flexible ways as a backend web developer would in a production setting.

💻 Follow along on Boot.dev: https://boot.dev/learn/learn-sql
💻 Raw code: https://github.com/bootdotdev/fcc-learn-sql-assets

✏️ Course created by: @bootdotdev

🔗 Learn back-end on Boot.dev: https://boot.dev

Follow Lane on Twitter: https://twitter.com/wagslane
Boot.dev Discord: https://boot.dev/community
FCC Forum: https://forum.freecodecamp.org/

⭐️ Contents ⭐️
⌨️ (0:00:00) Course Overview (Intro video)
⌨️ (0:03:00) Ch 1. Introduction
⌨️ (0:22:19) Ch 2. Tables
⌨️ (0:50:43) Ch 3. Constraints
⌨️ (1:15:59) Ch 4. CRUD
⌨️ (2:00:13) Ch 5. Basic Queries
⌨️ (2:24:38) Ch 6. Structuring
⌨️ (2:33:52) Ch 7. Aggregations
⌨️ (2:54:14) Ch 8. Subqueries
⌨️ (3:03:40) Ch 9 . Normalization
⌨️ (3:55:44) Ch 10. Joins
⌨️ (4:22:09) Ch 11. Performance

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Generative AI
4 Views · 2 years ago

Learn about vector embeddings and how to use them in your machine learning and artificial intelligence projects. Learn how to create an AI assistant with vector embeddings. You'll use OpenAI's GPT-4 API, LangChain, and Natural Language Processing techniques (NLP).

✏️ Course created by @AniaKubow

⭐️ Contents ⭐️
⌨️ (00:27) Introduction
⌨️ (01:49) What are vector embeddings?
⌨️ (02:14) Text embeddings
⌨️ (07:58) What are vector embeddings used for?
⌨️ (11:05) How to generate our own text embedding with OpenAI
⌨️ (14:37) Vectors and databases
⌨️ (16:02) Getting our database set up
⌨️ (18:05) Langchain
⌨️ (19:24) Let’s build an Ai Assistant

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news




Showing 95 out of 580