Java GUI Tutorial - Make a GUI in 13 Minutes #99

Поделиться
HTML-код
  • Опубликовано: 5 фев 2020
  • $1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h
    This is a REAL project from Princeton!
    introcs.cs.princeton.edu/java...
    An easy way to make a GUI (Graphical User Interface) in java is with swing. Swing is outdated, but a good way to start learning. Swing has code that lets us call methods with GUI objects to make our own GUI.
    I hope this helps you make your first java gui :) This is GREAT practice for getting your feet wet making a GUI!
    I hope you enjoyed java gui tutorial! -
    Full Java Tutorial For Beginners Playlist: • Full Java Course by Al...
    Free Tips: bit.ly/3U6HXcb
    Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.
    ~
    Alex Lee

Комментарии • 958

  • @alexlorenlee
    @alexlorenlee  7 месяцев назад +12

    If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h

  • @simpilotadamt1012
    @simpilotadamt1012 3 года назад +730

    Sir, let's sit down and talk about that light IDE theme.

    • @thecodingchannelph
      @thecodingchannelph 2 года назад +5

      nice one

    • @charlemagne1192
      @charlemagne1192 2 года назад +97

      Fr light attracts bugs

    • @nargarex2390
      @nargarex2390 2 года назад +32

      *Insert outdated "light theme=bad" meme here*

    • @angelcross6050
      @angelcross6050 2 года назад +1

      Lmaoooo

    • @raghavkalyan17
      @raghavkalyan17 Год назад +23

      I know you are making a joke, but its better for videos. helps people who have trouble looking at the dark theme

  • @wiggleforlife
    @wiggleforlife 4 года назад +1219

    G O O O O O E Y

  • @derpderpinson7449
    @derpderpinson7449 4 года назад +666

    These videos have such high quality. Really hard to find other stuff like this on RUclips

    • @alexlorenlee
      @alexlorenlee  4 года назад +89

      That’s why I made them :)

    • @bikespike4150
      @bikespike4150 3 года назад +2

      Same here. Nice work; honestly.

    • @deborah5710
      @deborah5710 3 года назад +2

      @@alexlorenlee Can you make a video about actionlisteners pls

    • @brayan6852
      @brayan6852 3 года назад +2

      Bro Code is pretty good too

  • @rafaela2400
    @rafaela2400 4 года назад +363

    Hey i dont know if you'll see this but im really thankful for your videos man! I was sort of pressured into giving up my passions in order to pursue a degree in cs. Ngl i was very insecure and miserable but for some reason your videos have actually sparked sth inside me and now im just curious and loving every bit of knowledge i can get from you and other online material. Cant thank you enough. and i hope this doesnt come off weird.

    • @alexlorenlee
      @alexlorenlee  4 года назад +79

      Thank you, yes I was the exact same way. I felt pressure to get good grades, felt miserable, felt like I couldn't do it and that it wasn't for me. I'm glad my experience can help you out too :)

    • @MK-zf6or
      @MK-zf6or 3 года назад +17

      dude same, but I just started liking programming after I realized I can improve my coding skills (which are nonexistent) while making programs for things im passionate about (basketball :) ), Im in SE tho, but kinda same thing

    • @sundayconde
      @sundayconde 2 года назад +1

      @@MK-zf6or when did you realized, like on what situation made you realized?

    • @MK-zf6or
      @MK-zf6or 2 года назад +5

      @@sundayconde pretty easy to tell if you're good at something or not, self assess yourself bro.
      disclaimer though - i never reallly tried improving them and am currently working a tech job which is more data analyst stuff with minimum coding

    • @sundayconde
      @sundayconde 2 года назад +5

      @@MK-zf6or Im curious about how codes work and I'm tempted to try building projects but so many stuffs to work on, like I don't know where to start or when I get started I'm questioning myself if am I in a right path? I feel like I need a mentor.
      Seeing these comments of you guys made me realized that I'm not alone that someone was on what my situation right now. Hope I can overcome my struggles rn and step up to be better what I am today. Thank you.

  • @hyperplane69
    @hyperplane69 3 года назад +60

    This video is one of the best programming tutorials I've ever seen. Straight to the point

  • @alimansoor3607
    @alimansoor3607 4 года назад +292

    50k soon
    You haven't changed anything, i love the way you teach.
    Been here since 100 subs ✌🏻

    • @alexlorenlee
      @alexlorenlee  4 года назад +21

      Lubmus ayyye :)

    • @redbutterfly3293
      @redbutterfly3293 4 года назад

      Good job, but teaching java swing in 2020 I don't think it's a good idea, I think "Javafx" is better now...

    • @max-tr8nt
      @max-tr8nt 4 года назад +9

      @@redbutterfly3293 nahh we still study this type of basic java at school every day in the uk. we haven't even touched javafx yet and im in my second year of university already :)

    • @4TH4RV
      @4TH4RV 4 года назад +2

      @@redbutterfly3293 my school doesnt teach JavaFx, and there arent many tutorials on youtube which teach Swing, this is a very good tut

    • @SenseiEli
      @SenseiEli 4 года назад

      I am the 101 like... Just like my battalion!

  • @alvinpenotes2807
    @alvinpenotes2807 3 года назад +3

    Thank you Alex. You made everything in java easier to understand. Whenever I'm confused about some sections from textbook, I go to your videos and you got most of it. You helped me a lot so I didn't skip any seconds in your videos including Ads.

  • @chetranqui
    @chetranqui 3 года назад +19

    I was sooo stuck in attempting to create my first desktop app ever. Thank you for providing such a simple way to get a window running and interactive. You rock.

    • @chetranqui
      @chetranqui 3 года назад +5

      Just this week my Java class just had me create an array of 5 books and implement bubble sort on each of the book attributes. Most assignments are done in command line, but I remembered this tutorial from you that I watched 9 months ago, now... and since it gave me the option to do it as a GUI, I figured "shouldn't be too hard". I started with your guide... and once you got to the actionPerformed method, I wandered off, figured out GridBagLayout so I could set up my multiple buttons, listened for the text inside the button to determine the attribute to sort by... and BAM. I'm proud of the result!
      Keep up the great work of simplifying this stuff for the newbies out here. :-)

  • @craigrankin5882
    @craigrankin5882 Год назад +6

    I am so grateful I found your channel, I am currently in my first programming job (attended a 16 week crash course as an adult career switcher) so the uphill climb is steep, and your videos make understanding things so digestible. I have tried to search the net for examples of practical things to do with Java such as user interfaces etc etc and never found any solid answers which was leading me to believe that Java was literally just info in the background, but this changes everything as I can now practice with classes and implement them instead of having to add a front end frame work such as React. 😁

  • @cezarhirsescu7641
    @cezarhirsescu7641 4 года назад +8

    honestly thank you. Your the only person on youtube that makes java tutorials that people can actually understand. You deserve wayyy more subs. Keep at it

  • @rittenbrake1613
    @rittenbrake1613 4 года назад +45

    You know what Alex? I think what makes your channel popular is that u can ignite the passion of people towards coding by presenting effective ways to gain achievements quickly, people feel good about themselves and that what matters 👍🏻

    • @krishshah3974
      @krishshah3974 2 года назад +1

      ikr, he makes programming feel so human-like, unlike a bunch of teachers, professors, and other RUclipsrs

  • @emirhan1356
    @emirhan1356 4 года назад +7

    Knowledge, expression, video, sound, musics, design, color palette. I really love your channel. 👍you're good at it.

  • @noverdy
    @noverdy 3 года назад +8

    Man, your x minutes videos really helping me out a lot! I use these videos to learn the general ideas and searching up parts that I'm still not understand. I learned Java OOP in less than 3 days in your other video, and wish me luck in learning Java GUI! Thank you so much dude

  • @mizanur_sajid
    @mizanur_sajid 3 года назад +2

    while people are already started to ignore java and you find a young guy still making videos...fully appreciate dude

  • @mjgc00
    @mjgc00 3 года назад +6

    You are so helpful, for real. It is so simple but so complete; it's fast and efficient. I needed clarification and this was PERFECT! THANK YOU.

  • @DavidRodriguez-vb8uf
    @DavidRodriguez-vb8uf 4 года назад +3

    Thank you so much for sharing a GUI example, it is very helpful how the code evolves until getting the final result.

  • @xgene7796
    @xgene7796 4 года назад +7

    I'm a CS student and I appreciated this video. Thank you! I just needed a refresher hahah

  • @scotttamburrino4827
    @scotttamburrino4827 3 года назад +2

    This is probably one of the best instructors on youtube for programming and coding. Seriously

  • @hoes
    @hoes 4 года назад +2

    Hey alex, congrats on 40k!
    You really helped me out with my java as I've been trying to learn it for some time now, don't change, but if you do, change for the better :)

  • @rebellinho1594
    @rebellinho1594 4 года назад +8

    Sweet channel Alex! Thanks for all the hard work that you put into these videos. They are greatly appreciated! :)

  • @universenerdd
    @universenerdd 4 года назад +10

    this guys a genius! i looked at his channel and he is doing genius stuff!

  • @YVNG_SHAQUAN
    @YVNG_SHAQUAN 2 года назад +1

    I just started programming and let me tell you, your videos are so helpful. I didn't take IT in school so watching your vids is really helping me cover the basics of programming.

  • @sailoreuphi
    @sailoreuphi 7 месяцев назад

    I have been watching your videos on Java for a year now and it made things easier to understand! Before I start reading my java textbook, I always watch your videos first. Thank you so much!

  • @rufusvankpanah8551
    @rufusvankpanah8551 3 года назад +4

    Your videos are explicit Alex. I got D+ in java in college cux I did not understand a thing from the instructor. But with u, I understand everything as if u are right before me. I am definitely enrolling your classes soon! From west Africa, Liberia

  • @robertmanigault625
    @robertmanigault625 2 года назад +3

    Great video, Alex. I enjoy your direct approach to teaching. It improves the learning experience.

  • @isaacsundberg465
    @isaacsundberg465 4 года назад +8

    Explained well, neat code, learner friendly. Keep teaching! Thank you :-)

  • @ashleyc.4188
    @ashleyc.4188 3 года назад +23

    you literally make Java so much easier unlike my prof in college rn 😭❤️

  • @Baby_Penguin01
    @Baby_Penguin01 2 года назад +3

    Exellent vid my dude, its great that you explained it in a way so that even people who havent touched java could understand it. Ive done java at uni for a while, but even so its helpful having someone explain things as simple as the creation of global variables cos it just heightens your understanding of why thats what you should use. ty guy ty

  • @MtxLk
    @MtxLk 4 года назад +73

    Yesterday i was looking for java GUI tutorial but i didn't find a good one, thanks dude 😭

  • @FisherPlayzMC
    @FisherPlayzMC 4 года назад +13

    Thanks so much. I was looking for this.

  • @rachidkone1570
    @rachidkone1570 Год назад

    J’ai cherché une vidéo pareille pendant une journée entière et enfin je trouve la tienne qui explique vraiment bien 👍🏾. C’est formidable je te remercie 🙏🏾

  • @meneouartaouche4582
    @meneouartaouche4582 4 года назад +5

    Hey Alex , thanks for your great work , i'm a new fan for you and your videos , keep it up bro

  • @ahrarcorson6452
    @ahrarcorson6452 4 года назад +6

    I remember watching this way back lol. On 70k subs now! You deserve it, great explanation, hence why I've found myself coming back to this video just to polish up lol. Probably the best programmer tutorial on RUclips I prefer these short, sweet, simple and straight to the point type videos, rather than them 2,3 hour long tutorials lol, just my preference I guess since I've been familiar with Java for a while.

  • @fuzedcable5612
    @fuzedcable5612 4 года назад +3

    You are a REALLY GOOD TEACHER and I’m not even joking. Keep up the gud work! And thanks!

  • @NewLondonMarshall
    @NewLondonMarshall 3 года назад +2

    Your videos are by far the best I have seen, and I have watched many 4 hour tutorials. Your way of teaching is just fantastic. Thank you.

  • @zekaofficial8482
    @zekaofficial8482 4 года назад +14

    I’m not even a java programming and I can still understand this. Thank you for the explanations, you make a great teacher.

    • @endermanbugzjfc
      @endermanbugzjfc 3 года назад

      Me who codes PHP:
      Japha are just PHP but all the -> are ., namespace is package and use is import XD

  • @dylanchan7349
    @dylanchan7349 3 года назад +12

    This video makes wayyyy more sense than the way my teacher and textbook. They said to make an inner class that implements the ActionListener interface and then add the functionality to the button, which I found very confusing and not intuitive. Thank you for your videos Alex

    • @justoffy.535
      @justoffy.535 3 года назад

      still tryna find your profile pic.

    • @billfly1
      @billfly1 3 года назад

      Don't use an inner class! Use a Java lambda expression.

  • @simoo7755
    @simoo7755 4 года назад

    Keep on posting GUI oriented java videos!Thank you so much!

  • @packa5676
    @packa5676 3 года назад +2

    Thank you so much! I was struggling with creating a gui and you came and saved the day! I had followed heaps of other tutourials and this was the only one that worked.

  • @developer2
    @developer2 3 года назад +3

    used to do c#, the similarity between the two really hit me whenever following this tutorial

  • @nimishpatri9058
    @nimishpatri9058 4 года назад +6

    Hey, can you make a video about how to add multiple buttons to an action listener? I am asking you because I really like the way you teach and how you explain things, it's really easy to understand, unlike other tutorials, I just love it. Thanks!

  • @muhammadmubarikmalik2907
    @muhammadmubarikmalik2907 Год назад

    this is sick bro. for the first time ever something on utube has worked

  • @osamagayak
    @osamagayak Год назад

    i had very much fun following your steps thanks bro

  • @anwitmondal6417
    @anwitmondal6417 3 года назад +5

    Awesome !!! Simple and straight to the point. I appreciate the work you put into this.

  • @SurViVor202
    @SurViVor202 4 года назад +20

    Hi Alex, great fan of your java tutorials. Can you do a video on connecting a java GUI to a database like mysql please? That would be very appreciated. Keep up the good work 👏👏

  • @jonathanphillips5915
    @jonathanphillips5915 4 года назад

    Seriously love the way you teach bro! Looking forward to more and more videos! 🙂

  • @laylaa.8080
    @laylaa.8080 2 года назад +1

    Thank you so much! I was curious about GUI in java and honestly you have simplified the idea and you just got a new subscriber!

  • @mohammed_haddad
    @mohammed_haddad 4 года назад +4

    Hey Alex! I really love your work, One request though, Would you please make a video on How and Where can we practice Java OOP, and what is the next step after the basics and OOP in java? I'd really love if you do that, Thank you so much in advance. Keep up the great work man.

  • @1trillionviews
    @1trillionviews 3 года назад +5

    Im proud of myself, I made a new class and make a clear button that resets the count, and they run perfectly fine

  • @redstonulo
    @redstonulo 3 года назад

    this is the first tutorial i found that *in fact* helped me. thank you

  • @wholesomeSloth
    @wholesomeSloth 2 года назад +1

    Thank you Alex. My teacher sucks, you make it very easy to understand. Gained a sub.

  • @notbad4907
    @notbad4907 4 года назад +3

    A great teacher and LOL player? Already subbed.

  • @ocherki
    @ocherki 4 года назад +3

    Thanks to you I have been able to make a simple program of my own in just 1 hour :)
    Btw, to center the window use: frame.setLocationRelativeTo(null); after frame.pack();

  • @srrfrhmn
    @srrfrhmn 4 года назад +1

    I almost never comment on videos but I find your videos to be super helpful. thank you for what you do

  • @mauriciodesouzaalves4908
    @mauriciodesouzaalves4908 7 месяцев назад

    Thanks! Your tutorial helped me a lot! I like the way you teach it's really convenient!

  • @J4MJ4M5
    @J4MJ4M5 2 года назад +3

    why won't it let me import GridLayout?

  • @DopetheKid
    @DopetheKid 4 года назад +6

    Thanks Alex. Could you do a video on inheritance/class & superclass in java? You are the besttt.

    • @DopetheKid
      @DopetheKid 4 года назад

      I see you have super class & subclass, sorry. but could you go over inheritance & also method overriding?

  • @judedavis92
    @judedavis92 4 года назад

    Just Amazing... keep making GUI videos they are so useful and great for projects...

  • @romanrabago7859
    @romanrabago7859 3 года назад

    This was way more helpful then that long presentation I had to read in class! And its the same concepts. Thank you!

  • @Anon1376642
    @Anon1376642 4 года назад +4

    I would very much appreciate a video on lambda expressions, struggling with that rn

  • @madmax7337
    @madmax7337 4 года назад +19

    Thats amazing how you teach so friendly :)

  • @markjlabuntog2900
    @markjlabuntog2900 4 года назад +1

    Thank you now I can finish my program for my finals and I am a new subscriber

  • @xxfreedomxx9479
    @xxfreedomxx9479 2 года назад +1

    Bro you and Mosh helped me soooo much without you I always thought I could never learn java and could even run if statements you guys helped me so much appreciate it!

  • @TwoWarPlayers
    @TwoWarPlayers 4 года назад +6

    I would recommend using WindowBuilder to Design your GUI, it automaticly creates the code in the Project.
    What the functions and stuff means can be easily researched afterwards.
    Thats just my way of doing it, coding it by yourself sure helps but well it is more work as well.

  • @notarvis
    @notarvis 3 года назад +12

    hold on, this is the ""learn java in 10 minutes" guy isnt it? :D here after watching the video 1 week ago

  • @robertoandreslunareyes8897
    @robertoandreslunareyes8897 2 года назад

    Great video, man! Thank u so much. You have helped me to understand where should I start to make my own GUI for my college project.

  • @brett3554
    @brett3554 3 года назад +2

    I'm currently doing a java module at uni and this has been so helpful! thanks a lot! Liked and subbed

  • @jbca8174
    @jbca8174 4 года назад +6

    Make a tutorial about throw, throws, and finally keywords :)

  • @lockks
    @lockks 3 года назад +3

    When i make a label, i would recommend doing this:
    JLabel label = new JLabel("text", SwingConstants.CENTER);
    to center it

  • @nurinsyazwana5564
    @nurinsyazwana5564 4 года назад

    You have made it fun sir thank you so much for giving hope for us beginners. Have a great day!

  • @broskisnajdy
    @broskisnajdy 4 года назад +1

    absolutely great, love it. I will hope that you will make another GUI video :D good job, thanks!

    • @alexlorenlee
      @alexlorenlee  4 года назад +1

      I will make another GUI video soon!

  • @zuber7358
    @zuber7358 3 года назад +4

    Learned more in 13 minutes than I did in school 🔥 BTW, are you familiar with Codename One? It’s very similar to Swing but on steroids.. What do you think of it?

  • @xeon.1
    @xeon.1 4 года назад +23

    Would you consider making a Javafx tutorial? There are not many good tutorials online, and Swing is kinda outdated.

    • @ai.201
      @ai.201 4 года назад

      Hey man I'm new to java, can you pls tell me from java swing or javafx which one is better?

    • @xeon.1
      @xeon.1 4 года назад +1

      @@ai.201 Well, I'm new to Java too, but I've done some research, and most people recommend Javax over Swing, considering Swing is old. So, I would say go with Javax, but go ahead and do your research, see which one fits you better.

    • @ai.201
      @ai.201 4 года назад

      @@xeon.1 thanks man, I've used tkinter in python, but java is so hard to learn seriously.

    • @mariocamspam72
      @mariocamspam72 4 года назад +1

      @@ai.201 nah its ok. I still like C# more for guis

  • @heinrichwettin
    @heinrichwettin 3 года назад

    Alex is the man ! thank you for yet another simple explanation

  • @abednegohabu1633
    @abednegohabu1633 2 года назад

    So far this where I have been able to learn GUI better. Thank you

  • @christanronald1271
    @christanronald1271 4 года назад +3

    Just liked to support java in the Scene 👍🏻👍🏻👍🏻👍🏻

  • @chanmit123
    @chanmit123 4 года назад +27

    When are the LoL tutorials coming out?

  • @anastasiagavrilita6567
    @anastasiagavrilita6567 3 года назад

    Really hepful and well explained. Thank you so much, Alex!

  • @stephendavol5589
    @stephendavol5589 11 месяцев назад

    Hey man, I understand you don't make java videos anymore, but these have been really helpful. I wish the online Java classes I take made it as clear as you do.

  • @lightverted8087
    @lightverted8087 3 года назад +5

    You don't have to import every individal class from swing just do "import javax.swing.*;" which will import all the classes

  • @oltiongashi8786
    @oltiongashi8786 4 года назад +12

    Can you do javafx? Thanks!

  • @siddharthsrikanth6900
    @siddharthsrikanth6900 2 года назад

    This was a very useful video. I have got basic knowledge about GUI from this video

  • @madefromjames
    @madefromjames 7 месяцев назад

    Just so simple and straightforward

  • @huggus1629
    @huggus1629 4 года назад +4

    I recommend using the dark theme for Eclipse, just go to Window > Preferences > General > Appearance and then select "Dark" from the dropdown menu

    • @StayTrue737
      @StayTrue737 4 года назад +1

      That's not a good idea.
      A white background makes your brain more alert.
      Also it's easier to watch text on mobile with a white background.
      Even most teachers with courses on udemy changed the background from black to white.

    • @dee23gaming
      @dee23gaming 4 года назад +1

      @@StayTrue737 Hmm, that's interesting. So white makes us just that bit more alert? The only down side is that some are very sensitive to white screens.

    • @huggus1629
      @huggus1629 4 года назад +2

      Dee23 Gaming Including me, my eyes hurt when I sit hours in front of my PC when the screen is white. Also, the dark theme has more highlighted text which makes me "orientate" better.

    • @ariton2990
      @ariton2990 4 года назад

      @@StayTrue737 but its bad for your eyes.

  • @Alexlewis222
    @Alexlewis222 3 года назад +4

    Reminds me of the “don’t click this button” games from middle school

  • @ygr4943
    @ygr4943 3 года назад

    man you are the best at explaining this stuff on youtube

  • @irdinasyedizam92
    @irdinasyedizam92 3 года назад

    You just saved my life...i have a project to do using gui...but in the book is a bit different since it is apache not eclipse...you make it easy to understand.Love you.

  • @mthokozisimyende787
    @mthokozisimyende787 Год назад +3

    No one:
    Absolutely no one:
    Programmer:
    Don't worry about how I got this stuff it's really just google searching, honestly

  • @michaelf3847
    @michaelf3847 4 года назад +17

    Awesome video, however I would strongly consider using JavaFX rather than Swing. Swing is no longer being updated, as Oracle now only works on updating JavaFX

    • @StefanReich
      @StefanReich 4 года назад +2

      What? JavaFX was taken completely out of the JDK and is now a hard-to-install extra.

    • @max-tr8nt
      @max-tr8nt 4 года назад +2

      university students still learn java swing which is why he makes these videos, to explain these concepts to us. we won't understand javafx if we don't understand swing first. I'm so glad he does swing, cause university isn't helpful at all with their materials in the uk. we literally learn everything ourselves on youtube.

    • @StefanReich
      @StefanReich 4 года назад +1

      @Michael F Your comment is pretty bogus. I build my whole AI on Swing. Oracle has pledged support for Swing until 2026. Yes it will be replaced but long in the future.

    • @michaelf3847
      @michaelf3847 4 года назад

      @@StefanReich Hey man, no need to come with hostility like that! I complimented Alex Lee on the really well put together video, and frankly suggested making one for JavaFX as well. In Canada, universities currently teach students to make UI's on JavaFX, so I cannot speak for the UK. I also am assuming you meant to say UI and not AI. If you find JavaFX hard to install, there are some great informative videos by thenewboston which teach how to install and use it. Work on your tone on the internet, no need for unnecesary aggression homie!

    • @StefanReich
      @StefanReich 4 года назад

      @@michaelf3847 Huh? Wasn't even meant hostile, just arguing

  • @MrSfa44
    @MrSfa44 4 года назад

    Keep Going, Very Excited To See Another Example Of GUI from You

  • @hilalborklu7990
    @hilalborklu7990 2 года назад

    Very clear explanation, thanks so much ALEX!!

  • @qwerasdfhjkio
    @qwerasdfhjkio 4 года назад +6

    THANKSSSSSSS

  • @dee23gaming
    @dee23gaming 4 года назад +3

    If you want to, why not try to make a 2D game in just straight Java as a series? I've done this a lot in Android Java and it is possible.

  • @racingeye3826
    @racingeye3826 Год назад

    Thank you sir ALEX. i owe u my life

  • @SB-ew4ve
    @SB-ew4ve 2 года назад

    So cool! Thank you man you make concepts so much simpler that my slides

  • @yashdangat7018
    @yashdangat7018 3 года назад +3

    he makes some of the worst videos he just assumes that his viewers know the stuff already , but they don't i just wasted my time learned just to copy and type and become angary

  • @krishnanshudey3831
    @krishnanshudey3831 4 года назад

    Thanks for this. I'm ready happy to learn something new.

  • @prachitibhagwate6644
    @prachitibhagwate6644 3 года назад

    the video was very helpful!!
    thankyou!

  • @sourceOfJoy21
    @sourceOfJoy21 3 года назад

    Alex you're a life saver