The explanations in your videos always have a conceptual appeal, and this one was no different. Thanks a lot Max for creating such insightful content and I am looking forward to more in the future.
@academind6 жыл бұрын
Thanks a lot for sharing this wonderful feedback Prithul, this honestly means a lot to me!
Thanks for explaining this. You covered several aspects in such a short time.
@ramonridge88393 жыл бұрын
I realize I am pretty randomly asking but does anyone know of a good place to stream newly released series online?
@giovannigannon56703 жыл бұрын
@Ramon Ridge I would suggest Flixzone. You can find it by googling :)
@koltonmajor91953 жыл бұрын
@Giovanni Gannon Yup, been using flixzone for since april myself :)
@ramonridge88393 жыл бұрын
@Giovanni Gannon Thank you, I signed up and it seems like a nice service =) I appreciate it!!
@giovannigannon56703 жыл бұрын
@Ramon Ridge No problem :D
@RoddyDukes5 жыл бұрын
I was really having difficulty understanding/finding the differences between static and dynamic. This perfectly describes everything. Thank you!
@academind5 жыл бұрын
Awesome to read that the video helped to make things clearer, thank you Roddy!
@hrdyjan15 жыл бұрын
There is always ending questing: Who is the winner. And all the time same answer: There is no winner ... :D
@nikhiljy4 жыл бұрын
If there was a clear winner, then the loser will not be in business...and there wouldn't be this comparison in the first place :-)
@rishabhsaxena93574 жыл бұрын
What is more preferable for a website to showcase a photography portfolio - static or dynamic?
@johnlynch89474 жыл бұрын
Thanks this was a great video. The only thing I found a little odd was saying static website security is more complex. Everything else I have read says that dynamic websites are more vulnerable.
@wesleyrm3 жыл бұрын
I have no experience on servers. Still, I think what they mean by static is websites without JS, JavaScript. That is, just an unchanging page without scripts. Just HTML and CSS. Which is not what what he meant in the video by static. I don't know which definition is correct. The definition he used in the video seems to be the more widely accepted one. And yes, dynamic pages do seem more secure to me since scripts are run in the server, instead of in user side of things. Always good to keep your systems safe and trust them instead of external agents. Of course, this is only true if you have good code sanitization on your server.
@bulelanibotman3 жыл бұрын
I at least got the gist of it but man, i am still lost. is there is Firefox extension which shows certain websites if they are static or dynamic? Or, can someone give me an example of any popular website which are static or dynamic
@Dogheadedchris3 жыл бұрын
Pulled up this video and unexpectedly heard good old Max's voice - highlight of my day
@bLd3214 жыл бұрын
Personally, I prefere static pages. You can have free or very very cheap (I still prefer free) hosting, because all It has to do is to serve a couple static files. You can cache your static files in CDN (like free Cloudflare) and you site will be blazing fast, like 300ms to load with almost zero utilization on your hosting server. And to make it even better - you can use service worker to install all of your page in browser on first visit. Now your site can load in under 50ms, and even work offline. To summary: with static site your site can load in 300ms for first, and 50ms for any next visit, with almost zero utilization on server, which itself can be the cheapset and the most basic server you can find.
@taylorbundy5 жыл бұрын
Extremely helpful and informative. Thanks!
@academind5 жыл бұрын
So great to read that Taylor, thanks a lot for your comment!
@mjylove24 ай бұрын
but can we say that a webpage is dynamically generated when all that's changed is the content with exact the same html structure?
@spencerfreebairn93465 жыл бұрын
Excellent video! I like how you went beyond simple definitions by showing a demo and comparing the benefits of each approach. Your explanations were also very clear and concise.
@academind5 жыл бұрын
Thank you very much Spencer!
@alissabrave424 Жыл бұрын
Is this project dynamic if I make a website with React and JSON? I can't be sure about JSON.
@PrazgreenStudios8 ай бұрын
I'd say that you should use WordPress to build a high quality site, but convert it to be static so that it is less resource intensive and is easier to host.
@filobolla38976 жыл бұрын
Under which team do react and similar frameworks work? Static or dynamic? Is it possible to use react to make a static website more "dynamic" (fetch data from files and similar)?
@kdfyufyuflhlfc3 жыл бұрын
As far as I understood React and other frameworks are STATIC sites, cause whole HTML page is generated via JS on the Browser.
@basterbuddy27692 жыл бұрын
@@kdfyufyuflhlfc so use node.js
@mjylove24 ай бұрын
this amazing lecture cleared some difficult concept for me
@raulbarriga74162 ай бұрын
So does Next.js' server-side rendering make a website dynamic even if it's a simple website, with the most logic used is for a contact form?
@anastasiades.konstantinos Жыл бұрын
What about security? Which one is more vulnerable to attackers?
@younesshaimi14502 жыл бұрын
this is good quality video, nothing like these 5 minutes short videos with ukulele music on background, pretending to explain you stuff ..
@kulrajchavda95383 жыл бұрын
I don’t know how to thank youuu best explanation ever
@charllabuschagne21696 жыл бұрын
Thank you-very insightful video: handy for project consideration and explaining these options to clients who pick up craze terms.
@academind6 жыл бұрын
Thanks a lot for your comment Charl, just great to read that the video is helpful for you!
@deniskappo55552 жыл бұрын
Thank
@sudhakarreddy2415Ай бұрын
one of the best video I have ever seen
@lofiandchill6062 Жыл бұрын
Is this not just the difference between server side rendering and client side rendering? Static website just means unchanged, dynamic means different content can be shown. Dynamic website does not mean SSR. A website using CSR can still be dynamic.
@disney46544 жыл бұрын
thank you ......ang hirap kasi ng module ko
@p.alteregotate96394 жыл бұрын
E-Tech ba yan? Hehe
@edselmanawatao50012 жыл бұрын
Galing mo na yat mag code ngyon Hahah
@silbersmeca59692 жыл бұрын
for a beginner which language would you recommend to start with for building dynamic websites?
@ferescalante182 Жыл бұрын
How can I implement this in my website? I have a calendar section,it’s a column of 5 events that I’d like to populate those fields, the date, name of the event, and a short description.
@abdallahbedir325 жыл бұрын
Max, you're a great teacher. thanks alot dude.
@warrior_of_the_most_high2 ай бұрын
Thanks for making the video! It's really helpful.
@PaolaNekoChan Жыл бұрын
A quick question, if I wanted a static page to somehow be changed by each user through a website software that changes the code (in a more simple way of course) to make the page look different for them, would it be possible to have slight personalization of each individual page (let's say each page is created individually for that user, there are multiple pages so it is not only one page)? thanks sm for the info. by the way, it was very informative and helpful
@sandhus90904 жыл бұрын
Sir email is statics web page?
@itube00333 жыл бұрын
The Best internet Teacher by far!
@bLd3214 жыл бұрын
4:10 The files, the files never change.
@Aireekuh625232 жыл бұрын
This clarified everything for me, thank you.
@gr-gx4zy4 жыл бұрын
Great video man, really helped me. Keep up the good work!
@lifehacker506311 ай бұрын
very Beautiful Speaking style. Love from Pakistan
@njengathegeek Жыл бұрын
So helpful, but I think Firebase now is supporting dynamic websites
@ahmedbakhach24904 жыл бұрын
the static way is good when you have a small website with less content and not so much functions to run. javascript or jquery can do the job then. but if you have a bug website with more function i like the dynamic way then.
@paulcharlespaulowe4 жыл бұрын
Are Serverless applications also the same as Static Applications that consume endpoints from a REST API and do not need server-side code? (11:00 - 11:15)
@VinhLe-gc8ws6 жыл бұрын
Im new to this- very good info. How would i prepare the design for page layout in order to accomodate for a dynamic web app? Would the design be the same as my static site? What wouldthe back end developer need from t he design person?
@miguelfabian91355 жыл бұрын
Very good explanation, finally I could understand this topic, thanks my friend
@academind5 жыл бұрын
Happy to read that Miguel, thank you for your comment!
@aurimatic4 жыл бұрын
Static: sum(F) = 0 Dynamic: sum(F) = ma
@emilioortega94873 жыл бұрын
I don't understand you at the end of the video, If I'm building a static web page that only use html, css and javascript, how am I going to serve my web page with an API or something ? shouldn't I need something else to fetch this data ?
@_Amilio_2 жыл бұрын
So well explained. Thanks Max 👍
@akashbansal62164 жыл бұрын
Great misconceptions get resolved
@konichichi32603 жыл бұрын
Hey a question, Is Static Site Generator considered as static website?
@nagarajanr26816 жыл бұрын
pls.. upload a tutorial video for #Partially_collapsing_static_sidebar using angular
@tankofun5 жыл бұрын
Alright, so then... I guess another big plus for static pages would be caching, right? Cant cache something that constantly changes with each request. Can cache something that never changes during request time, but does at run-time, adjusting its content by fetching data from left and right via js... In that regard, what is the best-practice here? Say I have a "weak" server that can only handle a few thousand requests / sec. And lets say it gets super popular and has visits/requests > 1mil or more A SEC, even if that sounds ludicrous.. In that case, it would be better to use static webpages with a backend that provides REST API endpoints to provide the data during runtime, as you have also said. The browser would fetch small chunks of data, lets say user/profile data, which is comparatively less (in bytes) than say the entire dynamic webpage that contains the user/profile data. Let me throw out some numbers here... say the static page itself is 100kb big and the data requested by it via js -> REST API backend is just 1kb. If it were a dynamic page, every request would require a data transfer of (100kb + 1kb) x 1 mil. visitors / sec. But if its a static page, it never requests the 100kb page again because of the caching mechanism of the browser. It only requests the user data, which is 1kb x 1 mil visitors / sec. Did I get it right? If all of what I said is conceptually right, why the heck would anyone ever use "dynamic" pages? Is it because of comfort reasons, like there existing more solutions, frameworks, best-practices etc for dynamic pages? I've been thinking about this and my stack would have been initially: Java Spring Backend with the templating engine thymeleaf, that dynamically creates the pages. But it seems that's a stupid idea considering what I just wrote in case I am aiming to write sth where I anticipate lots of users, popularity etc. It would be better to use Java Spring Backend to merely provide the REST API endpoints and write all the code statically, via js, fetching all the data during runtime, etc. etc. Edit: Lets say I could not anticipate that it would get so popular, lets say I only considered 100-200 visitors / sec and designed the entire system with that in mind. So I went with a dynamic page. How hard would it be later on when it skyrockets in popularity, to make a switch in order to optimize all of that and reduce the bandwidth to give the server a break? Could you please give your thoughts on all of what I wrote? Thanks. Great video btw.!
@ricknewman94945 жыл бұрын
I think you're right on the mark. I've been looking into all the new options and feel like Gatsby+headless CMS like Strapi + GraphQL is the way to go. But I'm still diving into all the new info. You should watch this video from Google I/O kzbin.info/www/bejne/bZCVdH2plLuNoZY but Im not completely sold on AMP simply because everything gets rendered directly from google instead of your own server. So much so that your site's url doesn't even come up in the address bar.
@drewbradford76086 жыл бұрын
Really great video thank you! Is this a redefinition of SPA/MPA because static/dynamic can be used together in one site? Curious to hear your thoughts. Tracking this language game is truly difficult if working solo.
@SeamusHarper12346 жыл бұрын
It's not a redefinition. Usually dynamic pages are used in multi page applications, but they tend to include some static assets (eg. javascript, css, images, ...). SPA/MPA is more about the look and feel of the website (does it reload the page if i click somewhere), while static/dynamic is about the way the page gets served to the user.
@drewbradford76086 жыл бұрын
Ah, SPA/MPA is more of a UX term. Thanks for clearing that up.
@huberthagel5956 Жыл бұрын
thank you so much. I couldn't figure it out
@BobbyBundlez3 жыл бұрын
so confusing tbh lol. if react is a client side rendered framework then why is it also dynamic (which is server side rendered)?
@thilakk27994 жыл бұрын
thank you it is very useful & valuable for this time
@urofficial25924 жыл бұрын
What I have to do to scrape data from dynamically data changing websites.. really important from me..
@paulocleon6 жыл бұрын
Great video. ¿Can I generate a static website with Django?
@derkjna6 жыл бұрын
Could you maybe make a series about how to make a vscode extension?
@academind6 жыл бұрын
I haven't created one - once I did that: Why not :)
@derkjna6 жыл бұрын
Academind I think if you do you would be the first
@sherzod77886 жыл бұрын
So we can say dynamic is like a built-in-temple for our contents? Im sorry if i asked wrong question. Im a newbie in web development
@Layput5 жыл бұрын
No. Dynamic means the contents of one and the same web page changes every time you make a request (like click on a button. This is usually executed by a function in a chosen program). Static means there is no change. But you can assign a hyperlink in a static web page that returns another static web page (or a file such as jpeg or pdf) when you click on it. That's the only change a static website can ever have.
@azeeminator6 жыл бұрын
Danke for another great video! Speaking of static websites, I was hoping if you can make a tutorial on any one of the static site generators like Jekyll, Gatsby (React JS) or Sculpin?
@academind6 жыл бұрын
Definitely interesting tools! I do have plans to create more content on them in the future.
@academind6 жыл бұрын
Ah, that won't happen, sorry. I'm not a fan of Ruby and I'm also not a fan of learning something just to quickly create a tutorial on. The things I teach are things I worked with quite a bit :)
@academind6 жыл бұрын
Might still be other things than JS-only but Ruby is something I probably won't look into.
@azeeminator6 жыл бұрын
We understand you cannot learn and master everything out there and we don't like to burden you with demand after demand. Since you are an expertise in JS and PHP ignore Jekyll and you can create one on Gatsby in the near future. :) Danke!
@zamgill3 жыл бұрын
Great explanation. Thanks for sharing this!
@programandocomx5 жыл бұрын
Nice Video, all that i needed!
@academind5 жыл бұрын
Happy to read that Elias, thank you!
@davidstump81394 жыл бұрын
Come from a no coding background and I am confused
@ryandaepic18383 жыл бұрын
I still don't get it. OK so I once made a blogging website which had blog_Structure HTML file but had not content as it would be fetched from an API depending on the blog selected to read. The rest of the HTML file were pretty much constant. Which type of website is this, considering the blog_structure?
@timothyachonu36296 ай бұрын
At what point he said: In static websites, you can show a loading spinner before the data comes, which suggests that the data can fetched from a database just like your blogs. So, the fact that data is being fetched from a database on a website doesn't make the website dynamic.
@vicpitic25803 жыл бұрын
Does a firebase backend page count as a dynamic page ?
@dawid_dahl3 жыл бұрын
Perfect explanation. 🙏🏻
@alaayahia5356Ай бұрын
So SPA are considered static?
@ritsukohairsalon2 жыл бұрын
great tutorial!! Now I understand.
@user-hu1ss3fw5c5 жыл бұрын
Amazing and very informative video. Thanks!
@academind5 жыл бұрын
Thanks so much Sam!
@BarisPalabiyik4 жыл бұрын
How come a static page is harder to secure?
@cocchinicorp40484 жыл бұрын
Super helpful. Thank you
@amanmavai994 жыл бұрын
Thanks man, that was amazing explaination :)
@MartinKiess6 жыл бұрын
Thanks Max, nice to know! You have awesome great videos to learn!
@academind6 жыл бұрын
Thank you so much, this is amazing to read!
@TheOneAndOnlyAhmed6 жыл бұрын
Thanks for the video . What should I learn for server side language php or node js
@academind6 жыл бұрын
There is no right or wrong choice here. Briefly look into both and go with the one you personally enjoy more
@TheOneAndOnlyAhmed6 жыл бұрын
Academind thanks
@wepranaga6 жыл бұрын
php for personal/individual/self maintained projects. node for team projects because php is faster to develop. and node is easier to maintain & better performance
@TheOneAndOnlyAhmed6 жыл бұрын
Abdul Ghani thanks عبد الغني
@nested9301 Жыл бұрын
is using headless cms mean dynamic?
@reveryoungfo6 жыл бұрын
So we can say that static page is just web page and dynamic web page is a web application?
@MedyGames5 жыл бұрын
dynamic website = individual response (different files) static website = always same files a dynamic website needs an overhead to determine what individual code gets send to you ... a static website needs no overhead since the files itself are always the same ....can still be dynamic by making client side resquest through the files itself . Basicly the files asking for more files ...
@yoapps1374 жыл бұрын
@@MedyGames So does that mean.. a static website that renders all on the client side is static? BUT then what if your game canvas is fixed, but the data on the players position is constantly sent via a server. I said POSITION is SENT, not rendered. So, in that case if the position is received by the client and then rendered on the canvas by the browser's local JS... is that still a static? would you require static hosting for that?
@reptoidcommand10603 жыл бұрын
Excellent presentation 🐸
@mackenmd6 жыл бұрын
Yet another great video - thank you!
@academind6 жыл бұрын
Awesome to read that you like it Mark, thank you for your support!
@mackenmd6 жыл бұрын
Academind I will definitely be buying one or more of your videos. Your pacing is absolutely perfect.
@academind6 жыл бұрын
Thank you so much!
@ebuzertahakanat2 жыл бұрын
it is actually fat client vs thin client debate.
@Kenny-i3i5 жыл бұрын
Great explanation
@academind5 жыл бұрын
Thank you Kenny!
@lillydoser62134 жыл бұрын
Thanks so much. GREETINGS FROM GERMANY 💜
@neo_durden Жыл бұрын
Thank you Max.
@Yassi_gorl2 жыл бұрын
We have this lecture in highschool My Dad who's teacher in computer dont like to teach me 😭
@watchbotzz6 жыл бұрын
Max, I like your courses
@academind6 жыл бұрын
Thanks a lot Dimitri, really great to read that!
@jeremydomens17794 жыл бұрын
thank you so much, i learned a lot❤️
@nimamoghaddam23622 жыл бұрын
amazing guide, thx a lot
@debayondharchowdhury26805 жыл бұрын
This is a great explanation.
@academind5 жыл бұрын
Awesome to read that Debayon, thank you!
@thebauwsss2 жыл бұрын
good explanation.
@cristianeduardo526 Жыл бұрын
Very Nice, thank you!
@flopchannel61034 жыл бұрын
Love from India #king of IT
@mariem50294 жыл бұрын
Tank you for that good Video I love it Thank you very much :)
@willzo40262 жыл бұрын
great. learned alot. thank u
@Konslufius2 жыл бұрын
After watching this, I'm even more confused. Everything looks static with dynamic elements for me now.
@4akat4 жыл бұрын
that was great. thanks a lot
@marcelmarceli82465 жыл бұрын
That was awesome! Thanks!
@ReinaldoTrindade6 жыл бұрын
Awesome explanation.
@academind6 жыл бұрын
Thank you Reinaldo!
@jleao29903 жыл бұрын
The problem is that there is clear example of a dynamics website
@inamulhassan43846 жыл бұрын
Thanks max the video was very useful. Great one :>) ...
@academind6 жыл бұрын
Great to hear that, thanks so much!
@TimBradleyFromOz6 жыл бұрын
*Security is more complex with static, and easier with dynamic?* (@7:46 ) Wrong. Sorry. But so wrong - static basically only has 'man in the middle' attack exposure, and that's effectively closed off by https.
@academind6 жыл бұрын
That's not my point. My point is that it's easy for beginners to expose information in their static (JS) code that can be abused. That is something that you have to get right. Obviously, you have to get server-side security right, too but it's easier in that you can't expose confidential information to users that easily.
@TimBradleyFromOz6 жыл бұрын
Awesome that you replied. Big fan - happy, helpful, easy to follow tutes! Okay. So I think I understand you. You mean it is easier to 'protect confidential information' with a dynamic setup. I agree. I don't think you can even do this properly with a static setup - not really. That applies IF there is confidential information to protect. I think your viewers might wrongly think you mean static is more open to hacking, attacks, etc - when it is much more secure in this sense. Just my 2 cents - keep up the good works.
@mdbelalhossainsanto65234 жыл бұрын
Thank you, sir.
@vijaynavale39194 жыл бұрын
Good explanation 👌👌👌
@academind4 жыл бұрын
Thank you 🙂
@Lily-ed2sc3 жыл бұрын
You're from the udemy course. That's how I know you