Top videos

Generative AI
3 Views · 3 years ago

Learn basic computer and technology skills. This course is for people new to working with computers or people that want to fill in some gaps about their computer knowledge.

✏️ This course was developed by GCF Global. Check out their YouTube channel: https://www.youtube.com/c/GcflearnfreeOrgplus
🔗 GCF Global offers more free learning resources at their website: https://www.GCFLearnFree.org

⭐️ Course Contents ⭐️
⌨️ (00:00:00) Introduction
⌨️ (00:00:55) What Is a Computer?
⌨️ (00:03:37) Buttons and Ports on a Computer
⌨️ (00:06:01) Basic Parts of a Computer
⌨️ (00:08:47) Inside a Computer
⌨️ (00:10:58) Getting to Know Laptop Computers
⌨️ (00:12:55) Understanding Operating Systems
⌨️ (00:14:21) Understanding Applications
⌨️ (00:15:53) Setting Up a Desktop Computer
⌨️ (00:18:47) Connecting to the Internet
⌨️ (00:22:41) What Is the Cloud?
⌨️ (00:25:06) Cleaning Your Computer
⌨️ (00:29:02) Protecting Your Computer
⌨️ (00:32:17) Creating a Safe Workspace
⌨️ (00:36:25) Internet Safety: Your Browser's Security Features
⌨️ (00:38:36) Understanding Spam and Phishing
⌨️ (00:43:27) Understanding Digital Tracking
⌨️ (00:45:39) Windows Basics: Getting Started with the Desktop
⌨️ (00:47:40) Mac OS X Basics: Getting Started with the Desktop
⌨️ (00:52:26) Browser Basics


English
This video has been dubbed using an artificial voice via https://aloud.area120.google.com to increase accessibility. You can change the audio track language in the Settings menu.

Spanish
Este video ha sido doblado al español con voz artificial con https://aloud.area120.google.com para aumentar la accesibilidad. Puede cambiar el idioma de la pista de audio en el menú Configuración.

Portuguese
Este vídeo foi dublado para o português usando uma voz artificial via https://aloud.area120.google.com para melhorar sua acessibilidade. Você pode alterar o idioma do áudio no menu Configurações.


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

Learn the basics of Django by building a simple online marketplace where people can buy and sell items. You will learn how to implement:
- Authentication
- Communication between users
- Dashboard for your items
- Form handling and customizations
- and more

✏️ The course is developed by CodeWithStein. Check out his channel:
https://www.youtube.com/c/CodeWithStein
CodeWithStein on twitter: https://twitter.com/codewithstein

💻 Code: https://github.com/SteinOveHelset/puddle

⭐️ Contents ⭐️
⌨️ (0:00:00) Demo
⌨️ (0:02:01) Introduction
⌨️ (0:02:20) Setting up
⌨️ (0:06:00) First app
⌨️ (0:24:51) Items
⌨️ (0:44:30) Item detail
⌨️ (0:55:56) Signing up
⌨️ (1:10:06) Logging in
⌨️ (1:15:44) Adding items
⌨️ (1:28:25) Dashboard
⌨️ (1:32:36) Delete items
⌨️ (1:36:58) Edit items
⌨️ (1:40:01) Searching
⌨️ (1:53:43) Communication
⌨️ (2:23:00) Summary

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

Learn bash scripting in this crash course for beginners. Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.

✏️ Course created by @Herbertech

💻 Code: https://github.com/herbertech/bash-intro-tutorial

⌨️ (00:00) Introduction
⌨️ (03:24) Basic commands
⌨️ (06:21) Writing your first bash script
⌨️ (11:29) Variables
⌨️ (14:55) Positional arguments
⌨️ (16:23) Output/Input redirection
⌨️ (23:23) Test operators
⌨️ (25:19) If/Elif/Else
⌨️ (28:37) Case statements
⌨️ (32:16) Arrays
⌨️ (34:12) For loop
⌨️ (36:03) Functions
⌨️ (41:31) Exit codes
⌨️ (42:30) AWK
⌨️ (45:11) SED

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

Learn to use Astro in this beginner's tutorial. Astro is an all-in-one web framework for building fast, content-focused websites like landing pages, blogs, technical documentation, and more.

✏️ This course was developed by @JamesQQuick
🔗 Longer Astro Course: https://astrocourse.dev/

💻 Code: https://github.com/jamesqquick/astro-course-demo

Astro Docs - https://docs.astro.build/
SSG vs SSR Diagram - https://app.eraser.io/workspac....e/CmsSg90ShrgnuACWRs

⌨️ (0:00:00) Intro
⌨️ (0:00:35) What We'll Cover
⌨️ (0:01:23) Creating an Astro Project
⌨️ (0:06:23) Astro Overview (components, file based routing, css, and more)
⌨️ (0:13:23) Astro Setup in VS Code
⌨️ (0:16:23) Setting Up Tailwind
⌨️ (0:18:23) Updating the Site Layout
⌨️ (0:27:23) Working with Markdown and Content Collections
⌨️ (0:34:23) Querying and Displaying Blog Posts Using Content Collections
⌨️ (0:40:23) Creating Dynamic Routes For Individual Blog Posts
⌨️ (0:46:38) Tailwind Typography Plugin
⌨️ (0:47:53) Optimizing Images
⌨️ (0:52:43) Using the ViewTransitions API
⌨️ (0:54:03) Adding Support for MDX
⌨️ (0:56:23) Deploy to Netlify and Vercel
⌨️ (0:59:23) Enabling SSR in Astro
⌨️ (1:08:53) Astro Server Endpoints
⌨️ (1:12:23) Deploying SSR to Netlify and Vercel
⌨️ (1:16:23) Wrap Up

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

Learn the basics of HTML and how to begin coding in this course for beginners.

Are you interested in coding but have never tried it before? Are you curious about how to create your own website or app? If so, then this video course is for you!

✏️ Course developed by @AniaKubow
🔗 Full course: http://codewithania.com/

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:34) What is a code editor?
⌨️ (0:03:08) Code editor options
⌨️ (0:03:52) Files files files
⌨️ (0:07:27) HTML Introduction
⌨️ (0:09:27) HTML - what is it exactly?
⌨️ (0:11:53) HTML Syntax
⌨️ (0:17:08) Saving files in your code editor
⌨️ (0:18:19) HTML Anatomy
⌨️ (0:22:50) Headings
⌨️ (0:24:49) Paragraphs
⌨️ (0:26:04) HTML headings, paragraphs and emphasis
⌨️ (0:32:20) Indenting code in HTML
⌨️ (0:34:03) HTML lists
⌨️ (0:38:54) HTML links
⌨️ (0:43:49) Navigating Pages
⌨️ (0:51:20) Images in HTML
⌨️ (0:55:15) Creating tables using HTML
⌨️ (1:03:27) Introducing the Div
⌨️ (1:05:09) Semantic sectioning
⌨️ (1:07:39) Table Tennis Leaderboard: Project prep
⌨️ (1:09:30) Table Tennis Leaderboard: Starting out our project
⌨️ (1:12:44) Table Tennis Leaderboard: table rows and lists
⌨️ (1:16:44) Table Tennis Leaderboard: Sectioning and the figure element
⌨️ (1:25:27) HTML forms
⌨️ (1:26:52) The various input element types in HTML
⌨️ (1:33:17) HTML Inputs exercise 1
⌨️ (1:40:40) HTML Inputs exercise 2
⌨️ (1:43:55) HTML Inputs exercise 3
⌨️ (1:48:57) The select dropdown in HTML
⌨️ (1:54:38) The Inspect tool
⌨️ (1:56:51) Using the data attribute in HTML
⌨️ (1:59:15) Commenting out code
⌨️ (2:01:29) What’s next?

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

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

Generative AI
3 Views · 3 years ago

React: Pass a Callback as Props


#100DaysOfCode.

Generative AI
3 Views · 3 years ago

Gatsby is a framework for creating blazing fast websites and web applications. Powered by React and GraphQL, Gatsby gives you everything you need to build and launch your next project. In this tutorial, you will learn everything you need to build and launch your first site with Gatsby. You’ll build a website from scratch and learn how to get it deployed to production.

💻 Course created by Andrew Mead. Follow him on Twitter: https://twitter.com/andrew_j_mead

Andrew Mead's premium courses:
🔗 Node.js (most popular): http://links.mead.io/fccnode
🔗 JavaScript: http://links.mead.io/fccjs
🔗 React: http://links.mead.io/fccreact
🔗 GraphQL: http://links.mead.io/fccgraphql

⭐️ Course Contents ⭐️
⌨️ 1. Creating a Gatsby Site
- Timestamp: 0:38
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 2. Working with Gatsby Pages
- Timestamp: 14:50
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 3. Linking Between Pages with Gatsby
- Timestamp: 27:00
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 4. Creating Shared Page Components
- Timestamp: 35:56
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 5. Creating Gatsby Page Layouts
- Timestamp: 48:14
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 6. Styling Gatsby Projects
- Timestamp: 56:13
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 7. Styling Gatsby with CSS Modules
- Timestamp: 1:06:49
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 8. Gatsby Data with GraphQL
- Timestamp: 1:28:23
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 9. GraphQL Playground
- Timestamp: 1:47:12
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 10. Sourcing Content from the File System
- Timestamp: 1:51:32
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 11. Working with Markdown Posts
- Timestamp: 2:03:37
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 12. Generating Slugs for Posts
- Timestamp: 2:19:00
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 13. Dynamically Generating Pages
- Timestamp: 2:35:14
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 14. Rendering Post Data in Blog Template
- Timestamp: 2:52:08
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 15. Adding Images to Posts
- Timestamp: 3:03:28
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 16. Getting Started with Contentful
- Timestamp: 3:21:19
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 17. Rendering Contentful Posts
- Timestamp: 3:38:29
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 18. Dynamic Pages from Contentful
- Timestamp: 3:49:24
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 19. 404 Pages and React Helmet
- Timestamp: 4:10:18
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb
⌨️ 20. Deploying Your Gatsby Site
- Timestamp: 4:25:38
- Code: https://s3-us-west-2.amazonaws.....com/the-great-gatsb

--

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

✍ My book : https://www.amazon.com/dp/B0915RP5XK

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

Generative AI
3 Views · 3 years ago

Que onda gente, hace poco que empecé a estudiar programación y lo hice en freecode y creo que seria buena idea ir dando mi punto de vista y recomendando cosas, para que su camino sea menos tedioso si planean hacerlo al igual que yo por este medio.

---------- REDES ----------

Insta: https://www.instagram.com/arnix_minad​...
Twitter: https://twitter.com/arnix_minadeo​
Canal de Twitch: https://www.twitch.tv/arnixgamer​
Tik Tok: https://www.tiktok.com/@arnix_minadeo...

---------- ONEWAY ----------

Instagram: https://www.instagram.com/oneway.py/?hl=es-la
Facebook: https://www.facebook.com/OnewayPyOficial

---------- PODCAST ----------

Spotify: https://open.spotify.com/show/....7vgOF0bUOtQN58lK22tB
Anchor: https://anchor.fm/arnaldo-daniel-ferreira-minadeo

---------- DISCORD ---------

Server de discord: https://discord.gg/QV6K9Mj​

Generative AI
3 Views · 3 years ago

Basic JavaScript Lessons 6-10 FreeCodeCamp org odhinsWell

In this lesson we talk about:
Declaring String Variables
Understanding uninitialized variables
Understanding case sensitivity in variables
Explore differences between the var and the let keywords
Declare a read only variable with the const keyword.

00:00 Introduction
00:44 Declare String Variables
01:34 Understanding Uninitialized Variables
03:25 Understanding Case Sensitivity
05:14 Explore Differences Between the var and let Keywords
06:12 Declare a Read-Only Variable with the Const Keyword
08:21 Outro & Bloopers

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Basic JavaScript Lessons 6-10 FreeCodeCamp org odhinsWell

freecodecamp javascript - freecodecamp javascript es6 - freecodecamp javascript review - freecodecamp javascript beginner - freecodecamp javascript basic - javascript tutorial for beginners - learn to code for beginners - learn to code for beginners free online - learn to code javascript for beginners - best code to learn for beginners - easiest coding to learn for beginners - learn to code - learn to code java - learn to code fast - javascript - javascript crash course

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Generative AI
3 Views · 3 years ago

Redux: Use Middleware to Handle Asynchronous Actions
#100DaysOfCode

Generative AI
3 Views · 3 years ago

Hi, if you want to learn Complete Full Stack Development from me then you can study from
🔥Delta 2.0 (Full Stack Web Development) : https://www.apnacollege.in/course/delta-batch-2

International Student (payment link) - https://buy.stripe.com/bIYaEQ9beek610sbIS


Download Froala : https://bit.ly/FROALA
Download UltraEdit : https://bit.ly/ULTRAEDIT

Notes + Code: https://drive.google.com/drive..../folders/1mBJsq65A5X

Join the Community : https://telegram.me/+k4rdgTPwmm5kMGVl

🔥 Complete C Course : https://bit.ly/FullTutorialC
🔥 Java Placement Course(with DSA) : https://bit.ly/JavaPlaylistComplete
🔥 C++ Placement Course (DSA) : https://bit.ly/CppPlaylistComplete
🔥Instagram: https://www.instagram.com/dhattarwalaman

Timestamps :
00:00:00 - Introduction
00:01:38 - Installing Code Editor (one from Froala/UltraEdit/VSCode)
00:05:40 - How do websites work?
00:08:24 - Level 1
00:36:38 - Level 2
01:03:27 - Level 3
01:25:10 - Level Pro (Hardest to Crack!)

My YouTube Gear 😉: https://docs.google.com/docume....nt/d/1pyTJVmed-rHFXN

Generative AI
3 Views · 3 years ago

React: Add Inline Styles in React


#100DaysOfCode

Generative AI
3 Views · 3 years ago

Welcome to this No Black Box Machine Learning Course in JavaScript. It’s a course where we code without using libraries because it’s the best way to learn all inner workings of a machine learning system and you’ll greatly improve your software development skills as well.

The goal in this course is to build a web app that learns to recognize drawings. This is phase 2, where we increase the accuracy of the method we developed in Phase 1. We do this by implementing more sophisticated features and using other classification methods (like the Neural Network). In Phase 2 we also learn about Data Cleaning, Confusion Matrices, Geometry and the difference between Vector and Raster data (pixels).

🎥 No Black Box Phase 1 Course: https://youtu.be/vDDjtwQDw2k

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

📁 Data: https://github.com/gniziemazity/drawing-data
💻 Code: https://github.com/gniziemazity/ml-course-phase-2
💻 Ilya's code: https://gist.github.com/id-ily....ch/8630fb273e5c5a0b6
💻 Neural Network Code: https://github.com/gniziemazity/neural-network
Phase 3 Poll: https://forms.office.com/e/QTMCLLaV24

⭐️ Other Resources ⭐️
Recognizer we build in this course: https://radufromfinland.com/projects/ml/recognizer
Euclidean Distance Video: https://youtu.be/3rPwfmrCwVw
Interpolation Video: https://youtu.be/J_puRs40GhM
Draw the Portal Game Tutorial (Inspired from Dr. Strange): https://youtu.be/0SxiyLk2IMM
Why the Circle has the Largest Area: https://youtu.be/CFBa2ezTQJQ
Recognizing drawings via webcam: https://youtu.be/QXB1ytG95gs
Self-driving Car Course: https://youtu.be/Rs_rAxEsAvI
Discord Server: https://discord.com/invite/gJFcF5XVn9
Scikit-learn documentation: http://scikit-learn.org/stable..../modules/generated/s

⭐️ Contents ⭐️
0:00:00 Introduction
0:04:07 Phase 1 Code Review
0:23:11 Data Cleaning
0:41:30 Confusion Matrix
1:16:00 Euclidean Distance Marker
1:16:06 Measuring the Elongation
1:39:23 Measuring the Roundness
1:59:20 Vector vs Raster (Pixels)
2:22:40 Neural Networks
3:04:49 Optimizing Neural Networks
3:25:15 Deep Neural Networks

🎉 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 555 out of 579