I absolutely love this! As someone who made several videos on NginX I understand how difficult to summarize this tech in 100 seconds. Amazing as usual.
I was wondering what buffer and filler to put in the Nginx video to make it up to 100 seconds. Typically developer spends 15 seconds editing configuration file and lately, machines are doing it automatically with stubs that insert domain name and that's it.
Was just gonna make this exact comment. 2 seconds into the comment I hear how he pronounces it and I realize what a buffoon I was for calling it "Nuh-Jynx" in my head this whole time LOL.
This is not really that bad. Just read about it several days and listen several videos about it and you'll be fine. It may be scary first, but you won't believe how much you actually can understand when given enough time.
It was actually quite the opposite for me Using nginx made me realize how everything works. Beforehand, concepts that were taught out of context, like IPs DNSs, nameservers, and others, really confused me. Using nginx just let me see through a more practical point of view
@@jamhamtime1878 Exactly using Nginx will give you idea how a request from user reach to server and back to user. It's quite confusing at first but once you understand it's not that hard.
I was just getting into it then the 100 secs were up. Maybe it created a 200 sec followup, and then a 400 sec after that might be cool. just a thought. Love your content
Man I found out about nginx after my server was getting destroyed by thousands of concurrent requests. By far the easiest Web server to configure and deal with. Wasted so long in Apache trash, only to find out nginx exists. So glad I did. Load balancing op
Learn NGINX in 7 Easy Steps - Full Beginner's Tutorial 🙋♂️🙋♂️🙋♂️ Thankyou for you awesome content btw. This is one of the best channel I have found.
this is good, now can we have a bit more than 100 seconds :) this is one of the things that personally kill me, docs of ngix don't help, so I usually end up doing my complicated reroutes in nodejs, wish I understood better how routing works
That was really nice intro to the beast but wish if have taken an extra step into its event loop and its request processing model. Keep up the fantastic work. Really loving ur videos
What about a follow up about nginx for deploying multiple dockers as backend that listen to the same port and the traffic gets redirected depending on the URI? For example, one for production, one for testing and one for development.
Ah, that sounds like how we setup servers at my workplace, i love it, just copy and paste the folder with the server docker compose and folders so i have a duplicate, edit a couple files to give it a new port and name, run it, define a subdomain and configure the file in nginx and voila, new test server
It's crazy cool! I needed to host two websites but did not want to spend money on a new IP address. I setup nginx reverse proxy and pointed one domain to each website under the same IP and port. It's free real estate
I heard it a few times now and I always thought it had something to do with servers and the internet. Thanks to your video I now know what it specifically does. Thanks.
A small question if someone could kindly answer. As a noob soon to be backend engineer i can't understand how to use nginx and still handle authentication with cookies etc. For example in express i can serve some endpoints only if a user is authenticated, for example an admin panel. How do i achieve this using nginx/apache or any web server. The main reason is to avoid serving static files with express itself which i read is not the recommended way. Thanks in advance and i hope i made myself clear.
Thanks for answering. I get it that it gets handled by the application server but i don't know how to properly combine it with nginx. I didn't find any tutorials doing exactly that, most people do authentication in express and serving files with it.
damn youtube algorithm going mental. Like 2 days ago i had to write a script for a company to change all their vhost_nginx.conf files and now this is in my recommended
I've been calling it "nnnnGEENX ??" ever since I started my web programming class this semester. Since we're all online, no one has been around to correct my dumbassery. Thank you for doing it before someone made fun of me
This is good video, but i think this video missed to explained how nginx can be used to reverse proxy domain name using servername attribute. It’s really basic use case and imo really essential.
I've been working with Nginx for literally about a year. At my job, not at home, and im still not fully sure of all of its capabilities. Some systems to me make sense. Like docker... docker-compose...apache... But Nginx just fucks my brain up.
I absolutely love this! As someone who made several videos on NginX I understand how difficult to summarize this tech in 100 seconds. Amazing as usual.
but 100s not enough!
I was wondering what buffer and filler to put in the Nginx video to make it up to 100 seconds. Typically developer spends 15 seconds editing configuration file and lately, machines are doing it automatically with stubs that insert domain name and that's it.
Videos
Nice to see one of my favourite content creators on youtube, on a video from another of my favourite content creator on youtube. :D
We love you too for your content :)🤩
Just learned it's pronounced Engine X ... I've been calling it N-Jinx all this time.
Was just gonna make this exact comment. 2 seconds into the comment I hear how he pronounces it and I realize what a buffoon I was for calling it "Nuh-Jynx" in my head this whole time LOL.
we've all been there, I remember ordering an akai (acai) bowl once lol
I always hear N ginx when I read it. I have to watch myself when talking with other developers or I'll say it and sound silly
They wanted to name the Server EngineX but the name was already taken. Solution: Name it NGinX and tell people to read EngineX.
Same here lol
This is where the web really gets complicated and scary for me. Awesome explanation as always and now I know atleast something about nginx.
This is not really that bad. Just read about it several days and listen several videos about it and you'll be fine. It may be scary first, but you won't believe how much you actually can understand when given enough time.
It was actually quite the opposite for me
Using nginx made me realize how everything works. Beforehand, concepts that were taught out of context, like IPs DNSs, nameservers, and others, really confused me. Using nginx just let me see through a more practical point of view
@@jamhamtime1878 Exactly using Nginx will give you idea how a request from user reach to server and back to user. It's quite confusing at first but once you understand it's not that hard.
Dude make web assembly in 100 seconds !
hohoho
that's a good challenge
Oooo!!!!! That's a good one!
Yesss
Yes
What he did it lol
keep it up, you always amaze me with how much information you fit into these short videos!
I was just getting into it then the 100 secs were up. Maybe it created a 200 sec followup, and then a 400 sec after that might be cool. just a thought. Love your content
yeah cool tech and great video left me wanting more as well
How about just one longer tutorial on setting up nginx on linux or wsl, first alone and then combined with apache server?
Agreed
@fireship do a 100 secs + 10 mins on this one
Yes
Man I found out about nginx after my server was getting destroyed by thousands of concurrent requests. By far the easiest Web server to configure and deal with. Wasted so long in Apache trash, only to find out nginx exists. So glad I did. Load balancing op
Dammnn no way you got ddos'ed
@@chris-zlrr it wasn't a ddos just site traffic increased and I didn't realize how taxing basic requests are lol
Please never stop making these, absolute Legend
These 100 second videos are great. I watch one and I feel like I've done my work for the day
Most videos I watch on 2x speed - Fireship videos I sometimes have to slow to .75x - love the quality content / second on these videos
Finally, a 100 seconds about a topic I know more than the 100 seconds
Fun fact about this channel if you have watched all 100 seconds vedios series, congratulations you are system designer!
Just watched this 5 minutes before my backend developer interview. Now I am pro.
hahahaha; doing the same here. Got a technical interview test next week on node.js/backend and so on.
This series is like flutter widget of the week series. Love those. Keep them coming
Straight to the point to the perfect tutorial ever. Thank you Fireship :D
Learn NGINX in 7 Easy Steps - Full Beginner's Tutorial 🙋♂️🙋♂️🙋♂️
Thankyou for you awesome content btw. This is one of the best channel I have found.
I started using Nginx during this lockdown. It's unbelievably fast and easy to use.
This video deserves a like for explaining things in 100 seconds
I use this for Kali Linux and Web Development. Thanks.
1:20 in true NGiNX fashion, you removed a couple of spaces at the first } bracket.
Nginx is the best piece of software i have seen in decades
i dont like to learn new stuff but your way of teaching makes it addictive to watch and watch the next vid. great work!! thanks!
Amazing! Varnish in 100 seconds would be awesome
this is good, now can we have a bit more than 100 seconds :) this is one of the things that personally kill me, docs of ngix don't help, so I usually end up doing my complicated reroutes in nodejs, wish I understood better how routing works
I wish a lot of youtube videos could get as much useful information out as quickly. Good job!
Kudos to who ever is involved in this channel 💪😄👍
Man, I'll make it short. I effin love your content. Thanks for making dumb coders like me less dumb by keeping things concise like this.
That was really nice intro to the beast but wish if have taken an extra step into its event loop and its request processing model. Keep up the fantastic work. Really loving ur videos
i am using nginx for kubernetes apps within a pod. i am happy with it. works great,
You're amazing, I will name my son after your channel.
What about a follow up about nginx for deploying multiple dockers as backend that listen to the same port and the traffic gets redirected depending on the URI? For example, one for production, one for testing and one for development.
Ah, that sounds like how we setup servers at my workplace, i love it, just copy and paste the folder with the server docker compose and folders so i have a duplicate, edit a couple files to give it a new port and name, run it, define a subdomain and configure the file in nginx and voila, new test server
you should also explain Apache in 100 seconds
That would only be fair :)
pmuch the same shit but slower compared to nginx
@@h.hristov any proof of concept that is slower?
@@manojo123 yes
@@aureli4nus thanks for the fast reply
That's how all the tutorials and explanatory videos on the internet should look like.
You Are The Best Brother🥺..Thank You So Much❤️
Short clear description of Nginx!
A full video about nginx would be awesome!
This brings back memories of how much I sucked at configuring nginx with php APIs.
Cool dude. I am like 12 years old and love your videos. Keep it up !
I was looking channer like this very long time, short explanatory videos for apps, im waiting to see more videos from you.
I love nginx sooo much, one of the best pieces of software out there. Really cool.
I really love these small but extremely useful videos, I really f**king ❤️ them.....Plz keep making them....😘😘
Really nice explanation. Loving your videos very much, Fireship.
Best web development content all around.
Good to see a man of culture sneaking in a Freakazoid reference
I am interacting with this video for engagement purposes! God bless Fireship
Amazing amazing amazing fireship
You are lit 🔥
The reverse proxy part, I wanted more on that topic - literally the last second lol
It's crazy cool! I needed to host two websites but did not want to spend money on a new IP address. I setup nginx reverse proxy and pointed one domain to each website under the same IP and port. It's free real estate
Plz Make an in-depth tutorial on nginx
definitly need this one
Great video! Would really appreciate a longer video on this one as well.
Always love the quality. Thank you
Excellent quick summary!
I feel like Caddy deserves it's own video as well
Excellent explanation. Thank you
Really informative i really like the way you explain clear thanks
Can you do a Beyond 100 seconds video in nginx? Love your content!
Please make a video about caddy. I thibk not enough people know about it.
I heard it a few times now and I always thought it had something to do with servers and the internet. Thanks to your video I now know what it specifically does. Thanks.
loved the Lost Highway background
Just wanted to say thank you so much for your vids.
WOW!! Thanks, Jeff (y). We need a long tutorial on the reverse proxy and Nginx
SwiftUI in 100 seconds. :)
Love your content.
Your content is high quality.
I hope this can save one person many hours some days: NGINX is very picky about underscores in headers!
Totally amazing! Thanks for this ultra mega fast leaning video
automatically delicious, gets to the meat and potaoes don't forget the beans. Thank you for hard work put in.
Short and clear explanation 🤟
great content for interview preparation
Your content is next level, thank you.
You are my biggest inspiration 😍
Oh my god! Two videos continuously on awesome stuff?! A dream coming true!
So quick, so informative.
Thanks!
it's been years since I started fiddling with web stuff... this stuff makes more sense these days.
Caddy webserver in 100 seconds could be interesting too :)
Besides website Nginx can also be used for email server and video streaming server using RTMP + FFmpeg
Beautiful explanation. Well done.
A small question if someone could kindly answer. As a noob soon to be backend engineer i can't understand how to use nginx and still handle authentication with cookies etc. For example in express i can serve some endpoints only if a user is authenticated, for example an admin panel. How do i achieve this using nginx/apache or any web server. The main reason is to avoid serving static files with express itself which i read is not the recommended way. Thanks in advance and i hope i made myself clear.
What you want to do is implemented in application logic, this doesn't has to do anything with server
Thanks for answering. I get it that it gets handled by the application server but i don't know how to properly combine it with nginx. I didn't find any tutorials doing exactly that, most people do authentication in express and serving files with it.
You missed that Nginx was developed by Russian developer Igor Sysoev.
Good content my friend, keep it up!
You explained in 100 seconds what whole books and 10 minute videos couldn't do.
Awesome video😎👍
What does a Browser actually do? in 100 seconds plz
I love your content and videos, they are awesome
Maybe can consider making a Nginx Unit Explained in 100 Seconds tutorial! its similar to Nginx but is more developer friendly!
NGINX is amazing period
damn youtube algorithm going mental. Like 2 days ago i had to write a script for a company to change all their vhost_nginx.conf files and now this is in my recommended
I've been calling it "nnnnGEENX ??" ever since I started my web programming class this semester. Since we're all online, no one has been around to correct my dumbassery. Thank you for doing it before someone made fun of me
NGINX changed my webdev life
Great explanation.
Brilliant explanation
The misaligned curly brace at 1:23 is killing me
This is good video, but i think this video missed to explained how nginx can be used to reverse proxy domain name using servername attribute. It’s really basic use case and imo really essential.
nginx node js and docker
you can also use kubernetes ansible terraform openstack
if you want to automate and create biggg company
I've been working with Nginx for literally about a year. At my job, not at home, and im still not fully sure of all of its capabilities. Some systems to me make sense. Like docker... docker-compose...apache...
But Nginx just fucks my brain up.
This vid alone earned a subscribe!
1:27 just hits different now…
Please do a 100 minutes version of this topics haha
nginx simply the most simple beautiful elegant webserver.
Short and sweet, thank you
This is really what I needed
How anyone can downvote this is beyond me!
The person who created this video is possibly a big fan of Freakazoid. Hi mom!