• maiweb v0.1.0
  • ★
  • Feedback

Alex Lee

active · last success 2026-06-18 22:04

Visit site ↗ · Feed ↗

  • Alex Lee youtube.com channel programming video youtube 2023-08-03 14:50
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use throw and throws in java! The Java throws keyword goes at the top of a method and says what exceptions...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use throw and throws in java! The Java throws keyword goes at the top of a method and says what exceptions it might throw! Throw on the other hand, goes in the middle of a method and gives you the power to throw an exception manually! I hope you enjoyed this tutorial on throw and throws in java! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-07-13 14:24
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use a Map in Java! A Map and HashMap in Java are objects that store data in a format with keys, and values....

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use a Map in Java! A Map and HashMap in Java are objects that store data in a format with keys, and values. One key has a corresponding value. In this example, one jersey number for a basketball team, has one player with that number. I hope you enjoyed this map in java tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-06-22 14:12
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this Java program example for beginners, I show you how to create a Java multiple choice quiz program! This Java program example will ask...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this Java program example for beginners, I show you how to create a Java multiple choice quiz program! This Java program example will ask the user 3 questions, get input from the user, and return their quiz score out of 3! The trick here is to store the input from the user and compare their responses to the real answers, a for loop makes our lives a lot easier here! This is also a great java program example for beginners to practice with! I hope you enjoyed this Java program example, it was really fun to make! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-06-15 13:38
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use the double in Java! A double is just a variable that lets you use decimal points! The int variable is...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use the double in Java! A double is just a variable that lets you use decimal points! The int variable is for whole numbers (integers), and the double is the most precise variable type in Java for storing decimal points. There are some quirks with rounding/converting so I show you some examples to hopefully help you out in this video! I hope you enjoyed this int and double in java tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-06-08 14:06
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use the static method in Java! I show you what that weird "static" word means and how to call a static...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use the static method in Java! I show you what that weird "static" word means and how to call a static method vs a nonstatic method! This was so confusing to me at first, but hopefully, this tutorial helps you :) I hope you enjoyed this static method Java tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-06-01 15:06
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you what String[] args means in the main method: public static void main(String[] args) {} String[] args is just a...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you what String[] args means in the main method: public static void main(String[] args) {} String[] args is just a variable you can use in the Main method! It's an array of Strings that gets passed through the main method when it gets run. There are a few ways to do that, which I show you in this video :) I hope you enjoyed this tutorial on what "args" is in public static void main(String args) in Java!! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-05-25 14:29
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to call a private method in Java both from the same class and a different class! A private method in Java means...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to call a private method in Java both from the same class and a different class! A private method in Java means that the method can't be used outside of the class it's in, but I found a neat workaround that will let us do that! I hope you enjoyed this private method Java tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-05-10 19:05
    ↗

    GET $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I review the Springboard Software Engineering Bootcamp (AKA Springboard Coding Bootcamp), however, this will apply to all...

    ▶ Watch on YouTube Opens in a new tab
    GET $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I review the Springboard Software Engineering Bootcamp (AKA Springboard Coding Bootcamp), however, this will apply to all other bootcamps they offer as well. This review is based on my 2-week experience with the bootcamp, mentorship call, and student interview as well as my background and unique experience in the tech industry. Here is a full list of all Springboard courses currently being offered: UI/UX Design Bootcamp UX Design Bootcamp Introduction to Design Data Analytics Bootcamp Introduction to Data Analytics Data Science Bootcamp ML Engineering Bootcamp Data Engineering Bootcamp Data Science Prep Software Engineering (Coding) Bootcamp Software Engineering Prep Cybersecurity Bootcamp Tech Sales Bootcamp Timestamps: 0:00 Intro 1:45 Overview 7:02 Two Week Experience 10:18 Lesson Preview 12:24 Mentorship Call 15:44 Conclusion I have worked in the tech industry for over 5 years, have a Computer Science Degree from NC State College of Engineering, have been a mentor/mentee, and have experience teaching on YouTube. Hopefully, my experience, thoughts, and opinions on Springboard can help you make an informed decision on whether to enroll. Spots are limited, so if you are ready, make sure you apply as soon as possible because they accept qualified applicants on a first-come-first-served basis. MAKE SURE YOU RESEARCH OTHER OPTIONS such as other bootcamps, universities or self-learning. Everybody learns differently so you should pick the one that works best for you! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. I hope you enjoyed this Springboard Bootcamp Review! ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-04-30 14:37
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to override a method in Java and show you what method overriding is! Java method overriding just means subclass...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to override a method in Java and show you what method overriding is! Java method overriding just means subclass methods replace the superclass methods if the object is set up using the subclass constructor. I hope you enjoyed this method overriding in Java tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-04-20 14:20
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use method overloading in java! Method overloading in Java means you can have many methods with the same...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use method overloading in java! Method overloading in Java means you can have many methods with the same method name but different values in the parenthesis (parameters). They can be different types, or have a different amount of parameters. I hope you enjoyed this method overloading in java tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-04-13 17:06
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to import a class in java from the same package! You actually don't even need an import statement, because an...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to import a class in java from the same package! You actually don't even need an import statement, because an import statement in java brings in code from a different package. Since the other class is in the same package, you can just go ahead and use it without any special code. I hope you enjoyed this java tutorial on importing a class! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-04-06 14:10
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use the Java iterator! If you have a collection object like an ArrayList, HashSet or HashMap, you can use...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to use the Java iterator! If you have a collection object like an ArrayList, HashSet or HashMap, you can use .iterator() to create an java iterator object and loop through it and remove values! I hope you enjoyed this Iterator Java Tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-03-30 14:19
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to get several inputs from a user and store those values into an array! Just use the Scanner object to get...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to get several inputs from a user and store those values into an array! Just use the Scanner object to get several different pieces of input from the user and set each value of the array to each value the user enters (it could be a string, int, or anything). I hope you enjoyed this tutorial on how to get array input from a user in Java! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2023-03-23 12:48
    ↗

    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to import a class in java from another package, or even from an entirely different Java project. It's super...

    ▶ Watch on YouTube Opens in a new tab
    $1,500 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h In this video, I show you how to import a class in java from another package, or even from an entirely different Java project. It's super easy, just use the import statement at the top, and if it's in a different project, go to the build path and add the Java project to the dependencies as I show here! I hope you enjoyed this java programming tutorial! Full Java Tutorial For Beginners Playlist: https://youtube.com/playlist?list=PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ&si=6OSbyiJxFsTjqL_9 Free Tips: https://bit.ly/3U6HXcb Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
  • Alex Lee youtube.com channel programming video youtube 2021-10-04 22:14
    ↗

    Brain.fm (20% off): https://brain.fm/alexlee20 $1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h I hope you enjoyed my Brain.fm review, truly my favorite productivity app ever :) Disclosure:...

    ▶ Watch on YouTube Opens in a new tab
    Brain.fm (20% off): https://brain.fm/alexlee20 $1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h I hope you enjoyed my Brain.fm review, truly my favorite productivity app ever :) Disclosure: Brain.fm and Springboard link provided is linked to my affiliate accounts & supports the channel.
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits