No video

If I had to host on a single VPS, this is how I'd do it

  Рет қаралды 16,334

Web Dev Cody

Web Dev Cody

Күн бұрын

github.com/web...
📘 T3 Stack Tutorial: 1017897100294....
🤖 SaaS I'm Building: www.icongenera...
✂️ Background Cutter: www.background...
💬 Discord: / discord
🔔 Newsletter: newsletter.web...
📁 GitHub: github.com/web...
📺 Twitch: / webdevcody
🤖 Website: webdevcody.com
🐦 Twitter: / webdevcody

Пікірлер: 117
@WebDevCody
@WebDevCody 10 ай бұрын
Btw, keep your sysadmin egos in check and just deploy using existing PaaS that manage all of this for you. I wouldn’t never host on a single VPS for a production system.
@user-tb4ig7qh9b
@user-tb4ig7qh9b 10 ай бұрын
Pin this comment ❤️
@tejashp98
@tejashp98 10 ай бұрын
Feels like a lot of people don't know, and haven't tried both approaches or either. Its probably still worth people trying for the own learning experience, and to satisfy that thought of "I wonder if that way is better, I should try it". I've been messing around with a self-hosted PaaS called Caprover on a Oracle cloud VPS. Its good; better than just docker alone. There are some other similar software like Dokku and portainer. I just plan on using this to host a portfolio site + some small demo projects, static sites and maybe to quickly deploy test versions of apps I make in the future. But I agree with you; to me this is not a good idea for production, especially without some container orchestration tool like portainer. Seems too "involved" and now I am creeping into another job entirely. For example, I found myself googling so much to figure out how to secure the VPS, open and close ports, configure ip-tables, configure the VNIC on Oracle, and how to go about patching the operating system / dependencies. I don't see anything wrong with playing with this stuff and learning, but it just seems like I'd have to draw the line somewhere sooner, to focus more on the software development. Have you tried self-hosting a PaaS like caprover, dokku or portainer? it could be a nice in-between paying for a PaaS provider vs self-hosting on a VPS using docker. But these self-hosted PaaS don't have all the features that many PaaS providers have, like vercel and their edge functions.
@kanadaj3275
@kanadaj3275 10 ай бұрын
We rent dedicated servers from Hetzner and use Kubernetes for container and cluster management. It saves us something like 95% compared to using AWS. It's an option for high, constant load infrastructure. Just something to keep in mind, though usually not very relevant for SaaS or such. But for low return per volume uses (eg ad supported sites) the difference is quite stark. Physical CPU cores can be 7-8x as fast as a VPS or cloud server vCore (and it doesn't fluctuate based on CPU usage of others sharing the server), and you typically don't have to pay for bandwidth per GB, so the math is really, really twisted. Just something interesting to keep in mind.
@Svish_
@Svish_ 5 ай бұрын
"wouldn’t never"
@shintaii84
@shintaii84 2 ай бұрын
Lol… and a triple vps? Using docker swarm?
@bzmrgonz
@bzmrgonz 2 ай бұрын
Thank you for tackling the mundane world of vps hosting, it is a very comprehensive video explanation of how to have a solid handle of a vps deployment.. Maybe you should do a video on how you prevent run-away cc charges on the serverless platforms you prefer to use. I think the nightmare scenarios we all have read online is what makes us stay away from serverless.
@rotivanov
@rotivanov 10 ай бұрын
you are the GOAT of web dev content! Much love for you dude!
@MartiinWalsh
@MartiinWalsh 10 ай бұрын
Great content Cody, really enjoying everything you're putting out. Nice work!
@rashzh5502
@rashzh5502 10 ай бұрын
Thanks Cody! Could you please provide guidance on configuring CI/CD using GitHub Actions for a VPS?
@themesongasker
@themesongasker 22 күн бұрын
super awesome insight man, will look deeper into all of the tech you used & implement it
@kanadaj3275
@kanadaj3275 10 ай бұрын
For Grafana+Loki, it's not as good for search as ELK (it doesn't have an inverted index full text search engine) but it is far faster and scales to ridiculous levels, while using much less storage. So if the goal is to dump a million log lines per hour into it, Loki is probably a better choice than Elastic. Otherwise, stick to ELK.
@PwrXenon
@PwrXenon 10 ай бұрын
Thanks for actually posting a video on using a vps I know many other KZfaqrs that would just dismiss it and not even give an attempt
@WebDevCody
@WebDevCody 10 ай бұрын
Sure thing, it’s still a viable option for many projects, but not my personally recommended way
@NoobaLV
@NoobaLV 10 ай бұрын
Even though I agree with your opinion on using existing PaaS instead of self-hosting, I still appreciate that you take the extra step to show how it would actually look like if you were to use a VPS instead. In my current workplace we are so few devs that we need to pretty much manage all aspects of the dev pipeline and one of the main reasons why we didn't go with self-hosting is because the complexity is so steep that teaching it to someone who has previously only worked with react-native stuff would just not be worth it. Much simpler to teach someone to do basic deployment to production and such if there is a friendlier interface to use e.g Hasura.
@WebDevCody
@WebDevCody 10 ай бұрын
100%, rolling your own deployment solution means you better have great documentation for when the main people who set it up decide to leave the company and they hire someone who has to figure out how it was all hobbled together.
@josephajibodu2377
@josephajibodu2377 10 ай бұрын
Thanks for showing this regardless. When it comes to personal projects, I still go this kind of route due to budget.
@st-jn2gk
@st-jn2gk 10 ай бұрын
SST seems to be the real sweet spot, but I've never used AWS for db. Might be missing out. For that, I'd probably just use supabase or pay 15 bucks a month for a managed DB at linode. I never use planetscale because they dont have real relations which bugs me. great video man!
@ooogabooga5111
@ooogabooga5111 10 ай бұрын
planetscale is not for everyone.
@mr.daniish
@mr.daniish 10 ай бұрын
Planetscare ux sucks
@st-jn2gk
@st-jn2gk 10 ай бұрын
yeah, because other than that, their pricing and scaling is top tier@@ooogabooga5111
@SeibertSwirl
@SeibertSwirl 10 ай бұрын
Great job babe!!! Also FIRST!!! Finally
@WebDevCody
@WebDevCody 10 ай бұрын
Wohoo 🎉 thanks babe!
@skully8471
@skully8471 10 ай бұрын
u should try the community edition of portainer to view all your containers, images and that kinda stuff ^^
@WebDevCody
@WebDevCody 10 ай бұрын
is that some type of k8s host?
@FlygOnLiTe
@FlygOnLiTe 10 ай бұрын
I dont understand how you use something like web sockets or cron jobs with serverless architecture. Do those things have to run on a VPS where its stateful? Could you touch on that a little?
@WebDevCody
@WebDevCody 10 ай бұрын
I’d just use a third party websocket service, such as aws api gateway v2 or pusher. Or if you really want to you can just deploy the websocket server as a stand-alone service and have your api signal your socket server for sending out events. But yes, that’s the one down side of serverless, websockets are not easy anymore. For cron jobs, again I’d just use aws cloudwatch alarms and setup cron rules to invoke my serverless endpoints.
@w9914420
@w9914420 10 ай бұрын
This is so much appreciated, many thanks, I am coming to a point of where I am needing a place to host my site also, I was wondering have you already covered a docker and AWS setup on your channel?
@waghitech
@waghitech 5 ай бұрын
I love your work.. keep it coming bro ❤
@erocvdub
@erocvdub 2 ай бұрын
You should add this video to the description of the first video. And some of the other new ones, in case someone comes across that video. It seems counterintuitive from reading titles. But can be cleared up in the description 🤷‍♂
@anasouardini
@anasouardini 10 ай бұрын
A very informative video for my level of experience. Thank you.
@igortalic2021
@igortalic2021 3 ай бұрын
Great video! 😊 Complitly agree with everything, setting up VPS is great for learning but for a business or serious project my goto is eather aws lambda or aws fargate for containers. Great stuff 😊
@yohance6904
@yohance6904 10 ай бұрын
Hi Cody, I’m sort of a beginner on devops/hosting thing. My question is, if I were to host my API on AWS Lambda, what do you think is the best option to deploy my React app? I’d like to make it all as cheap as possible
@WebDevCody
@WebDevCody 10 ай бұрын
I use SST. It’ll deploy it to s3 behind cloudfront.
@yohance6904
@yohance6904 10 ай бұрын
@@WebDevCody I see, would you recommend just using SST to deploy my full-stack app or still deploy the API on Lambda manually and then the Client app on SST?
@WebDevCody
@WebDevCody 10 ай бұрын
@@yohance6904 if this is for a side project, I’d just use nextjs and deploy using sst. It makes it easier when the api and frontend are combine. If you can figure it out, you can also just write your api with express or nest, then use a wrapper to get the entire api deployed to a single lambda, that’s what we do at work.
@yohance6904
@yohance6904 10 ай бұрын
@@WebDevCody so basically, for a side project just deploy all together on sst, if down to do something more professional(?), use a wrapper to deploy the api on a single lambda. If i wanted use a wrapper, which one do you recommend?
@WebDevCody
@WebDevCody 10 ай бұрын
@@yohance6904 we use @vendia/serverless/express, then we zip it and deploy it to a lambda, then we hook it up to an api gateway. I haven’t done it with sst so idk if they have an example on that already or not
@zamarinen
@zamarinen 10 ай бұрын
I have been following your latest videos and i completely agree that a single VPS for this use case is insane, and not production optimal. I just find it funny that, the only solution to met the requirement of "using a vps" is by using docker, which then at scale translate to Kubernetes. In that way you would get the same way of customizibility (that you dont get from PaaS) and cost effectiviness (at-scale)
@WebDevCody
@WebDevCody 10 ай бұрын
At this point I’m seeing that every single project and developer in this industry has a completely different idea of production ready. I guess if the app is online and accepting traffic, it’s production ready in the eyes of many.
@Jeanpierrec19
@Jeanpierrec19 10 ай бұрын
There is definitely a sweet spot in between where you use serverless for things that are hard (db/auth/logging/possibly file hosting) and vps for the easy stuff (your webapp). Also systemd ( cmon you wrote a unitfile to launch docker compose) can restart on fail so not only is docker not needed, a piece of software to restart your dead service isn't either
@WebDevCody
@WebDevCody 10 ай бұрын
yeah, nothing is black and white, use what works for your project
@elementotriplo4966
@elementotriplo4966 10 ай бұрын
Thanks for the content. There is something i don't understand, i would appreciate it if you can explain: a 16gb RAM droplet on DigitalOcean would be $96 /mo, while a 32gb RAM Hostinger VPS would be $22 /mo. I don't quite understand the pricing difference, would i be just because hostinger is pre-paid instead of by usage?
@WebDevCody
@WebDevCody 10 ай бұрын
You’d probably need to look at the hardware specs and read on perf benchmarks. DO might have much better cpu speeds or memory bus speeds. Hostinger only gives a big up front discount if you pay for a year up front, otherwise it’s $60/month.
@rtorcato
@rtorcato 5 ай бұрын
you could host on a home lab depending on your experience setting up your own hardware and network
@user-tb4ig7qh9b
@user-tb4ig7qh9b 10 ай бұрын
The logging point i loved
@TedMosby-fk5gj
@TedMosby-fk5gj 10 ай бұрын
Great explanation! May I ask why would anyone do this over using something like Vercel or Aws? This feels like it would take months to learn for someone new to devops/cloud. Id rather use a provider and actually work on building my application.
@WebDevCody
@WebDevCody 10 ай бұрын
it's "cheaper" they say, but no one factors in the hours it'll take to configure, maintain, upgrade, monitor, automate, and scale their custom VPS solution so that they can only pay $5 / month. I easily wasted a few hours alone just trying to setup this ELK logging setup for this video. I spend an ENTIRE HOUR because I was using localhost instead of 127.0.0.1 somewhere in my configuration files.
@dandogamer
@dandogamer 10 ай бұрын
Probably because theres some people out there that already have this experience acquired through many years and this is just the way they are comfortable building things.
@TedMosby-fk5gj
@TedMosby-fk5gj 10 ай бұрын
@@dandogamer ​ @WebDevCody Definately, I can see how it might be needed, if you had an enterprise app, where doing all this yourself can actually save money because you have so many users. Even then, there would be a whole team youd need to pay
@iced2916
@iced2916 10 ай бұрын
Hi Cody, I'm kind of a noob in this devops and hosting stuff, I have done some full stack projects but I have no idea where to host them, they are either react and express or nextjs, sometimes with third party hosted db, sometimes with postgres running with docker. I already know It's possible to host static sites for free but is that also true for full stack apps? Ive looked into some options (vercel, hostinger, netlify) and I'm wondering whats your recommendation both for personal projects and for apps that could possibly get a lot of users.
@WebDevCody
@WebDevCody 10 ай бұрын
I personally use SST to deploy my next.js application to AWS. It's free / dirt cheap until you get real traffic. It does require more knowledge to understand how to set it up and deploy, but their docs are good. The easiest solution to deploy next.js is vercel (assuming you can get away with the free plan license). If you plan to just host a node server, you can checkout railway or DO app deploy. There are tons of options, it all boils down to how much you are willing to pay a month. If you want lowest price possible with a confusing UI, go with AWS. If you want the best UI and developer experience, go with vercel.
@iced2916
@iced2916 10 ай бұрын
@@WebDevCody Thank you so much! Def gonna be checking these out
@andredasilva6807
@andredasilva6807 10 ай бұрын
thats amazing. thanks for sharing
@jekker1000
@jekker1000 10 ай бұрын
02:37 yikes, that will fail within a few months. Never run latest tags with images, always specify tags. Especially with postgres as you can not easily upgrade between major versions. As for elasticsearch, yep it is a big load on a small vps. But one can configure docker in a way that logs are sent to an external address (i.e. another vps).
@WebDevCody
@WebDevCody 10 ай бұрын
yes, this video isn't a production ready setup, I was just showing that I'd probably use docker-compose to host all my things if i had to use a VPS. Yeah, it's better to keep elasticsearch + kibana on a separate vps, and the database on a separate VPS, but then at that point you're trying to manage 3 separate machines that it's easier to just pay for a PaaS.
@and_rotate69
@and_rotate69 10 ай бұрын
do u think it's a good thing to use nginx in the front instead of the js server directly?
@WebDevCody
@WebDevCody 10 ай бұрын
I think it's fine to do either. For my example, I'm using Caddy in front of my node server because it's very easy for having HTTPS work out of the box. Nginx and Caddy also allow for load balancing, so having those from the start might make it easier to distribute traffic to multiple node instances if needed. Nginx can also cache various assets if configured correctly, which can help improve performance.
@LawZist
@LawZist 10 ай бұрын
What solution you are using in your projects for logging? Love your vids!
@rd-ve7ch
@rd-ve7ch 3 ай бұрын
Besides creating a vps and using nginx or apache as a proxy server, what else is needed to upload website? Do you need to use docker or software like vscode?
@WebDevCody
@WebDevCody 3 ай бұрын
The bare minimum is your node server and probably caddy or nginx in front of it on your machine. You’d have to figure out your own process to deploy updates. Docker compose makes it easier to just build an image, Publix it, then rerun docker compose up to deploy your updates
@jsantos1220
@jsantos1220 10 ай бұрын
I need someone expert in this area to teach me how to use docker, who knows a teacher in the docker (deployment in general) that give me some lessons?
@MrTrebor2
@MrTrebor2 10 ай бұрын
Nice content! As far as i know securing docker containers it is not a piece of cake - ufw is actually not enough to restrict access to selected (own) ips.Any tips how to secure access to monitoring services (cAdvisor, logstash, graphana etc.) ? reverse proxy ?
@WebDevCody
@WebDevCody 10 ай бұрын
Easiest would be to use username and pass for elasticsearch and kibana. Aws has security groups which would only allow access to you EC2 instance if you’re on a certain IP or vPC group
@milon27
@milon27 10 ай бұрын
🎉 i have a digital ocean droplet running a express server. everything works fine. but some of my user sometimes get timeout error on single endpoint. 1. if they use VPN or other internet connection the endpoint work fine i am not sure whats the issue, any idea?
@amenofisch
@amenofisch 10 ай бұрын
Hey Cody, nice explanation of the services that you recommend using. I'm currently using glances instead of cAdvisor, it has a pretty nice UI. Glances just hast to be deployed once on your server and then it works forever, displays your VPS' CPU, Memory and Storage usage aswell as the container usages. I was wondering tho, is there currently any proper way to host a Next.js 13 Application with the App Directory and Server Actions? My current approach is to build the nextjs application and then just simply let it run using PM2 with the command "next start". I haven't found yet a better way and would be interested if you know better.. Greetings from Germany :)
@WebDevCody
@WebDevCody 10 ай бұрын
Yeah, you could host using pm2, or use a docker container with restart always like I had in this video and it’ll restart it if it crashes
@amenofisch
@amenofisch 10 ай бұрын
@@WebDevCody Yeah the thing is you can't use a nodejs server if you're using server actions. Or am I missing something? PM2 works fine as well, it auto restarts too.
@WebDevCody
@WebDevCody 10 ай бұрын
@@amenofisch server actions should work on a vps, at least I thought it would. What issues are you seeing with server actions?
@amenofisch
@amenofisch 10 ай бұрын
I just noticed that I actually could just simply run a alpine linux container and then just use next start in it to host the nextjs app, not sure if that's a good approach tho@@WebDevCody
@johto
@johto 4 ай бұрын
WTF, Hetzner got double the specs and double less costs vs digital_ocean from this video ..example 2cpu, 8gig ram, 80 gig hdd, 20tb outbound transfers etc ...
@abrhamb2952
@abrhamb2952 8 күн бұрын
Can you share you SaaS mind map, Thank you
@WahabSurfali
@WahabSurfali 10 ай бұрын
Wow beautiful
@AlexGalo0
@AlexGalo0 Ай бұрын
Where could I learn more of this topics? Like VPS , creating a public IP and domain stuff, etc I know KZfaq lol but more in depth
@WebDevCody
@WebDevCody Ай бұрын
Yeah I’m not sure if that’s a niche that’s being filled on youtube
@AlexGalo0
@AlexGalo0 Ай бұрын
@@WebDevCody yeah , it’s like a more advanced and real life stuff lol , but your content adds a great value, thanks bro
@joshem32
@joshem32 10 ай бұрын
is there any reason in particular you use caddy over nginx?
@WebDevCody
@WebDevCody 10 ай бұрын
it's easier and automatically sets up your SSL certificates for you. Maybe nginx will do that for you, I haven't tried in a while.
@MehediHassan-pn5uc
@MehediHassan-pn5uc 10 ай бұрын
Hi Cody, Do you have any video/playlist on docker?
@WebDevCody
@WebDevCody 10 ай бұрын
I don't think so
@anonAcc575
@anonAcc575 10 ай бұрын
What about things like dokku? Are they worth it over docker compose.
@WebDevCody
@WebDevCody 10 ай бұрын
dokku seems like a good solution from what I've read from their docs.
@kendrickstrickland9801
@kendrickstrickland9801 10 ай бұрын
I heard one of the cons of cloud services vs VPS is that its not easy to cap your budget. Someone could find a way to rack up your bill right?
@WebDevCody
@WebDevCody 10 ай бұрын
Yeah if you're paying per-use, you can accidentally bankrupt yourself or company if you don't have alarms and billing alerts setup to prevent run-away charges. With a VPS you know exactly how much you'll be paying for each month (plus whatever bandwidth they will charge on top of your VPS server which you again can have run-away charges if someone racks up your bill)
@AlexanderHyll
@AlexanderHyll 10 ай бұрын
As a separate note, many services are cappable by quota to do cost control. That may or may not be a deal breaker but if the scale is small enough to even consider VPS it is probably not.
@FarisEdits
@FarisEdits 10 ай бұрын
Nice video
@AlexanderHyll
@AlexanderHyll 10 ай бұрын
Seems a lot of suggestions are at either end of the serverless spectrum. Am I the only one that finds managed K8 to be the best of both worlds?
@WebDevCody
@WebDevCody 10 ай бұрын
I could agree with that. K8s gives you the control and flexibility for hosting containers while also removing the need to maintain and orchestrating everything. Although, it does has a learning curve to it. Also no vendor lock-in with is good
@branislavbrincko7237
@branislavbrincko7237 10 ай бұрын
Could you please share that docker-compose 🙏?
@WebDevCody
@WebDevCody 10 ай бұрын
github.com/webdevcody/vps-elk-express
@rand0mtv660
@rand0mtv660 10 ай бұрын
To be honest, if it's a smaller scale app you probably don't need all that logging for it to be "production ready" IMO. I've worked on multiple "production" apps that were internal use only or smaller scale apps for a company and logging was never crucial. It would be beneficial in few cases, but usually apps just run and work and that's it. Of course, logging probably never hurt anybody and it's great to have in many many scenarios. Yeah it's easier to use one click solutions to deploy all this stuff, but I think it's great to know how some of this stuff works.
@jekker1000
@jekker1000 10 ай бұрын
this. And also what i have noticed, with local vps providers you get like a 2 core 8gb ram, 250gig sdd for like 8$ a month. On this you can run like 2-3 applications in parallel for SMEs like 10-30 users. If you know how to configure this and run it all, it is a steal compared to all the other platforms
@AlexanderHyll
@AlexanderHyll 10 ай бұрын
At that scale cloud functions and the like are free ^^
@rand0mtv660
@rand0mtv660 10 ай бұрын
​@@AlexanderHyll yes, but I think this assumes everything you do is Nodejs and that isn't necessarily the case. Where I work we use C# and .Net Core for backend so it's not Nodejs. I know there is Lambda for C#, but then I think you have to write things a certain way and kinda lock yourself into AWS. This also doesn't account for the fact that you need a database and in case of some heavy computation we have done in the past, alongside a SQL database we required a document database that focused on raw performance. Also, from our experience, free database tiers are awfully slow and not usable so going for free tier on everything doesn't work or at least it didn't work for us. This might have changed as time went on, but we haven't retested to be honest. This is probably something we have to revisit. It's sometimes just easier to deploy all of this on a single VM for $10/month and get decent performance and not get locked into anything. If we have issues with a VM on AWS for example, we can easily just switch to Azure or Digital Ocean since we work on bare metal in that case and aren't locked into anything particular. There are also cases where enterprise clients have on premise or non-cloud hardware and you have to deploy on a random VM since there is no cloud. It's good to know how to work with bare metal, it just allows you to be more flexible. Being 100% dependent on these cloud providers just limits your possibilities. Don't get me wrong, I understand the the benefit of these cloud providers and various services they offer, but they don't work for every case.
@AlexanderHyll
@AlexanderHyll 10 ай бұрын
@@rand0mtv660 I actually don’t even know JS/TS hardly at all. I may be ignorant here, but for the type of app you’re describing I would personally never deploy it and call it production ready without the bells and whistles of logging, monitoring etc. Id have to agree with Cody, doesn’t seem production ready to me for enterprise clients. I personally work on enterprise software for big banks, which obviously has a whole another scale. I was thinking more personal projects or internal tools, where if you are considering using such a small VM performance isnt a big concern anyways. Ive had no issues hooking cloud functions/lambdas to one of several DBs for data of some size. You may get somewhat locked in to provider, I currently mostly write Java and Rust. Quite a bit is portable though, but it depends I guess on how you plan to ship. Maybe Im just biased cause I havent seen this in-between tier, I would just personally never ship to a client for outside hosting without monitoring/logging regardless of API/app size. And then again Id still pick hosted K8 in either scenario. :)
@rand0mtv660
@rand0mtv660 10 ай бұрын
@@AlexanderHyll yeah I guess we just have different experiences and that's fine. To me just adding more services and you now mentioning K8s just seems unnecessarily complicated for certain types of apps. But of course I'll have to investigate all of this a bit more because I haven't experimented with all these 3rd party services in a long time
@user-cu7us4vj1j
@user-cu7us4vj1j 10 ай бұрын
Hi! Like 👍 your videos so much. I would like to know your way of creating a regular website which has some landing pages, contact form, media gallery, blog. Which CMS and stack you will use. Thanks! Support with like 👍 if you support my suggestion!
@eshw23
@eshw23 10 ай бұрын
This looks and sounds so painful lol
@WebDevCody
@WebDevCody 10 ай бұрын
which part looks painful? Unless you use an PaaS, you'll always end up SSH into a machine and manually setting up a variety of things. This is the less painful approach I can think of over trying to install nginx, caddy, pm2, manually on the machine directly
@eshw23
@eshw23 10 ай бұрын
@@WebDevCody No nothing specific, just setting up your own VPS instead of using a provider. Great job on explaining how to do it though!
@WebDevCody
@WebDevCody 10 ай бұрын
@@eshw23 oh, absolutely, unless you’ve spent a lot of time learning how to properly set it all up and manage it, using a paid PaaS provider is much easier and probably much better for your production system
@eshw23
@eshw23 10 ай бұрын
@@WebDevCody Yea especially since my app is a long term project and im a solo dev, I host my Next app on Vercel and then get out lol. If its valuable to learn ill learn it though.
@klapaucius515
@klapaucius515 4 ай бұрын
Didn’t age well 😂
@WebDevCody
@WebDevCody 4 ай бұрын
It aged like a fine wine
@klapaucius515
@klapaucius515 4 ай бұрын
@@WebDevCody oops sorry. This comment was meant for your other video titled “Why I wouldn’t host my apps on a VPS”
Why I'd never host my apps on a VPS
13:43
Web Dev Cody
Рет қаралды 35 М.
Serverless might bankrupt you (and how to deploy to a VPS instead)
14:26
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 68 МЛН
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 17 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 8 МЛН
Why is Everyone Lying About The Best VPS? Full Analysis
12:17
Emit.Reviews
Рет қаралды 12 М.
I'm now VPS red pilled (and protecting with CloudFlare)
8:12
Web Dev Cody
Рет қаралды 35 М.
How do we scale web applications?
21:11
Web Dev Cody
Рет қаралды 56 М.
Host your own Vercel
57:58
Syntax
Рет қаралды 7 М.
This is why learning typescript generics is important
13:19
Web Dev Cody
Рет қаралды 25 М.
I got my first DDoS (and what you can do to help prevent it)
8:27
Web Dev Cody
Рет қаралды 34 М.
Should You Avoid Netlify, Vercel, and Cloudflare? (Quick Reaction)
6:51
Deploy Payload on Coolify | How to host Payload
18:28
AllAboutPayload
Рет қаралды 5 М.
How to use Docker and migrate your existing Apps to your Linux Server?
19:12
What is the "best way" to develop software applications?
18:37
Web Dev Cody
Рет қаралды 275 М.