Rithm School
Rithm School
  • 56
  • 115 939
JavaScript: Intro to DOM Manipulation
JavaScript: Intro to DOM Manipulation
Join us for an exciting session on DOM (Document Object Model) manipulation that is perfect for beginners who want to learn how to manipulate web page elements using JavaScript.
You'll learn the basics of the DOM and how to use JavaScript to access and modify web page content, style, and structure. You'll learn about selectors, events, properties, and methods that allow you to add, remove, or change HTML elements on the fly.
Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!
#javascript #rithm #bootcamp #coding #codingbootcamp
Переглядів: 274

Відео

JavaScript Essentials: Introduction to Data Structures
Переглядів 2043 місяці тому
JavaScript Essentials: Introduction to Data Structures Understanding data structures is fundamental to developing efficient and sophisticated web applications, and this event is designed to equip you with the knowledge you need to master this crucial aspect of programming. We'll explore the basics of data structures in JavaScript, including arrays, objects, maps, and sets. We'll discuss how the...
Building Your First JavaScript Game
Переглядів 1203 місяці тому
Build a version of the popular online word game, Wordle, using JavaScript! Learn how to use JavaScript to build an interactive word game. Along the way, we’ll use examples of functions, if statements, and loops. You'll also learn how JavaScript interacts with a web page via the use of event handlers and the DOM API. By the end, you’ll have a working game that you can share with your friends. Wa...
10 Questions to Ask Yourself Before Changing Careers
Переглядів 333 місяці тому
Rithm School’s Director of Career Services, Sophie Leroi, sat down for an interview on an episode of The Junior Jobs Podcast w/ Erik Andersen: www.youtube.com/@junior_jobs. Tune in if you’d like to learn how anyone making a career transition can best prepare for a switch and 10 questions you should ask yourself before changing careers. If you’d like to learn more about Rithm School and our prog...
CSS Layout with Grid and Flexbox
Переглядів 1964 місяці тому
Dive into the world of CSS layouts and elevate your skills with Grid and Flexbox. Learn how to control layout alignment, direction, order, and size of your web elements with precision. By the end, you will be equipped with the tools and confidence to implement Grid and Flexbox into your own projects. Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at...
Understanding Closures in JavaScript
Переглядів 644 місяці тому
Understanding Closures in JavaScript Closures are an essential concept in JavaScript, but they can be challenging to understand for many developers. Closures enable you to create private variables, encapsulate functionality, and create higher-order functions that return other functions. If you're new to closures or want to learn more about their uses and best practices in JavaScript, this video...
How to Solve Problems Like a Software Engineer
Переглядів 404 місяці тому
Learning how to solve problems like a software engineer is a valuable skill! In this video, we’ll help you: - discover different strategies for problem solving - develop a process for problem solving efficiently - learn how to write pseudocode properly 90% of interviewing well is taking the time to plan and think BEFORE you write even one line of code, and we'll walk you through perfecting this...
Intro to Asynchronous Programming in JavaScript
Переглядів 5724 місяці тому
Asynchronous programming is a critical concept in modern JavaScript development. It enables you to write efficient, non-blocking code that can handle multiple tasks simultaneously. If you're new to asynchronous programming or want to learn more about its uses and best practices in JavaScript, this video is for you! In this video, we'll cover the fundamentals of asynchronous programming in JavaS...
Effective Debugging for JavaScript Learners
Переглядів 795 місяців тому
As you learn and practice your new skills in JavaScript, you'll make bugs - plenty of them. Even as a seasoned and professional developer, bugs don't go away. Instead, you'll learn how to most efficiently predict where they might lurk, and learn tools to discover and fix them. In this two hour demonstration, our VP of Education and Lead Instructor, Joel Burton, will walk JavaScript-learners thr...
JavaScript: The Tricky Parts
Переглядів 1125 місяців тому
Learn about some of the tougher parts of JavaScript with Rithm's co-founder/CEO and lead instructor, Elie Schoppik. We’ll be covering the keyword this, call, apply and bind, closures and a few other challenging concepts. Prerequisites: This event is best suited for people who have some experience with beginning JavaScript. If you want to sharpen up your skills before we meet, our free JavaScrip...
Building an AI-Powered App in JavaScript
Переглядів 2515 місяців тому
Unlock the potential of AI in your web applications! This video is your gateway to integrating AI functionalities into your JavaScript projects, leveraging the power of OpenAI's API and the flexibility of LangChain for creating intelligent, interactive applications. In this video, we'll guide you through the process of building a fully functional AI-powered app from scratch. You'll learn how to...
How to ace any interview, with Ben Mackley
Переглядів 111Рік тому
Ben Mackley, Solutions Engineering Manager at Zoom and mentor at Merit, joins our Rithm grads to discuss how to ace behavioral and technical interviews during the job search.
Optional Chaining in JavaScript
Переглядів 2392 роки тому
⛓️ Optional Chaining in JavaScript ⛓️ Optional chaining is an elegant way to avoid errors when looking up information that may or may not be present in an object. 🔍 📢 Shout out to our recent grads featured in this video! Nathan Cuenca: bit.ly/nathan-linkedin Grant Li: bit.ly/grant-linkedin Alex Rutan: bit.ly/alex-r-linkedin Save this post to refer back to and ask your questions below in the co...
Eight Coins Solution
Переглядів 3102 роки тому
The answer to the eight coin algorithm challenge is..... 🥁 🥁 🥁 2! 🤯 Refresher for you, in case you forgot the details: ⤵️ There are eight identical-looking coins; one of these coins is counterfeit and is known to be lighter than the genuine coins. What is the minimum number of weighings needed to identify the fake coin with a two-pan balance scale without weights? 🧐 Want to know how that's poss...
Arrow Functions
Переглядів 1102 роки тому
➡️ Arrow Functions in JavaScript ⬅️ Arrow functions arrived in JS with ES6, and they are a shorter way of writing functions. This video talks about HOW to make them, but when and why to use them will be covered in another vid (lots of cool stuff about the keyword 'this' and callbacks!) You can check out more about arrow functions in our free curriculum at bit.ly/rithm-arrow Got questions? Ask '...
Dot vs. Bracket Notation with JavaScript Objects
Переглядів 8062 роки тому
Dot vs. Bracket Notation with JavaScript Objects
String Template Literals in JavaScript
Переглядів 842 роки тому
String Template Literals in JavaScript
Full Stack Redux
Переглядів 6886 років тому
Full Stack Redux
Adding React Router v4
Переглядів 2866 років тому
Adding React Router v4
Adding a Node backend
Переглядів 2686 років тому
Adding a Node backend
redux todos
Переглядів 3756 років тому
redux todos
redux react redux continued
Переглядів 4756 років тому
redux react redux continued
redux mapDispatchToProps
Переглядів 3,1 тис.6 років тому
redux mapDispatchToProps
redux counter
Переглядів 5426 років тому
redux counter
redux react redux intro
Переглядів 6006 років тому
redux react redux intro
redux intro
Переглядів 1,4 тис.6 років тому
redux intro
Node and Express.js Fundamentals - Heroku with MongoDB
Переглядів 5 тис.6 років тому
Node and Express.js Fundamentals - Heroku with MongoDB
Node and Express.js Fundamentals - Deploying to Heroku
Переглядів 3766 років тому
Node and Express.js Fundamentals - Deploying to Heroku
Node and Express.js Fundamentals - Mongoose Associations
Переглядів 1,5 тис.6 років тому
Node and Express.js Fundamentals - Mongoose Associations
Node and Express.js Fundamentals - Intro to Mongoose
Переглядів 4836 років тому
Node and Express.js Fundamentals - Intro to Mongoose

КОМЕНТАРІ

  • @rithmschool
    @rithmschool 3 місяці тому

    Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!

  • @rithmschool
    @rithmschool 3 місяці тому

    Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!

  • @rithmschool
    @rithmschool 3 місяці тому

    Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!

  • @rithmschool
    @rithmschool 4 місяці тому

    If you’d like to learn more about Rithm School and our program, visit rithmschool.com/admissions and check out our free courses at rithmschool.com/courses! Find more episodes of The Junior Jobs Podcast w/ Erik Andersen at www.youtube.com/@junior_jobs!

  • @rithmschool
    @rithmschool 4 місяці тому

    Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!

  • @goonbreathfpv
    @goonbreathfpv 4 місяці тому

    This is the video that helped me work out why my base templates were not found! Thank you.

  • @rithmschool
    @rithmschool 4 місяці тому

    Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!

  • @rithmschool
    @rithmschool 4 місяці тому

    Want to learn more? Check our our program at rithmschool.com/admissions!

  • @rithmschool
    @rithmschool 5 місяців тому

    Want to learn more? Check our our program at rithmschool.com/admissions!

  • @sandoxs
    @sandoxs Рік тому

    the most useful case of using bracket notation is not mentioned

  • @EmilyHopeGrove
    @EmilyHopeGrove 2 роки тому

    Hi folks! Just wanted to point out here is that there is a missing parenthesis for the if statement in the function multipleLetterCount() here at line 19 at 1:14- ua-cam.com/video/yCO6vBxv82I/v-deo.html If the code is run as it is present in the video solution it would result in "NAN". Just wanted to help others out! :) Cheers

  • @pratikaswani6656
    @pratikaswani6656 2 роки тому

    Nice Video Mam, Love from India

  • @tessaslife3444
    @tessaslife3444 2 роки тому

    Great video, im teaching my wife how to code and its awesome to see a woman in such a male dominant field!

  • @ajmalshehzad8511
    @ajmalshehzad8511 2 роки тому

    Thank you very much man You have no idea 😖

  • @kivancgunduz35
    @kivancgunduz35 2 роки тому

    Why are we don't see virtual env folder in your project folder when you command 'tree' ?

  • @aditsoni9720
    @aditsoni9720 2 роки тому

    show for latest version , this flask script is deprecated

  • @Jiji-lo3zs
    @Jiji-lo3zs 2 роки тому

    Thankyou for making this video! Subbing to your channel and looking forward to more vids :-)

  • @mitchtembo487
    @mitchtembo487 2 роки тому

    The Video is really helpful but now I feel so confused because I've just learnt about short-circuitng isn't grad.location.city || "your city " supposed to evaluate to "your city " . I'm of the view that grad.location.city is undefined therefore the string is the only truthy value .

  • @MrAgent00i
    @MrAgent00i 2 роки тому

    Thank you, I really appreciate your tutorials!

    • @rithmschool
      @rithmschool 2 роки тому

      You're so welcome! Let us know if you have any requests. :)

    • @MrAgent00i
      @MrAgent00i 2 роки тому

      @@rithmschool :) Coming to my mind right now would be a comparison of the operators nullish coalescing vs. logical OR vs. logical AND ?? || && When (not) to use them, best practices, etc.

    • @rithmschool
      @rithmschool 2 роки тому

      @@MrAgent00i great ideas!

  • @ajibolaoki5064
    @ajibolaoki5064 3 роки тому

    hi, great tutorial however my form is submitting an empty object, what could be the actual reason?

  • @Raj0x01
    @Raj0x01 3 роки тому

    This is a very good tutorial and good explanation it helped me a lot.

  • @yourdadsbestfriend7101
    @yourdadsbestfriend7101 3 роки тому

    great video

  • @gadgetboyplaysmc
    @gadgetboyplaysmc 3 роки тому

    What font are you using for VSCode? I'd like that.

    • @gadgetboyplaysmc
      @gadgetboyplaysmc 3 роки тому

      I know this is like 4 years ago.. but I hope you answer. Because I don't know what I'd do without that font.

  • @antoniocebrian8379
    @antoniocebrian8379 3 роки тому

    Great! Concise and well explained. Thank you very much.

  • @Phonognomiks
    @Phonognomiks 3 роки тому

    So great, exactly what I needed!

  • @joshuagage13
    @joshuagage13 3 роки тому

    Thanks very much

  • @handledandle332
    @handledandle332 3 роки тому

    ImportError: No module named flask_migrate

  • @zubair4172
    @zubair4172 3 роки тому

    very well explained thank you man ...

  • @edilsonhdz
    @edilsonhdz 3 роки тому

    Code link github???

  • @ronaldvonk
    @ronaldvonk 3 роки тому

    Great tutorial! What if I wanted to add conditional steps in the form?

  • @rhettsmedia
    @rhettsmedia 4 роки тому

    I’m looking for code or a sample to do the migrate tasks in a blue printed flask app using the app factory to create the app and run it

  • @rhettsmedia
    @rhettsmedia 4 роки тому

    Where did the app.pie go and are you using the factory method I think you missed those

  • @nailakaliyeva7137
    @nailakaliyeva7137 4 роки тому

    Thank you very much. Best explained video on migrations so far

  • @cathym9803
    @cathym9803 4 роки тому

    Many thanks sir.

  • @cathym9803
    @cathym9803 4 роки тому

    Thank you sir.

  • @itsbk6192
    @itsbk6192 4 роки тому

    I can't sleep now knowing that there are people that pronounce Pokémon as po-keemon

  • @sambongay7569
    @sambongay7569 4 роки тому

    Hello! got an error says----- from werkzeug import url_decode ImportError: cannot import name 'url_decode' from 'werkzeug' ----------------------------------------------------------------------------------------------------------------------------- i did a fix but im worried that it may hunt me later its working again i pasted --> from .urls import url_decode in \site-pakages\werkzeug\__init__.py and it is now working perfectly.. or I did something wrong? BTW I love this tutorial! i just build a working web app! been searching youtube but yours is the most helpful one!

  • @LivetutsBj
    @LivetutsBj 4 роки тому

    This is nice, now how can I use a venv and .wsgi file fro server to point the application. If I do this I get TypeError: 'module' object is not callable.

  • @danbilokha
    @danbilokha 4 роки тому

    thanks for sharing. It'd be great to have source code as well

  • @medicalcodingcpccertificat6030
    @medicalcodingcpccertificat6030 4 роки тому

    i love this video step by step explanation

  • @magburner
    @magburner 4 роки тому

    I am not an expert, with middleware, I am still learning, hence why I am watching your video. But I have to say that you have not explained clearly enough why 'request.test' misses '/greeting', but applies to '/greeting/:name'. The reason why this happens, is because when you enter 'Jon Snow' in the browser window, you are activating the '/greeting/:name' route.

    • @chrtravels
      @chrtravels 2 роки тому

      I completely agree. He skipped that entirely. Best to be clear an not assume prior knowledge, especially when that is the target audience.

  • @jeyzzz696
    @jeyzzz696 4 роки тому

    what if I have another field, what will be the key?

  • @simplepycodes
    @simplepycodes 4 роки тому

    Hi, awesome tutorial, i wanna ask why i am getting [remote rejected] master -> master (pre-receive hook declined) Error? Thanks

  • @lenilunderman3697
    @lenilunderman3697 4 роки тому

    Question, why did you not add to a database? sqlite or sqlalchemy? Any video about doing this?

  • @eveanthonyrondina8710
    @eveanthonyrondina8710 5 років тому

    Thank you sir, very good explanation. Thumbs-up!

  • @default_youtube_profile
    @default_youtube_profile 5 років тому

    But I am using namespaces as well.

  • @noidentify3174
    @noidentify3174 5 років тому

    you've done made action add, edit and delete. how to make action view details for each students ?

  • @azadabdullahshaheed
    @azadabdullahshaheed 5 років тому

    I touch another route like remove and created new template delete.html then how I work by clicking delete button?

  • @keymars1416
    @keymars1416 5 років тому

    this was such a good tutorial. thanks so much.

  • @zolongOne
    @zolongOne 5 років тому

    Very nice tutorial