Latest videos

Generative AI
4 Views · 2 years ago

Learn how to use Figma Variants to design a scalable mobile app. Variants can streamline your frontend design process by allowing you to group and organize similar components into a single container.

✏️ Ahmet Efeoglu developed this course. Check out his channel: https://www.youtube.com/channe....l/UCSziSLMFFNT4PaRQh

🔗 Tutorial file link: https://www.figma.com/file/FrL....R3t9jZ9X8psPdmztdlh/
🔗 Homework file link: https://www.figma.com/file/8js....2feuv6LdhmvVtBXkC2L/

⌨️ (0:00:18) Intro
⌨️ (0:02:13) Accessing Tutorial and Homework Files
⌨️ (0:04:24) Project Overview
⌨️ (0:05:27) Recommending Personal and freeCodeCamp Channel
⌨️ (0:06:25) Basics Overview
⌨️ (0:08:22) Learning The Frame Functionality
⌨️ (0:10:25) Learning The Autolayout Functionality
⌨️ (0:14:39) Learning The Component Functionality
⌨️ (0:18:55) Learning The Variant Functionality
⌨️ (0:21:42) Creating The Type System
⌨️ (0:28:41) Creating The Color Palette/System
⌨️ (0:35:54) Creating The Icon Set
⌨️ (0:41:34) Creating Input Variants
⌨️ (0:52:23) Creating Large Button Variant
⌨️ (1:00:47) Designing Sign Up and Login Screen
⌨️ (1:18:46) Creating Status Bar Variant
⌨️ (1:23:14) Creating The Filter Variant
⌨️ (1:27:40) Creating Bottom Navigation Variant
⌨️ (1:35:02) Creating Image Card Variant
⌨️ (1:49:27) Updating Input Variant
⌨️ (1:57:31) Designing The Discover Screens
⌨️ (2:15:20) Creating Large Avatar Variant
⌨️ (2:24:05) Creating Small Button Variant
⌨️ (2:32:45) Creating The Benefit Card Variant
⌨️ (2:46:45) Designing Details Screen

🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster

--

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
5 Views · 2 years ago

React: Create a Stateful Component


#100DaysOfCode

Generative AI
7 Views · 2 years ago

React: Set State with this.setState


#100DaysOfCode

Generative AI
5 Views · 2 years ago

Learn how to get your website online with a custom URL and website hosting.

The template website referenced in this video is down. Get the template here: https://drive.google.com/file/....d/1Zr80JIe30eJEUIx_8

In this course, you will first learn how to create a simple website using HTML, CSS, and JavaScript, starting with a website template. (If you already have a website—great! Just skip this section and go to the next one.) Then, you will learn how to get a custom URL. Finally, you will learn how to host your website files and make your custom URL point to your website files. You will learn two different ways to host your website, including a way to host your website for free!

This course was created by Beau Carnes.

🔗 Get a .TECH domain name: https://get.tech

🔗 Learn more about HTML and CSS: https://www.youtube.com/playli....st?list=PLWKjhJtqVAb

⭐️ Course Contents ⭐️
⌨️ (00:00) Introduction
⌨️ (00:34) Creating a website
⌨️ (38:41) Getting a custom URL
⌨️ (42:45) Getting web hosting
⌨️ (48:25) Creating a custom email address
⌨️ (48:25) Updating Nameservers
⌨️ (51:35) Hosting for free with GitHub Pages
⌨️ (56:08) Updating DNS Settings
⌨️ (59:15) Conclusion

⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster

This course was made possible in part by a grant from Radix, who own the .tech TLD.

Generative AI
3 Views · 2 years ago

✍ Software Engineering as a Career: How to Land a Programming Job without a Computer Science Degree: https://www.amazon.com/dp/B0915RP5XK

💻Learn software development and build projects with others https://www.facebook.com/groups/230967387959757/

Support the channel:
👕Merch: https://teespring.com/stores/keen-coders

Website: https://hasanarmstrong.com/


Social Media 🤳
Facebook: https://www.facebook.com/hasan.armstrong
Instagram: https://www.instagram.com/hasan_armstrong

Contact me ✉
Email: hasan_armstrong@hotmail.co.uk

Generative AI
2 Views · 2 years ago

React: Use Advanced JavaScript in React Render Method


#100DaysOfCode

Generative AI
4 Views · 2 years ago

Learn the Flask Python web framework by building your own e-commerce website with its own authentication system.

💻 Full code: https://github.com/jimdevops19/FlaskSeries
💻 Get code snippets used in the course: http://www.jimshapedcoding.com..../courses/Flask%20Ful

✏️ Course created by Jim from JimShapedCoding. Check out his channel: https://www.youtube.com/channe....l/UCU8d7rcShA7MGuDyY

⭐️ Course Contents ⭐️
⌨️ P1 (0:00:00) Introduction
⌨️ P2 (0:20:37) Styling & Templates
⌨️ P3 (0:41:37) Sending data to Templates
⌨️ P4 (1:02:56) Template Inheritance
⌨️ P5 (1:21:14) Models and Databases
⌨️ P6 (1:51:13) Project Restructure
⌨️ P7 (2:05:41) Model Relationships
⌨️ P8 (2:25:37) Flask Forms
⌨️ P9 (2:51:58) Flask Validations
⌨️ P10 (3:14:05) Flashes & Advanced Validations
⌨️ P11 (3:41:04) User Authentication Part 1
⌨️ P12 (3:59:56) User Authentication Part 2
⌨️ P13 (4:34:16) Logout and Customizations
⌨️ P14 (4:51:25) Item Purchasing Part 1
⌨️ P15 (5:18:39) Item Purchasing Part 2
⌨️ P16 (5:54:13) Item Selling

Useful Links:
🔗 Python Download - https://www.python.org/downloads/​
🔗 Pycharm Download - https://www.jetbrains.com/pycharm/download/
🔗 Flask Starter Template - https://flask.palletsprojects.....com/en/1.1.x/quickst

--

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
1 Views · 2 years ago

In this No Black Box Machine Learning Course in JavaScript, you will gain a deep understanding of machine learning systems by coding without relying on libraries. This unique approach not only demystifies the inner workings of machine learning but also significantly enhances software development skills.

✏️ Course created by @Radu (PhD in Computer Science)

🎥 Watch part two: https://youtu.be/3wwiOSxDAmg

HOMEWORK
🏠 1st assignment spreadsheet: https://docs.google.com/spread....sheets/d/16wIddJ9jKA
🏠 Submit all other assignments to Radu's Discord Server: https://discord.com/invite/gJFcF5XVn9

GITHUB LINKS
💻 Drawing App: https://github.com/gniziemazity/drawing-app
💻 Data: https://github.com/gniziemazity/drawing-data
💻 Custom Chart Component: https://github.com/gniziemazity/javascript_chart
💻 Full Course Code (In Parts): https://github.com/gniziemazity/ml-course

PREREQUISITES
🎥 Interpolation: https://youtu.be/J_puRs40GhM
🎥 Linear Algebra: https://youtu.be/nzyOCd9FcCA
🎥 Trigonometry: https://youtu.be/xK3vKWMFVgw

LINKS
🔗 Check out the Recognizer we'll build in this course: https://radufromfinland.com/projects/ml/recognizer
🔗 Draw for Radu, Call for help video: https://youtu.be/Yw2QZ1vq2ek
🔗 Draw for Radu, Data collection tool: https://radufromfinland.com/projects/ml
🔗 Radu's Self-driving Car Course: https://www.youtube.com/playli....st?list=PLB0Tybl0UNf
🔗 Radu's older Machine Learning video: https://youtu.be/QXB1ytG95gs
🔗 CHART TUTORIAL (mentioned at 01:45:27): https://youtu.be/n8uCt1TSGKE
🔗 CHART CODE: https://github.com/gniziemazity/javascript_chart

TOOLS
🔧 Visual Studio Code: https://code.visualstudio.com/download
🔧 Google Chrome: https://www.google.com/chrome
🔧 Node JS: https://nodejs.org/en/download
(make sure you add 'node' and 'npm' to the PATH environment variables when asked!)


TIMESTAMPS
⌨️(0:00:00) Introduction
⌨️(0:05:04) Drawing App
⌨️(0:46:46) Homework 1
⌨️(0:47:05) Working with Data
⌨️(1:08:54) Data Visualizer
⌨️(1:29:52) Homework 2
⌨️(1:30:05) Feature Extraction
⌨️(1:38:07) Scatter Plot
⌨️(1:46:12) Custom Chart
⌨️(2:01:03) Homework 3
⌨️(2:01:35) Nearest Neighbor Classifier
⌨️(2:43:21) Homework 4 (better box)
⌨️(2:43:53) Data Scaling
⌨️(2:54:45) Homework 5
⌨️(2:55:23) K Nearest Neighbors Classifier
⌨️(3:04:18) Homework 6
⌨️(3:04:49) Model Evaluation
⌨️(3:21:29) Homework 7
⌨️(3:22:01) Decision Boundaries
⌨️(3:39:26) Homework 8
⌨️(3:39:59) Python & SkLearn
⌨️(3:50:35) Homework 9

Generative AI
5 Views · 2 years ago

Congratulations to our 2018 Top Contributors! Video starts at 12:05.

Full article about the party: https://medium.freecodecamp.org/861da08a77e1

---

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

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

Generative AI
4 Views · 2 years ago

Back End Development and APIs Certification freeCodeCamp org Part 1-5 NPM Install

Generative AI
1 Views · 2 years ago

Welcome to this course about development with Large Language Models, or LLMs. Throughout this course, you will complete hands-on projects will help you learn how to harness LLMs for your own projects. You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.

This course was developed by @Luup.ai123

Colab notebook for introduction to the API:https://colab.research.google.....com/drive/1gi2yDvvhU
Github : https://github.com/pythononthe....plane123/LLM_course_

Join the Discord: https://discord.com/invite/Hq39QgRU
Twitter : https://twitter.com/AkshatNon

⭐️ Contents ⭐️
⌨️ (0:00:00) Brief introduction to LLMs
⌨️ (0:11:49) Quick note from the future
⌨️ (0:12:04) Chatgpt playground (skip this is you know this already)
⌨️ (0:18:21) GPT API basics (skip this is you know this already)
⌨️ (0:30:43) Brief intro to chainlit
⌨️ (0:31:33) Cloning chatgpt user interface
⌨️ (0:45:37) Limitations of our interface
⌨️ (0:47:48) Adding streaming, backend view, stop sequence button
⌨️ (0:58:42) Introduction to vector databases
⌨️ (1:04:42) Vector databases hands on
⌨️ (1:12:10) QnA with Documents - .txt and .pdf
⌨️ (1:23:32) Testing out our Q&A system
⌨️ (1:27:22) Introduction to web-browsing and agents
⌨️ (1:32:52) AI researcher
⌨️ (1:42:23) Human as a tool
⌨️ (1:44:44) Mini code interpreter plugin(Replit tool)
⌨️ (1:46:29) Searching youtube using agents
⌨️ (1:49:19) Guide to explore more
⌨️ (1:50:33) Shell Tool
⌨️ (1:55:43) Create your own tools
⌨️ (2:01:19) Ending Notes

🎉 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
5 Views · 2 years ago

Learn how to build a CRM (Customer Relationship Management) App with Django, Python, and MySQL.

The app will use MySQL for the database. We'll be able to Register, Log In, Log Out, Add Records, View Records, Update Records, and Delete Records.

✏️ Course created by John Elder. Check out his channel: https://www.youtube.com/@Codemycom

💻 Github Code: https://github.com/flatplanet/Django-CRM

🔗 MySQL Download: https://dev.mysql.com/downloads/installer/

⭐️ Contents ⭐️
0:00:00 Introduction
0:01:50 Installation and App Setup
0:06:45 MYSQL Configuration
0:13:18 Version Control Git and Github.com
0:18:14 Build Out The Basic App
0:28:46 Login Users
0:47:32 Logout Users
0:51:45 Register Users
1:15:00 Database Model
1:25:48 View Records On Website
1:31:01 Bootstrap Table
1:38:23 Individual Records
1:48:41 Bootstrap Card
1:56:51 Delete Record
2:01:05 Add New Records
2:12:10 Update Records
2:20:06 Push Code To Github
2:20:54 Conclusion

🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 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
119 Views · 2 years ago

In this full Kotlin course, you will learn the most popular programming language on Android and start building your own apps.

✏️ Course from Alexandru Cristian.

More courses from Alexandru:
🔗 Kotlin: https://www.udemy.com/course/k....otlin-masterclass-le
🔗 Python: https://www.udemy.com/course/p....ython-complete-cours
🔗 Java: https://www.udemy.com/course/j....ava-for-absolute-beg

⌨️ (0:00:00) Introduction
⌨️ (0:01:06) Install Intellij IDEA
⌨️ (0:06:23) Hello World
⌨️ (0:25:41) Variables
⌨️ (0:41:18) Window
⌨️ (0:42:24) Integer Type
⌨️ (0:53:08) DataType: Byte, Short and Long
⌨️ (1:04:42) Float and Double
⌨️ (1:16:16) Char and Boolean
⌨️ (1:25:55) Operators
⌨️ (1:49:47) Comments
⌨️ (1:51:43) IfThenElse: Statement-Expression
⌨️ (2:02:25) Less Than or Equal To Operator
⌨️ (2:10:33) logical AND operator
⌨️ (2:14:52) logical OR operator
⌨️ (2:29:48) When Statement-Expression
⌨️ (2:44:16) Null
⌨️ (2:59:59) Functions
⌨️ (3:15:46) Function: return and expressions
⌨️ (3:27:43) Functions Overloading
⌨️ (3:33:57) Functions Default Values
⌨️ (3:44:09) Functions vararg keyword
⌨️ (3:55:17) loops: FOR loop
⌨️ (4:05:18) loops: WHILE and DO WHILE loop, Labels and continue and break
⌨️ (4:28:26) loops Challenge
⌨️ (4:43:14) Arrays
⌨️ (4:59:56) Arrays Challenge
⌨️ (5:18:41) OOP: Classes
⌨️ (5:37:01) OOP: Primary Constructor
⌨️ (5:51:25) OOP: Initializer Blocks
⌨️ (6:07:03) OOP: Secondary Constructors
⌨️ (6:23:56) OOP: Constructor Parameters Default Values
⌨️ (6:31:08) OOP: Getters and Setters
⌨️ (6:48:00) OOP: lateinit keyword
⌨️ (6:57:52) OOP: Companion Object
⌨️ (7:07:47) OOP: Singleton
⌨️ (7:19:08) OOP: Lazy Initialization
⌨️ (7:25:02) OOP: Enum Classes
⌨️ (7:39:27) OOP: Inner Classes
⌨️ (7:44:19) OOP Challenge
⌨️ (8:00:16) OOP: Inheritance 1
⌨️ (8:20:37) OOP: Inheritance 2
⌨️ (8:35:31) OOP: Sealed Class
⌨️ (8:48:57) OOP: Abstract Classes
⌨️ (8:56:29) OOP: Data Class
⌨️ (9:23:53) OOP: Interfaces 1
⌨️ (9:35:37) OOP: Interfaces 2
⌨️ (9:49:03) OOP: Object Expression
⌨️ (9:58:09) OOP: Delegation
⌨️ (10:05:20) List, Set, Map
⌨️ (10:22:26) Mapping
⌨️ (10:34:17) Zipping and Association
⌨️ (10:49:34) Flatten
⌨️ (10:59:17) String Representation
⌨️ (11:10:19) Filtering
⌨️ (11:28:53) Test Predicates
⌨️ (11:31:30) Plus and Minus Operators
⌨️ (11:34:45) Grouping
⌨️ (11:39:41) Retrieve Collection parts
⌨️ (11:59:47) Retrieve Single Elements
⌨️ (12:04:28) Aggregate Operations
⌨️ (12:09:23) Comparable and Comparator
⌨️ (12:36:43) Binary Search
⌨️ (12:51:06) Generics: Type Parameters and Casting
⌨️ (13:07:28) Generics: Upper Bounds

Generative AI
3 Views · 2 years ago

React: Use Array.map() to Dynamically Render Elements
#100DaysOfCode




Showing 93 out of 580