25 years developing professionally, last 10 doing services' back ends, and I had a good laugh with this video. Could not have explained it better. Keep'em coming!!
I appreciate how you break this down for us beginners! Thank you! I've had the same confusion and your explanation helped. I'd love to see how you would break down what an actual API is, without using the restaurant-waiter analogy, but with code like in this video
I loved the way you are using your "movable window" to point out server/ server code and client instead of using those red lines / pointers. When a trainer is having fun in teaching, students have fun in learning :)
this is so beautiful...i almost cry because this concept was so hard to grasp...i finally think i can understand what it means to be "on the server side" and "on the client side" thank you!
Love the "Stuff they didn't teach you" beginner videos. I think there is a large audience of professionals in other fields who just need to know this stuff to get things done. Thanks! I hope you keep making these types of videos!
Perfectly explained, thank you, Scott! Before I transitioned into a developer, I am a semi-fluent computer user and I was working as a technical support agent - so I did have a slight clue about the topic (without diving too deep). And I ended up learning them more as I wanted to become a (web) developer, but still refreshing to see someone with the technical skill and experience like you breaking it down!
Yes it is very 101 but Had that kind of clarity been available to me decades ago I may still have a full head of hair today at 55... Great as always...
Thanks so much for taking your time to share stuff like this. I really like that you're straightforward with the information so I don't have to skip half of the video where the creator is talking about something else.
Gosh your way of teaching is soooo good.. the info come so easy and plain out of your mouth .. and the subjects you choose are just great.. I am a FE developer and yet I find this video very informative.. keep up the good work Sir.
Much appreciated. It is a bit confusing when learning to write JS many tutorials have everything run as a client side program. It is good for learning the concepts but makes it difficult to translate over to creating server side projects. This answered many questions for me.
great stuff Scott! One small thing I would show (which I have found helpful for students) is to run 'ss -tunlp' or 'netstat -tunlp' to show them what it looks like for it to be 'listening'. small addition , but i have found it really helpful since students can now "visualize" whats happening behind the scenes.
Love this content, thank you so much!! I've ended up being an RPA developer (not sure how) and been doing that for the last 4 years. I can develop decently, but don't have the computer science background because I studied something else. This type of video is invaluable for profiles like me - it helps us get general/basic knowledge that I sometimes feel ashamed of not knowing working as a developer.. So thank you!!! Just out of curiosity, although probably has nothing to do: is what you have used to write logs on the client side (line 10) what could be used to run undesirable scripts on someone else's computer? I imagine it must be much more complicated than that, but just made me think about it
This stage of my learning is far behind me but if I had had an explainer like this then I would have probably made it further, sooner. Great video as always. I love sending these types of videos to friends who ask.
Hey Scott, I'd love to see a video disambiguating classic asp vs asp.net vs asp.net core vs .NET etc. As someone who hasn't done much development inside the microsoft ecosystem I find it a bit confusing to navigate. Thanks again for the great content.
This is absolutely great and so useful, even for someone like me who's been doing this for 10+ years. You have such a simple and clear way of explaining things, and not with a single ounce of ego. Oftentimes, this is the kind of explanation developers in the workplace need but don't get due to assumption of knowledge or egos getting in the way.
Scott , this is really an awesome explanation. You just right away earned a subscriber with this video. Great content man. Please try to explain processes and threads on windows in the next video.
Nice video and good example to make the concepts clear. One remark client- and server-side is not the same as front- and backend. I would remove this from the title. Frontend is User-Interface related and backend is all the rest.
love your beginner video . we all love to code and I want to see videos about architect an application as a fundamental video I feel the roadmap to building an application is not that clear with architecture. should the app be monothic , layers or m microservies . I hope you understand my concern Thank you Scott. : )
What was great! Do not worry about things being “too basic”! It was perfect for a noob like me. I have a question - don’t laugh: I thought servers are elsewhere - but you said it was “on your computer”. How does that work?!
okay so i have a question. I just read an article about three tier web app architecture and it says that the frontend is in a public subnet and the backend is on a private subnet Therefore, the backend is only accessible from the frontend ec2 (I use aws here as an example) instance and not from the public internet. My question is when a user in his laptop access the web which is the frontend ec2 instance and made a backend request (let's say the user clicks a button that has fetch("some backend url")) does the request come from the user's laptop or from the frontend ec2 instance? because if the request comes from the user's laptop does that mean it will not be allowed since the backend is only accessible from the frontend ec2 instance? or does the request is actually made from the frontend ec2 instance? Thank you in advance
Scott, have you played around with Home Assistant? It's been a long time since I've been seriously programming, but playing around with HA to create some client-side widgets in JS, it seems that the "client side has access to the server side", and you can actually reference server-side objects in the client-side code. I think there's some websockets stuff going on, but thought I'd ask if you knew how this works, since you seem to tinker with everything!
i have a video idea like this and my questions are kinda specific but also has core concepts i want to know .... question i want to make an end 2 end encryption app/website .. this part is the specific part now to the core ... should i do the public privet key part on the client side or the server side ... two where should we store both the public keys and how to keep the privet one secret ... core part in simpler form ... when you run client side code vs server side code and where should we store the data client side or server side .. sorry i cant explain better
He has videos about OBS in his channel. Check those out, they are very helpful :) also a podcast with the initial founder if you are interested in background stuff :)
Hi I’m currently stuck in my project. I have created a user form with an app.js node backend file connected to MongoDB via an api.js files to mongoDB. I want to somehow add a client side script so that when a user interacts with a button, the page changes accordingly. But I can’t seem to do that on any js file because on console log client it says unable due to text/html MIME. I researched, it’s cause I can’t interact with the Dom while I have a server side rendering script. How do I get around this? Btw I’m also using ejs to help render my pages.
I noticed you said you send a JavaScript file over to the browser but also mentioned should not do this cause it’s bad. Was wondering if got any other method?
that means some parts of code can be run on client side and other part must be run on the serser even though we make a code under a file name and run it, am i right, sir?
The visual representation of placing server and client next to each other was suuuuuuper helpful. Thanks!
This is exactly the kind of content I have been looking for when I left university. Really glad to find this, Thank you so much for sharing. 😊😇
25 years developing professionally, last 10 doing services' back ends, and I had a good laugh with this video. Could not have explained it better. Keep'em coming!!
Explanation of processes and threads on windows would be nice.
I appreciate how you break this down for us beginners! Thank you! I've had the same confusion and your explanation helped. I'd love to see how you would break down what an actual API is, without using the restaurant-waiter analogy, but with code like in this video
Real understanding of the basics is the key to understand the more complicated topics, thanks a million
I loved the way you are using your "movable window" to point out server/ server code and client instead of using those red lines / pointers. When a trainer is having fun in teaching, students have fun in learning :)
Thanks for clarifying the difference between client-side vs server-side JavaScript! This is the best explanation I've seen.
Clear and concise. A+. Loved it when you said for "Mom and Dad" 🙂
this is so beautiful...i almost cry because this concept was so hard to grasp...i finally think i can understand what it means to be "on the server side" and "on the client side" thank you!
your window and cursor manipulation is impeccable. Made it entertaining and easy to understand what you were saying
this is exactly what the beginners want the content for understading the differnce
This is absolute great video Scott. Loved the way you explained it. I think going over server-side rendering would be a nice progression.
I 'm a beginner, and the way you explained these concepts was exceptional!
Thank you very much, nice , clear and concise explanation
Love the "Stuff they didn't teach you" beginner videos. I think there is a large audience of professionals in other fields who just need to know this stuff to get things done. Thanks! I hope you keep making these types of videos!
You're a truly gifted communicator 👍
Thanks Scott! Good to see you! I always enjoy when you talk out technical acronyms. In this case http.
Thanks Scott! I don't really need these videos but I just watch them because you are an all around good egg 😊
Your explanations are absolutely superb, thanks Scott 👍
Perfectly explained, thank you, Scott!
Before I transitioned into a developer, I am a semi-fluent computer user and I was working as a technical support agent - so I did have a slight clue about the topic (without diving too deep). And I ended up learning them more as I wanted to become a (web) developer, but still refreshing to see someone with the technical skill and experience like you breaking it down!
whats web development like?
Yes it is very 101 but Had that kind of clarity been available to me decades ago I may still have a full head of hair today at 55...
Great as always...
I dont know why but your voice is so relaxing I could listen to you all day long. Love your content btw
Thanks so much for taking your time to share stuff like this. I really like that you're straightforward with the information so I don't have to skip half of the video where the creator is talking about something else.
Gosh your way of teaching is soooo good.. the info come so easy and plain out of your mouth .. and the subjects you choose are just great.. I am a FE developer and yet I find this video very informative.. keep up the good work Sir.
Much appreciated. It is a bit confusing when learning to write JS many tutorials have everything run as a client side program. It is good for learning the concepts but makes it difficult to translate over to creating server side projects. This answered many questions for me.
A great video Scott. The way you narrate things is really good.
I think that I love the fact that I can hear the 3D printer working on the background. Almost every day I code with the same background "music".
The "Bob Ross" of coding. Love it.
I love this video. Basics like this were never made clear to us, but this video clarified everything. Thank you very much👍
this is the video i'm looking for.
i'm a first year computer science student and have a webDevelopment project.
suffers from the same issue...
ty!!!!
Very good video! It helped me understanding a concept that I was passing by without paying the correct attention
great stuff Scott! One small thing I would show (which I have found helpful for students) is to run 'ss -tunlp' or 'netstat -tunlp' to show them what it looks like for it to be 'listening'. small addition , but i have found it really helpful since students can now "visualize" whats happening behind the scenes.
man FINALLY! thanks you soooo much! I was struggling so much with this concept, you are my hero!
You are an excellent teacher.
Wow. Really good teaching skills. Your nephew is very lucky 👍
Love this content, thank you so much!!
I've ended up being an RPA developer (not sure how) and been doing that for the last 4 years. I can develop decently, but don't have the computer science background because I studied something else. This type of video is invaluable for profiles like me - it helps us get general/basic knowledge that I sometimes feel ashamed of not knowing working as a developer.. So thank you!!!
Just out of curiosity, although probably has nothing to do: is what you have used to write logs on the client side (line 10) what could be used to run undesirable scripts on someone else's computer? I imagine it must be much more complicated than that, but just made me think about it
This stage of my learning is far behind me but if I had had an explainer like this then I would have probably made it further, sooner. Great video as always.
I love sending these types of videos to friends who ask.
Good. It`s very suit for me. For a new project, I'm learning server-side development
I just realized Scott would be a very good sleep-story reader on "Calm"!!
Your methodology is excellent. You would do great, if you create courses for programmers.
You're a great teacher Scott!
Amazing explanation!!!! Another great beginner video would be to go over the event loop in javascript
Hey Scott, I'd love to see a video disambiguating classic asp vs asp.net vs asp.net core vs .NET etc. As someone who hasn't done much development inside the microsoft ecosystem I find it a bit confusing to navigate. Thanks again for the great content.
Some of that is covered in this video: ruclips.net/video/bEfBfBQq7EE/видео.html
This is absolutely great and so useful, even for someone like me who's been doing this for 10+ years. You have such a simple and clear way of explaining things, and not with a single ounce of ego. Oftentimes, this is the kind of explanation developers in the workplace need but don't get due to assumption of knowledge or egos getting in the way.
Scott , this is really an awesome explanation. You just right away earned a subscriber with this video. Great content man. Please try to explain processes and threads on windows in the next video.
good video, moving yourself around and pointing cracked me up.
Loved the way you explained it.
This is a great explanation. Much appreciated
Can you make a video on client side rendering VS server side rendering? Great video as always Scott :D
Great video
Great. would be nice if you could go over the benefits and drawbacks of each side of these two rendering and how and when to use them.
Nice video and good example to make the concepts clear. One remark client- and server-side is not the same as front- and backend. I would remove this from the title. Frontend is User-Interface related and backend is all the rest.
best explanation ever. thank you sir
Thank you for making it sound so simple. Subscribed!!
What an amazing explanation! Thank you so much!
Can you please make an video on how we can use browser debugging tools to identify common web page errors/issues ?
love your beginner video .
we all love to code and I want to see videos about architect an application as a fundamental video
I feel the roadmap to building an application is not that clear with architecture. should the app be monothic , layers or m microservies .
I hope you understand my concern
Thank you Scott. : )
lit my last year in the univ- cs. and iwas looking for such a video.
Hey Scott, love and the video and your terminal setup! Any chance you could share the theme and colors you are using for your terminal?
This was a great video, I really appreciate it.
Thank you very much for this video it was really clarifying!
Amazing video!!! Thank you for the continuous great content
What was great! Do not worry about things being “too basic”! It was perfect for a noob like me. I have a question - don’t laugh: I thought servers are elsewhere - but you said it was “on your computer”. How does that work?!
Thank You Mr. Scott
This is really very helpful. Thank you.
Very good video, very basic but it is always nice to get some repetition!
Great stuffs as usual Scott
Great instructor
Thanks for the great content. Keep it up!
The difference between client side and server side rendering in relation to frontend development
Awesome explanation !!
I love this video. Thank you very much👍
great presentation
hey Mr scott. amazing content.
okay so i have a question. I just read an article about three tier web app architecture and it says that the frontend is in a public subnet and the backend is on a private subnet Therefore, the backend is only accessible from the frontend ec2 (I use aws here as an example) instance and not from the public internet. My question is when a user in his laptop access the web which is the frontend ec2 instance and made a backend request (let's say the user clicks a button that has fetch("some backend url")) does the request come from the user's laptop or from the frontend ec2 instance? because if the request comes from the user's laptop does that mean it will not be allowed since the backend is only accessible from the frontend ec2 instance? or does the request is actually made from the frontend ec2 instance? Thank you in advance
i don't understand this..
is this a front-end or back-end youtube bug, because you're hella underrated!
Very helpful! Thank you
Nice, clear, explanation. thx
Great video sir. Vlookup in excel
Hi Mr. Scott. Please, can you tell me, if you want, what VS Code theme you use? Thanks.
Scott, have you played around with Home Assistant? It's been a long time since I've been seriously programming, but playing around with HA to create some client-side widgets in JS, it seems that the "client side has access to the server side", and you can actually reference server-side objects in the client-side code. I think there's some websockets stuff going on, but thought I'd ask if you knew how this works, since you seem to tinker with everything!
surely, the same tech is how Blazor works - location transparency
@@shanselman I'm non the wiser, so I guess that's on my list to look at some day!
localHost 5000 sounds like the name of a nerdy high school garage band.
Care to elaborate why a script tag is bad practice? Is it because JavaScript should be kept in a separate file and then referenced in the html?
Yes
awesome editing!
Thank you this was great!
How many comments are hidden? I'm looking forward to the next expo.
thanks a lot . that was very helpful to me
I watched and found useful.
Another thing I didn’t understand: you didn’t show the code for how your server was accepting “localhost5000”, where did you write that code?
Hey Scott, i’d love to know what tool you use for zooming and annotating
Hello, I would to ask what a configuration for the console in Ubuntu do you use?
i have a video idea like this and my questions are kinda specific but also has core concepts i want to know .... question i want to make an end 2 end encryption app/website .. this part is the specific part now to the core ... should i do the public privet key part on the client side or the server side ... two where should we store both the public keys and how to keep the privet one secret ... core part in simpler form ... when you run client side code vs server side code and where should we store the data client side or server side .. sorry i cant explain better
Very impressive
Please react to Senior C# developer in 2022 by "Programmers are also human"
@Scott Hanselman, what program are you using to record your videos? thx!
OBS
He has videos about OBS in his channel. Check those out, they are very helpful :) also a podcast with the initial founder if you are interested in background stuff :)
Thanks scott.
Hi I’m currently stuck in my project. I have created a user form with an app.js node backend file connected to MongoDB via an api.js files to mongoDB. I want to somehow add a client side script so that when a user interacts with a button, the page changes accordingly. But I can’t seem to do that on any js file because on console log client it says unable due to text/html MIME. I researched, it’s cause I can’t interact with the Dom while I have a server side rendering script. How do I get around this? Btw I’m also using ejs to help render my pages.
I noticed you said you send a JavaScript file over to the browser but also mentioned should not do this cause it’s bad. Was wondering if got any other method?
Thank you so much!
that means some parts of code can be run on client side and other part must be run on the serser even though we make a code under a file name and run it, am i right, sir?