Latest videos

Generative AI
3,593 Views · 3 years ago

In this intermediate algorithm scripting tutorial we do a project called Seek and Destroy. This video constitutes one part of many where I cover the FreeCodeCamp (www.freecodecamp.org) curriculum. My goal with these videos is to support early stage programmers to learn more quickly and understand the coursework more deeply. Enjoy!

Generative AI
3,303 Views · 3 years ago

Do you need more help with coding?
════════════════════════════
✅ Apply for 1-1 coaching https://form.jotform.com/230156286763056

Certification: JavaScript Algorithms and Data Structures
Course: Basic JavaScript
Lesson: Passing Values to Functions with Arguments
freeCodeCamp tutorial

In this lesson, we learn how to use pass into values to functions using arguments in JavaScript.

Let's Connect 💯:
════════════════════════════
LinkedIn: https://www.linkedin.com/in/anusontarangkul/
TikTok: https://www.tiktok.com/@coding_david
Instagram: https://www.instagram.com/coding_david_/
GitHub: https://github.com/anusontarangkul

Generative AI
3,537 Views · 3 years ago

Let's make a tribute to Elon Musk! This FreeCodeCamp project will passes all tests and looks stunning. This would be a nice, simple project to add to your portfolio. We learn about sizing images, centering divs, and using great typography.

Thanks for watching and have a great day!

Connect on LinkedIn: https://www.linkedin.com/in/la....ndon-schlangen-a3989

Generative AI
2,913 Views · 3 years ago

I go through the basic javascript challenges on FreeCodeCamp. I did 52 of the first challenges. Hopefully this gives people a good learning experience.

Generative AI
3,197 Views · 3 years ago

Typography is the art of styling your text to be easily readable and suit its purpose.

In this project, we use typography to build a nutrition label webpage. We learn how to style text, adjust line height, and position our text using CSS.

Thank you for watching and have a great day!

Generative AI
3,520 Views · 3 years ago

this one has us adding names to the submitable elements

step 41 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 | #add #adding #adds #adder #name #names #submit #submitable #element #elements #elementals

Generative AI
4,216 Views · 3 years ago

In this tutorial, we will be building a Node.js API with MongoDB and Mongoose to track exercises. Our API will pass a series of tests, including creating a new user with a POST request to /api/users, getting a list of all users with a GET request to /api/users, adding exercises with a POST request to /api/users/:_id/exercises, and retrieving a full exercise log of any user with a GET request to /api/users/:_id/logs. Thanks for watching and have a great day!

Connect on LinkedIn: https://www.linkedin.com/in/la....ndon-schlangen-a3989

Generative AI
3,271 Views · 3 years ago

Learn full-stack development, React and more at Zero to Mastery: https://bit.ly/3t2R29a (affiliate) Use promo code FRIENDS10 for a 10% discount

Judging by my recent Codecademy review stats, developers on YouTube are apparently really interested, perhaps even obsessed with Codecademy. And that’s totally OK! I’ve been a member of this platform for years and have a lot to share! So today we’re going to look at Codecademy again... But this time specifically focus on how it compares to competitor platforms. In this video we're looking at:
✅ Codecademy vs freeCodeCamp
✅ Codecademy vs Datacamp
✅ Codecademy vs Udemy
✅ Codecademy vs Coursera

What platform is ideal for code newbies? What platform gets you the most bang for your buck? And is it really all about the data on Datacamp?
All this and more in today's video.

0:00 Intro
1:27 Codecademy vs freeCodeCamp
4:20 Codecademy vs DataCamp
6:29 Codecademy vs Udemy
7:57 Codecademy vs Coursera
10:18 Codecademy or freeCodeCamp for newbies?


=========================
⬇️ Cool stuff ⬇️
=========================

🪴 🎟 Sign up for our mailing list and get a FREE copy of The Encyclopedia of Online Coding Platforms: https://newsletter.realtoughcandy.com

🔥 💻 📚 JUMPSTART YOUR TECH CAREER! Put yourself ahead of the pack! Learn critical tech career skills, ranging from web developer freelancing to an introduction to algorithms: https://www.realtoughcandy.io

📡 🧮 Introduction to Algorithms in Python (FREE COURSE!): https://www.realtoughcandy.io/p/introduction-to-algorithms-in-python

🎙 🗣 Join the RealToughCandy Discord: https://discord.gg/68yMWzV

⚡️ I’m an affiliate of AlgoExpert / Educative / Amazon and may make a few bucks if you buy something ⚡️

🚀 My favorite learn-to-code app for 2022: https://www.educative.io/explore?aff=x06V

📚PEEP MY SIX TOP-RATED BOOKS:
› FREELANCE NEWBIE: https://amzn.to/2NoNpZ2
› PORTFOLIO SURGERY: https://amzn.to/32kchX8
› HOW TO GET A JOB IN WEB DEVELOPMENT: https://amzn.to/2Xh6Ac4
› THE ENCYCLOPEDIA OF ONLINE CODING PLATFORMS: https://amzn.to/3iv3DNo
› REAL TOUGH SOFTWARE: https://amzn.to/2sFxFHu
› TINY YOUTUBE: How to start a successful YouTube channel https://amzn.to/2oLvKPB

✅ SUPPORTING REALTOUGHCANDY
https://www.patreon.com/realtoughcandy
https://www.paypal.me/toughcandy
https://github.com/sponsors/RealToughCandy

🧮 Want to land a software engineering job at Google, Facebook and other tech companies? Pass the FAANG interview with AlgoExpert. Use my link for a special discount! https://www.algoexpert.io/realtoughcandy

Generative AI
4,141 Views · 3 years ago

Technical programming interviews are challenging, but being able to do well is what lands you a job at a top tech company. Improve your interviewing skills by watching this mock full-length, real-world coding technical interview (OOP + dynamic programming) for a software engineering role.

Interviewer: @KeithGalli
Interviewee: @KylieYYing

The first half of the mock interview, Keith asks Kylie to use object-oriented programming (OOP) to design a reading application, given a library of books. In the second half of the interview, Keith asks Kylie a dynamic programming (DP) question trying to find the max length of the longest common substring in two strings.

⭐️ Contents ⭐️
00:00 Intro
01:26 Beginning the Interview
03:25 Object-Oriented Design Question
32:21 Dynamic Programming Algorithm Question
56:35 Feedback Chat
1:11:35 Closing Thoughts

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

this one has us formatting even another p element

step 61 link: https://www.freecodecamp.org/l....earn/2022/responsive
learn typography by tuilding a nutrition label 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 #build #building #learn2code #typography #nutrition #nutritionallabel #label #nutes | #format #formatting #formats #p #element #elemental #elements #another #even

Generative AI
2,853 Views · 3 years ago

this one has us changing the min-height of the select element

step 55 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 | #change #changing #changes #minheight #min #minimum #mins #minimums #height #heights #select #selection #selecting #selects

Generative AI
3,391 Views · 3 years ago

► Are You A Coding Expert? Take Our Free Quiz and Find Out - https://www.dorscodingschool.com/quiz

► Discord + 500 Practice Problems w/ Video Solution + 30Min Zoom Call - https://www.dorscodingschool.com/discord

► Get Our Solutions and an eBook on ‘How to Avoid Tutorial Hell and Finally Get a Job as a Developer’ - https://www.dorscodingschool.com/ebook

► Learn How to Code with Private Classes - https://www.dorscodingschool.com/coachingplans

Generative AI
3,851 Views · 3 years ago

Learn how to build a Mobile App with HTML, CSS, JavaScript and Google Firebase. Go here to try the interactive browser-version: https://scrimba.com/learn/firebase

✏️ This course was created by Rafid Hoda, a teacher at Scrimba. You can follow Rafid on Twitter here: https://twitter.com/rafidhoda

We recommend that you learn basic HTML, CSS, and JavaScript before taking this course.

💫 Links mentioned:

🔗 EpochConverter: https://www.epochconverter.com/
🔗 Meta viewport explained by Kevin Powell: https://www.youtube.com/watch?v=SElOdK2qTpI

🛠 Tools used:
🔗 Firebase: https://firebase.google.com/
🔗 Favicon: https://favicon.io/
🔗 Netlify: https://www.netlify.com/
🔗 Figma: https://www.figma.com/
🔗 Google Fonts: https://fonts.google.com/

⭐️ Code ⭐️
🔗 Download via Scrimba: https://scrimba.com/learn/firebase

🐱 Want to get access to the cute cat images used in this course?
→ Search for "Peach and Goma cat" on Google Image.

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:57) Let's Build a Mobile App with Firebase
⌨️ (0:06:02) Setting up app skeleton
⌨️ (0:09:53) Adding CSS
⌨️ (0:14:16) Aside: Firebase Realtime Database
⌨️ (0:24:21) Adding Firebase to project
⌨️ (0:29:13) Security Rules
⌨️ (0:31:46) innerHTML to append li to ul
⌨️ (0:35:23) Refactoring
⌨️ (0:40:15) Aside: Turning an Object into an Array
⌨️ (0:44:28) Aside: Fetching database items in realtime using onValue
⌨️ (0:54:54) Updating items in realtime
⌨️ (0:57:41) For loop to render database items
⌨️ (1:00:42) Let's smash the bug
⌨️ (1:03:32) Aside: Flexbox flex-wrap
⌨️ (1:04:54) Aside: Flexbox gap
⌨️ (1:06:15) Adding CSS for li to wrap items
⌨️ (1:10:22) Getting ID of item in database
⌨️ (1:14:35) Replacing innerHTML with createElement
⌨️ (1:19:48) Aside: Removing items from Firebase
⌨️ (1:25:09) Removing an item when clicked
⌨️ (1:29:22) Only fetching items from database if snapshot exists
⌨️ (1:33:28) Adding hover styles to buttons
⌨️ (1:35:20) Aside: user-select
⌨️ (1:37:04) Aside: Setting the viewport
⌨️ (1:38:58) Making the app more mobile-friendly
⌨️ (1:40:35) Aside: Favicon
⌨️ (1:42:42) Adding favicon and phone icons
⌨️ (1:43:58) Aside: Web Application Manifest
⌨️ (1:46:39) Turning web app into "mobile" app
⌨️ (1:47:40) Personalise your app
⌨️ (1:49:10) Deploy to Netlify
⌨️ (1:51:48) Add app to home screen
⌨️ (1:53:44) Share your creation
⌨️ (1:55:32) Recap
⌨️ (1:59:16) Outro + Credits

Follow Scrimba on YouTube: https://www.youtube.com/c/Scrimba
Follow Scrimba on Twitter: https://twitter.com/scrimba

Generative AI
2,716 Views · 3 years ago

If you want to support the channel, any donation in PayPal helps: https://bit.ly/2Ss5i90

Follow me on
Facebook: https://www.facebook.com/aksonai
Instagram: https://www.instagram.com/akson.ai
Twitter: https://twitter.com/akson_ai

In this video series I am going to go through the exercises in the Freecodecamp's curriculum, for JavaScript Algorithms and Data Structures:
https://bit.ly/3hCCTbW

Here is my code on Github:
https://github.com/aksonai/fre....ecodecamp/tree/maste

Freecodecamp: https://www.freecodecamp.org/l....earn/javascript-algo

Generative AI
3,607 Views · 3 years ago

In this tutorial, we will be building a Node.js API that can get your IP address, preferred language, and software. Our API will pass all the necessary tests, including returning the correct information in the corresponding JSON object keys. Thanks for watching and have a great day!

Connect on LinkedIn: https://www.linkedin.com/in/la....ndon-schlangen-a3989

Generative AI
2,616 Views · 3 years ago

Follow me on
Facebook: https://www.facebook.com/aksonai
Instagram: https://www.instagram.com/akson.ai
Twitter: https://twitter.com/akson_ai

In this video series I am going to go through the exercises in the Freecodecamp's curriculum, for JavaScript Algorithms and Data Structures:
https://bit.ly/3hCCTbW

Freecodecamp: https://www.freecodecamp.org/l....earn/javascript-algo




Showing 167 out of 579