Raddy

Raddy

Hi! I’m Raddy, a passionate Web Developer. On this channel, I share new findings and make tutorials. Whether you're a fellow programmer or just curious about web development and design, you'll find a mix of tutorials, insights, and personal reflections here.

Пікірлер

  • @DivineReflectionsTV-885
    @DivineReflectionsTV-8856 сағат бұрын

    make a vidio in hindi please

  • @Arsh_Kr
    @Arsh_Kr9 сағат бұрын

    2:12:52 if at this time stamp anyone is having the issue that their dummy notes is not being displayed on the screen then this might help you. When you were adding dummy notes entries to your database using await note.insertMany([ { user: '66828b8f9edd558710c8267b', title: "Introduction to Node.js", body: "Learn the basics of Node.js, ", createdAt: "2024-07-01T10:00:00.000+00:00" }, make sure that the value of the label 'user' of your every dummy entries must match with the objectId of already created collection 'users' _id: ObjectId('66828b8f9edd558710c8267b') googleId:"110777263388723818808" displayName:"Some Name" firstName:"anyName" lastName:"Kr" profileImage:"lh3.googleusercontent.com/a/ACg8ocKpGkDgVWY-ggIPcy82ch0ldzZxV-…" createdAt:2024-07-01T10:57:19.375+00:00 __v:0 here in my case, as you can see '66828b8f9edd558710c8267b' is common at both places. If it is not common, go to mongoDb atlas then Database -> browse collections ->notes and modify using edit button.

  • @muhammedyaseen1404
    @muhammedyaseen1404Күн бұрын

    Best resource for anyone with basic knowledge in these technologies

  • @ossipov84
    @ossipov84Күн бұрын

    What are your thoughts on repeating navigation code for mobile and desktop version? How about DRY principles? Isn't it possible to accomplish sidebar navigation without code duplication?

  • @saharilarshad1628
    @saharilarshad1628Күн бұрын

    Awesome. RaddyDev, please make a tutorial for multiple apps, nextjs, react app (frontend), nodejs (backend). Enjoys your tutorials videos.. Thanks

  • @muhammedmishab3598
    @muhammedmishab3598Күн бұрын

    thanks💌

  • @kunaldhuria3935
    @kunaldhuria39352 күн бұрын

    thank you so much

  • @user-ej3zl6eh3j
    @user-ej3zl6eh3j2 күн бұрын

    I regret not watching your video earlier. Didn't knew that bootstrap was this awesome.

  • @user-qj4zf5kd5o
    @user-qj4zf5kd5o2 күн бұрын

    suppose if i create one file via file zilla so how to get that in exists ftp remote connect workspace?

  • @justdoitk
    @justdoitk4 күн бұрын

    Nice tutorial, i've tried to put a remix app from shopify and doesn't build, any tips? the remix app has a dockerfile.

  • @RaddyDev
    @RaddyDev2 күн бұрын

    Hard to say what it could be. If you haven't looked already, check out the logs when you deploy. Hopefully that will give you an indication of what it could be

  • @draylegend
    @draylegend5 күн бұрын

    why didn't you update & upgrade newly created ubuntu instance? Does the coolify script do it for you automatically?

  • @RaddyDev
    @RaddyDev5 күн бұрын

    When I create a new instance on Hetzner, it usually comes up to date. As you SSH there should be a message that the system is up to date as far as I remember. (It's most likely on the video when i ssh). It's still a good practice to manually check and run updates. If I log in now, I am sure that there will be some updates available to install. Coolify doesn't do ubuntu updates and with self-hosting, so you'll have to do the security yourself

  • @the_13east
    @the_13east7 күн бұрын

    pls start using dark mode ! we love our eyes even if you dont

  • @BhaktiTone
    @BhaktiTone7 күн бұрын

    14:40 you can use "path module" To short the code. Here, I will show you how to do that:- const path = require("path"); app. use(express.static(path.join(__dirname, "public")));

  • @ArturComunello
    @ArturComunello8 күн бұрын

    Hello @RaddyDev, great tutorial, quick question. What can be done so we prevent the app return 502 Bad gateway during the build process?

  • @RaddyDev
    @RaddyDev7 күн бұрын

    You can try replacing the last line in your yml with Reload instead: run: pm2 reload 0

  • @staticalmo
    @staticalmo8 күн бұрын

    I still didn't understand if it has php buildpacks

  • @RaddyDev
    @RaddyDev7 күн бұрын

    You can deploy PHP websites, but it relies on Docker compose for handling the development environment. You could look into some of the articles online on deploying Laravel websites. Maybe that would help clear things up. I haven't deployed any PHP applications on it yet, except for WordPress.

  • @sabbanrahul9678
    @sabbanrahul96788 күн бұрын

    you are amazing bro, after a long time i came across such content worth liking and commenting

  • @RaddyDev
    @RaddyDev8 күн бұрын

    Thank you so much brother!

  • @TutoDS2014
    @TutoDS20149 күн бұрын

    Any way of access the files and replace with the existing files?

  • @RaddyDev
    @RaddyDev8 күн бұрын

    I'll try to summarise it here: Login to Coolify and under your WP project click on Storages. From there you'll be able to see the Volume Name. Now you can SSH to your server and use that name to search and find the folder location. Then use FTP client to login and navigate to the folder and replace your files. Make a backup of wp-confing as it might be different to yours

  • @TutoDS2014
    @TutoDS20149 күн бұрын

    Any way to deploy Wordpress websites?

  • @TutoDS2014
    @TutoDS20149 күн бұрын

    And SSL, can you generate it on the Coolify?

  • @RaddyDev
    @RaddyDev9 күн бұрын

    There is a one click deploy option and SSL is automatically generated. I made a video on how I migrated pre-existing wp website and that covers the WP installation: kzread.info/dash/bejne/qaWtqqh8pZzIdrA.html

  • @lucialezmor01
    @lucialezmor019 күн бұрын

    Thank you!

  • @dananjayachathuranga7113
    @dananjayachathuranga711310 күн бұрын

    Thnak you and subscribed !

  • @prathamrawat6298
    @prathamrawat629810 күн бұрын

    hello sir , You really solved a lot of problems of mine, I just wanted to know when we are displaying specific dishes with routes /categories/thai or any then how is it showing as we have created route of this /categories/:id ?

  • @HarikrishnanSrinivasan
    @HarikrishnanSrinivasan10 күн бұрын

    Thanks a ton for this!

  • @MiguelVarona-uj2mm
    @MiguelVarona-uj2mm10 күн бұрын

    Cyclic is not available for new registrations.

  • @AbijithB-ne1ln
    @AbijithB-ne1ln10 күн бұрын

    django website hosting using coolify

  • @ramoberoi8285
    @ramoberoi828510 күн бұрын

    Watched the video in 0.5x speed and learned in 40 mins.

  • @naolfekadu6101
    @naolfekadu610112 күн бұрын

    why no docker??

  • @caroleatierney
    @caroleatierney13 күн бұрын

    Thank you. This was very helpful!

  • @blackmaxdesigns1523
    @blackmaxdesigns152313 күн бұрын

    Cyclic has been shut down😐

  • @kaydang8933
    @kaydang893315 күн бұрын

    it is not free anymore :<

  • @ojvribeiro
    @ojvribeiro15 күн бұрын

    Hi! Can you make a video on how to setup Deployment Previews?

  • @ricozuares
    @ricozuares16 күн бұрын

    i got a message, that coolify needs some ports for example 8000, When I add it to my firewall its again accessible via the ip. What am I doing wrong?

  • @RaddyDev
    @RaddyDev15 күн бұрын

    Did you apply the firewall settings to your server? That's the only thing that I can think of if you followed along. A bit strange, let me know how it goes and if there is anything i can help with

  • @user-ik7rp8qz5g
    @user-ik7rp8qz5g16 күн бұрын

    Are system requirements hard or can I still use it on 1 core 1 gb + swap server if needed?

  • @RaddyDev
    @RaddyDev15 күн бұрын

    I wouldn't waste your time trying with less than the minimum requirements. The server will probably crash at some point. Ubuntu itself requires 1GB RAM and 1 vCPU or better.

  • @koolam5158
    @koolam515816 күн бұрын

    life saver, thanks a lot sir

  • @RaddyDev
    @RaddyDev15 күн бұрын

    Glad it helped

  • @WarchantUA
    @WarchantUA16 күн бұрын

    One addition: do not forget to update the password for coolify instance after you've set up HTTPS, because the first time you registered it was sent over HTTP and it is 100% logged somewhere in between your machine & hetzner instance.

  • @RaddyDev
    @RaddyDev16 күн бұрын

    That's a valid concern, thank you. If you set it up in public place, like a coffee shop where network traffic might be monitored, that could be a problem.

  • @twxq834
    @twxq83416 күн бұрын

    Amazing tutorial. Thank you

  • @RaddyDev
    @RaddyDev16 күн бұрын

    Glad you enjoyed it!

  • @mistersir3185
    @mistersir318518 күн бұрын

    Wow, that is such a great idea. Thanks for sharing this!

  • @harshadadagale4253
    @harshadadagale425318 күн бұрын

    17:00

  • @zahlan193
    @zahlan19318 күн бұрын

    Nodemon app crashed, what does it mean

  • @RaddyDev
    @RaddyDev16 күн бұрын

    When did it start to crash. Could be a typo/error in your code

  • @Abhishek-fw7oo
    @Abhishek-fw7oo18 күн бұрын

    why redirect to non www version ?

  • @RaddyDev
    @RaddyDev16 күн бұрын

    It's a personal preference and also helps with split ranking

  • @friendly-notsofriendly
    @friendly-notsofriendly18 күн бұрын

    I just have one doubt about vps ,once we are done hosting then in future do we have to take care of something like maintainance or something like that?

  • @RaddyDev
    @RaddyDev16 күн бұрын

    It does involve ongoing maintenance, and if something goes wrong, you'll have to identify and fix the problem. For most websites I run on a VPS, I hardly have to do anything after the initial setup. Initially, I did have to implement a lot of security measures to comply with standards and pass audits. However, I've also had some websites that needed constant care.

  • @friendly-notsofriendly
    @friendly-notsofriendly16 күн бұрын

    @@RaddyDev ohhk thanks ✨️

  • @user-yo6xp2pc6i
    @user-yo6xp2pc6i19 күн бұрын

    How to add delete and update recipe option to this

  • @user-yo6xp2pc6i
    @user-yo6xp2pc6i19 күн бұрын

    How to add delete recipe and update recipe in this

  • @bgmieditscy
    @bgmieditscy19 күн бұрын

    F next js and new file based routing in react

  • @okao08
    @okao0819 күн бұрын

    So sitemap can be very huge?

  • @RaddyDev
    @RaddyDev19 күн бұрын

    As long as you cache it, I don't see why not

  • @oliversaxon8656
    @oliversaxon865620 күн бұрын

    is it still possible to use API routes in Next when deploying with Coolify?

  • @RaddyDev
    @RaddyDev20 күн бұрын

    Yeah they work absolutely fine

  • @lindor94
    @lindor9420 күн бұрын

    Perfect, this is what I needed to stop feeling paranoid about Vercel. Just one question: How can we achieve the same firewall behaviour of what Hetzner offers, but on some other VPS provider that doesn't have the any firewall features, so the firewall needs to be set up manually with something like ufw. But docker exposes the port 8000 even if you block it using ufw. Any idea?

  • @RaddyDev
    @RaddyDev19 күн бұрын

    UTW can be a solution. Have a look at the article "How To Set Up a VPS Firewall?" by scalahosting as it talks about all that

  • @KhanhNguyen-bi7ow
    @KhanhNguyen-bi7ow20 күн бұрын

    I don't have folder _work in action_runner but i run cmd ./run.sh, so how to fix it. Thanks

  • @RaddyDev
    @RaddyDev19 күн бұрын

    That's a bit strange... did you manage to figure it out?

  • @naylord5
    @naylord520 күн бұрын

    Thank you very much! Really useful mate

  • @prashlovessamosa
    @prashlovessamosa21 күн бұрын

    Thanks Raddy

  • @RaddyDev
    @RaddyDev21 күн бұрын

    The labels are available in the description. Hit 👍pls