Latest videos
React: Use Array.filter() to Dynamically Filter an Array
#100DaysOfCode
How to Sign Up to freecodecamp.
How to use it.
Solutions of first 38 challenges.
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
Redux: Use a Switch Statement to Handle Multiple Actions
#100DaysOfCode
React: Review Using Props with Stateless Functional Components
#100DaysOfCode
⭐️ Watch the updated version of this course: https://youtu.be/2LhoCfjm8R4
In this data visualization course, you’ll learn how to transform data into meaningful graphical forms using D3.js and web technologies. D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS. Besides teaching all about D3, this beginner's course also covers the basics of JavaScript, HTML, CSS, and SVG so you will have all the prerequisite knowledge to create stunning data visualizations.
🎥 Course created by Curran Kelleher. Check out his YouTube channel: https://www.youtube.com/channe....l/UCSwd_9jyX4YtDYm9p
🔗 You can create data visualization projects on VizHub: https://vizhub.com
⭐️ Course Contents & Code ⭐️
⌨️ (0:00:00) Data Visualization Course Overview
⌨️ (0:02:50) Why Visualize Data?
⌨️ (0:14:28) Inputs for Data Visualization: Data & Tasks
⌨️ (0:29:31) Intro to Javascript
💻 Code: https://vizhub.com/curran/1e6587bb27c54c368deae8b79a7ca59a
⌨️ (1:57:35) Intro to HTML, CSS & SVG
💻 Code: https://vizhub.com/curran/366c38ba5ebc4631b4bd936f3b709744
⌨️ (2:31:56) Intro to D3.js - Let's Make a Face!
💻 Code: https://vizhub.com/68416/be771477cb974c938cd8603dd8b59d32
⌨️ (3:15:06) Making a Bar Chart with D3.js and SVG
💻 Code: https://vizhub.com/curran/dd44f8fcdc8346ff90bddd63572bf638
⌨️ (3:44:02) Customizing Axes of a Bar Chart with D3.js
💻 Code: https://vizhub.com/curran/a44b38541b6e47a4afdd2dfe67a302c5
⌨️ (4:10:03) Making a Scatter Plot with D3.js
💻 Code: https://vizhub.com/curran/9247d4d42df74185980f7b1f7504dcc5
⌨️ (4:34:22) Making Line and Area Charts with D3.js
💻 Code: https://vizhub.com/curran/012b5b20ce894b0fa7dc98ef3a0b43a5
⌨️ (5:04:36) The General Update Pattern of D3.js
💻 Code: https://vizhub.com/curran/7f4137a77b564607ae2791ab1e49cf7e
⌨️ (6:04:30) Marks & Channels in Data Visualization
⌨️ (6:28:43) Interaction with Unidirectional Data Flow using D3.js
💻 Code: https://vizhub.com/curran/c2274b1dfe914115bac48f437b3c104e
⌨️ (6:45:13) Making a World Map with D3
💻 Code: https://vizhub.com/curran/c5475d7c95d348d5b8268012fbccb728
⌨️ (7:02:43) Cheap Tricks for Interaction on a D3.js World Map
💻 Code: https://vizhub.com/curran/4fb5e4e665474a169325bd18cdc3d0c0
⌨️ (7:25:37) Blank Canvas
💻 Code: https://vizhub.com/curran/0c35fdf97a6042188b5550e6712de315
⌨️ (7:30:43) Building a Tree Visualization of World Countries with D3.js
💻 Code: https://vizhub.com/curran/4f92c793909f48d28012e43ddab716df
⌨️ (8:04:48) Color and Size Legends with D3.js
💻 Code: https://vizhub.com/curran/92c34f62c0f948e89e87d28907c08715
⌨️ (8:33:27) Choropleth Map with D3.js
💻 Code: https://vizhub.com/curran/d5ad96d1fe8148bd827a25230cc0f083
⌨️ (9:05:16) Interactive Filtering on a Choropleth Map
💻 Code: https://vizhub.com/curran/5c907e49d0294538aad03ad1f41e1e28
⌨️ (9:51:00) Using Color in Visualization
⌨️ (10:07:54) Scatter Plot with Menus
💻 Code: https://vizhub.com/curran/98ba4daacc92442f8d9fd7d91bfd712a
⌨️ (10:54:03) Circles on a Map
💻 Code: https://vizhub.com/curran/8704c9b7c6df43cabf839aa3f1cb7b70
⌨️ (11:35:51) Line Chart with Multiple Lines
💻 Code: https://vizhub.com/curran/2546209d161e4294802c4ac0098bebc2
⌨️ (11:59:34) Melting and Munging Data with JavaScript
💻 Code: https://vizhub.com/curran/ecb0793c7d674100b3e3133d92cb6957
⌨️ (12:28:29) Selecting a Year on a Line Chart
💻 Code: https://vizhub.com/curran/501f3fe24cfb4e6785ac75008b530a83
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://www.freecodecamp.org/news
https://www.youtube.com/watch?v=coQ5dg8wM2o
Hey,guys uploading python basics for developer's
Learn Basic HTML and HTML5: Add Images to Your Website | freeCodeCamp.org
Signup with FreeCodeCamp to follow along
https://www.freecodecamp.org/
Social Media:
https://twitter.com/thePeterAyeni
https://www.linkedin.com/in/peterayeni/
https://www.instagram.com/thepeterayeni/
Website:
http://peterayeni.dev/
https://medium.com/@thepeterayeni
#freecodecamp.orgsolutions #product-landing-page #responsive-web-design-projects
Hey guys , Coder here in this video we will be completing 60% of getting our first first freecodecamp certificate by making the product landing page which is the third project of responsive web design projects.
We are a team of two [Crafter & Coder] with the aim to help as many people as we can with the knowledge and skills we have ...
Links:
FCC site : https://www.freecodecamp.org/learn/re...
Project site: https://codepen.io/Coderteaches/pen/dyoWwyx
Fork me site: https://codepen.io/freeCodeCamp/pen/M...
Logo used : https://acmanoa.github.io/asse....ts/img/logos/gamedev
image1: https://www.cloudwards.net/wp-....content/uploads/2018
image2: https://spzone-simpleprogramme....r.netdna-ssl.com/wp-
Discord Server Link : https://discord.gg/WVKNWTg
Learn how to create an Angular 11 project from scratch in this full course. It uses a public API to create a game database website. You will gain a great foundation for building Angular applications.
You will learn how to how to set up a project using Angular CLI, how to create components, how to make http calls, how to implement http interceptors, how to make services.
Also you will learn how to set up routes for your application and how to pass data with routes between the components. You will learn to use pipes and various Angular directives like ngFor, ngIf, and more.
✏️ Course created by Slobodan Gajic. Check out his channel: https://www.youtube.com/channe....l/UCBu5ulO4d-d47lAVy
💻 Code: https://github.com/bobangajicsm/ng-video-games-db
🔗 API details: https://rapidapi.com/accujazz/....api/rawg-video-games
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:01:00) Installation of project and modules
⌨️ (0:04:28) Search bar component
⌨️ (0:06:13) Styling search bar
⌨️ (0:09:36) Creating home component
⌨️ (0:10:03) Creating routes
⌨️ (0:15:08) Styling home component
⌨️ (0:18:58) Creating http service
⌨️ (0:21:23) Creating typescript models
⌨️ (0:23:43) Creating http interceptors
⌨️ (0:28:13) Implementing home component
⌨️ (0:35:13) Implementing sort menu
⌨️ (0:40:28) Creating details component
⌨️ (0:47:13) Styling details component
⌨️ (0:57:43) Details tabs component
⌨️ (1:02:33) Styling tabs
⌨️ (1:04:43) Implementing data into tabs
⌨️ (1:10:38) Final review
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Learn how to create a web database app in ASP.NET Core using Visual Studio and the C# language.
This tutorial will show you how to :
- Use the MVC (Model View Controller) design pattern.
- Configure database tables using the Entity framework.
- Setup of classes as models. Customize Razor forms.
- Create methods inside a controller.
- Style an ASP.NET page with CSS.
- Use Bootstrap classes.
- Create a search function to filter database results.
✏️ Course developed by Shad Sluiter. Check out his YouTube channel: https://www.youtube.com/user/shadsluiter
⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 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
this one introduces the attribute selector
step 56 link: https://www.freecodecamp.org/l....earn/2022/responsive
learn html forms by building a registration form playlist link: https://www.youtube.com/playli....st?list=PLktFju7xyBz
#freecodecamp #coding #learntocode #learnprogramming #learnhtml #html #learncss #css #frontend #frontenddeveloper #programming #programminglife #computer #computerscience #computers #homework #learning #tutorial #programmingtutorials #programmingtutorial #htmltutorial #htmltutorialforbeginners #htmltutorials #csstutorial #csstutorialforbeginners #csstutorials #code #codes #responsivewebdesign #tutorial #tutorials #learn2code #course #courses #computercourse #computercourses #htmlcourse #csscourse #programmingcourses #computerclasses #computerclass #class #classes #learn #learning #form #registration #forms #registrationform #build #building #learn2code | #select #selection #selecting #selects #selector #selectors #attribute #attributes
Learn to build a Java desktop application in this course. You will learn how to build a Sudoku game using JavaFX.
💻 Code: https://github.com/BracketCove..../JavaDesktopSudoku/t
🎥 Course from Ryan Kay. Check out his YouTube channel: https://www.youtube.com/c/wiseAss
🔗 Ryan Kay's paid Java Course: https://skl.sh/3fZbjos
⭐️ Course Contents ⭐️
⌨️ (0:00) Introduction
⌨️ (1:35) Problem Domain Classes (SudokuGame, Coordinates with Hashing, IStorage)
⌨️ (7:41) Constants w/ Enums & static final variables (GameState, Messages, Rows)
⌨️ (9:26) Application Container/Entry Point (SudokuApplication, Main)
⌨️ (12:20) User Interface w/ Java Interfaces (IUserInterfaceContract, EventListener, View)
⌨️ (14:29) User Interface (Custom JavaFX TextField)
⌨️ (17:10) User Interface (UserInterfaceImpl, Managing 81 TextFields Elegantly w/ HashMap)
⌨️ (45:32) Control Logic (Implementing EventListener similar to MVP/MVC)
⌨️ (50:49) Computation Logic (SudokuUtilities static Helper Methods)
⌨️ (54:00) Computation Logic (GameGenerator Algorithms for generating a new solvable Sudoku Game)
⌨️ (1:06:00) Computation Logic (SudokuSolver Algorithm for Solving a Sudoku Game)
⌨️ (1:12:45) Computation Logic (Entry Point To Back End & Algorithms for Validating a Sudoku Game for Completion)
⌨️ (1:25:57) Build Logic (SudokuBuildLogic for "separating configuration from use" -Martin Fowler)
⌨️ (1:28:44) Persistence/Data Storage (LocalStorageImpl for storing data on the local filesystem)
⌨️ (1:33:49) Acknowledgements & further resources
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Get up and running with freeCodeCamp.org.
#freeCodeCamp.org is a resource for #learning how to #code.
React: Use State to Toggle an Element
#100DaysOfCode
Support our campaign here: https://www.freecodecamp.org/n....ews/p/4476d664-eb83-
View the Curriculum Design Sheets (these are very much a work in progress): https://docs.google.com/spread....sheets/d/1KXEJvgnAzi
If you're a math / CS professor or Data Science practitioner, we'd appreciate your feedback / ideas for this curriculum: https://docs.google.com/forms/....d/e/1FAIpQLScLiGgmYh
Follow Quincy on Twitter: https://twitter.com/ossia
Follow Eric on Twitter: https://twitter.com/erictleung
Follow Tom on Twitter: https://twitter.com/moTness
Follow Darrell Silver (who's 100%-matching all donations) on Twitter: https://twitter.com/darrellsilver