Тёмный
Raddy
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.
NextJs Hassle-Free Deployment - App Platform
10:44
8 месяцев назад
NextJs 14 Dynamic XML Sitemap
10:15
8 месяцев назад
Next.Js 14 - AWS S3 Image Upload using API Route
35:06
9 месяцев назад
Learn Bootstrap: Easy Step-by-Step Tutorial v5.3
42:30
11 месяцев назад
MERN Starter Tutorial for Beginners
2:02:54
Год назад
Комментарии
@muratasarslan2359
@muratasarslan2359 3 дня назад
instead of creating a new file for the submit button, can we just make form.js use client & handle button submitting status there?
@ahmedkhabar
@ahmedkhabar 3 дня назад
Thanka a lot for this amazing easy to follow tutorial
@ongbnzn85
@ongbnzn85 4 дня назад
ive been looking for this for a year now hahaah. finally!
@michaelr.3799
@michaelr.3799 5 дней назад
Epic intro to coolify, much appreciated.
@vandanauniyal2114
@vandanauniyal2114 5 дней назад
Thankyou for such amazing projects. Have learned so many things from you.
@samiullahbutt2022
@samiullahbutt2022 5 дней назад
@md.fakweruddinmazumder9063
@md.fakweruddinmazumder9063 5 дней назад
Next.js (14.2.3) out of date (learn more) Error: Page "/sitemap.xml/[[...__metadata_id__]]/route" is missing exported function "generateStaticParams()", which is required with "output: export" config. I am getting this error. Please help me.
@RaddyDev
@RaddyDev 5 дней назад
You can use generateStaticParams() when it comes to pages, but for the sitemap you need to use the "export default function sitemap()" function. Unless you want to do it as a page with a custom route handler? If you need to create multiple dynamic sitemaps you can use generateSitemaps() together with sitemap(). Normally you only need to use generateSitemaps when you have more than 50,000 URLs and you need to split them per sitemap as that is the Google max number.
@ambitious1z
@ambitious1z 6 дней назад
Thanks!
@RaddyDev
@RaddyDev 6 дней назад
What a legend! Thank you!
@ambitious1z
@ambitious1z 6 дней назад
amazing!
@deanrettig7791
@deanrettig7791 10 дней назад
You aren't explaining that much. What is col-sm ?
@RaddyDev
@RaddyDev 10 дней назад
That's a column that targets small screens. Above >576px and below <768. That's how you targeted different breakpoints. Example: col-12 col-sm-6 col-md-8 Possible columns to take - 12 col-12 - auto take 12 columns col-sm-6 - on small screen take 6 col-md-8 - on medium take 8 When you resize the browser, you should see the col size changing. I think that once you try it, it will start to make sense.
@Adarshmaddheshiya-k5l
@Adarshmaddheshiya-k5l 10 дней назад
@RaddyDev Some websites have the bots blocking mechanism, do you any video to bypass the bots blocking, So we can take the screenshot
@RaddyDev
@RaddyDev 5 дней назад
There is a plugin for that called "puppeteer-extra-plugin-stealth", but some people say that it no longer works. After some research I think that Ulixee sounds promising. I haven't tried it, but it looks like it could be a good alternative
@shayankhaz
@shayankhaz 11 дней назад
The revalidate trick was awesome dude
@inspirationalquotes5840
@inspirationalquotes5840 11 дней назад
Thank you Raddy
@jagdish1o1
@jagdish1o1 12 дней назад
Instead of putting setLoading state in both try and cache, simply put that in finally block. And now we have server actions 🙌 so no more apis.
@krk101
@krk101 12 дней назад
Thanks, man. Really appreciate your help.
@mVisorify
@mVisorify 13 дней назад
It works like charm also if you use R2. Thanks!
@valour.se47
@valour.se47 14 дней назад
How do i increase the upload file limit, I am trying to add my theme.
@RaddyDev
@RaddyDev 13 дней назад
You'll have to find the .htacces in your wordpress docker container and upload max size there. You could FTP or use the command line with Nano
@mawhadmd
@mawhadmd 14 дней назад
lol, just use native css
@RaddyDev
@RaddyDev 14 дней назад
Thanks to Cloudways for sponsoring this video! Enjoy $25 in credits: www.cloudways.com/en/?id=1016576
@fromabovefrombelow1272
@fromabovefrombelow1272 14 дней назад
As a junior dev, this helped out a lot! Thank you
@adityagaikwad8305
@adityagaikwad8305 16 дней назад
1:46:59 After sign in or sign up it is giving access denied I also changed the serializeUser or deserializeUser code but still it is not working.
@RaddyDev
@RaddyDev 16 дней назад
Look into the top answer here: stackoverflow.com/questions/65184355/error-403-access-denied-from-google-authentication-web-api-despite-google-acc
@adityagaikwad8305
@adityagaikwad8305 16 дней назад
​@@RaddyDevThank you
@ramongodaslopez-rm1si
@ramongodaslopez-rm1si 16 дней назад
is it better to self host or just use theur 5$ solution? looks like it's about the same price than a vps with 30+gb
@RaddyDev
@RaddyDev 16 дней назад
With the Cloud, I guess you'll get to do less maintenance, free email notifications, and potential access to support. I haven't had to do much maintenance and I have no idea how good the support is. If you want to support Coolify and its creator, Andreas, choose the Cloud option. I personally have self-hosted everything on one server since I am only using it for personal projects. If you're using it for clients or important projects, separate servers are the best option. So, ask yourself if you need separate servers, free email notifications, less maintenance and support. That was a wordy answer, but I hope it helps. Let us know what you choose and why.
@amaliamali877
@amaliamali877 17 дней назад
Sir, can I add sidebar in this project ?
@RaddyDev
@RaddyDev 16 дней назад
You can do. You could ask chatgpt to help you out with this one. Also there are a lot of free bootstrap templates that you can use from the internet. You'll have to mess around
@amaliamali877
@amaliamali877 16 дней назад
@@RaddyDev okayyy will tryy thankyouu!!❤
@kdot78
@kdot78 17 дней назад
How would you track the progress of the uploading task? also make a video about uploading multiple files and tracking progress of multiple files. that could be really interesting. Most of time when you upload files on the internet you get progress bar and you can also abort the task. thanks anyway tho, pretty good video 👍
@kdot78
@kdot78 17 дней назад
just saw a video on your channel about multiple file upload. so thanks. but still consider the progress bar and abort feature
@soundsof...
@soundsof... 17 дней назад
is there any way to not have mobile site and only publish a "desktop" site ? Or force to see desktop even on mobile ? I'm having hard time to find info on that...
@franalcaraz1676
@franalcaraz1676 20 дней назад
Amazing tutorial!!
@valour.se47
@valour.se47 20 дней назад
after applying firewall, I am not able to see the coolify using the ip as expected , but instead I can see the page saying 404 not found what does that mean? I mean isn't it just time out like in the video
@RaddyDev
@RaddyDev 17 дней назад
After applying the firewall rules, accessing Coolify via the IP address should be blocked, which is expected behaviour. To access Coolify, use the domain name you have set up. If you haven't set up a domain name, you can unblock the port to continue using the IP address. That's what I've done in the video. Configure Coolify via IP -> Lock IP -> Use Coolify with a Domain. I hope that you've managed to set it up
@vikramvj5645
@vikramvj5645 21 день назад
Can anyone help me , after signin or signup the page shows access denied not showing the dashboard page
@RaddyDev
@RaddyDev 21 день назад
of course I can. It could the serializeUser or deserializeUser code. Have a look at the updated version here: github.com/RaddyTheBrand/Notes-NodeJs-CRUD-MongoDB/blob/main/server/routes/auth.js
@vikramvj5645
@vikramvj5645 21 день назад
@@RaddyDev thank you sir
@adityagaikwad8305
@adityagaikwad8305 16 дней назад
​@@vikramvj5645 is it working now For me it's still not working
@adityagaikwad8305
@adityagaikwad8305 16 дней назад
​@@RaddyDev It's still not working for me After I signed in it is showing Access denied Please help
@roshangupta1333
@roshangupta1333 21 день назад
hello sir i cant understand but the svg image i downloaded is not showing on my browser how to solve this issue
@RaddyDev
@RaddyDev 21 день назад
It could be that you haven't set your public folder. In app.js make sure that you have app.use(express.static('public')); and then your image can be added anywhere inside that folder. Let's say public/img/yourimage.svg
@prethammuthappabs2241
@prethammuthappabs2241 21 день назад
Amazing explanation, but i couldn't understand one thing that why do we need two domain names one for colify and one for the project, is it possible to not register colify with a domain name but only my project?
@RaddyDev
@RaddyDev 21 день назад
Technically, IP address will work for Coolify. Many server are managed that way, but domain names are easier to remember and look more professional if you care about that. The big thing for me was being able to easily create an application with a custom subdomains like analytics.mydomaincom without messing around too much. Oh and you get SSL on your coolify. Not sure how it works with the IP - it's probably fine. And thank you!
@arjun_vinod
@arjun_vinod 22 дня назад
In my app I've used mongoDB locally (compass). So for hosting on render, how can I upload it to the cloud?
@RaddyDev
@RaddyDev 21 день назад
Get a MongoDB atlas account. If you are just starting out the free tier will work absolutely find for you. I still use the free tier on a couple of projects and I never had to update. Then use the connection string they give you in your application when you deploy on Render. To migrate the data, you can simply export it from compass, and import in MongoDB Atlas. You might have to create the tables manually, but it's easy to do, and then you insert the data
@Snipe_BLOX
@Snipe_BLOX 22 дня назад
i can finally waste my motivation on backend
@Nishikant007
@Nishikant007 23 дня назад
it was too good sir ..................... keep it up ..
@kush_shah
@kush_shah 23 дня назад
Can I deploy site if i am having MySQL database in xampp server?
@RaddyDev
@RaddyDev 21 день назад
Technically yes, but that would be self-hosting from home. Find a cloud database if you want to simplify the process. There are many free ones out there that will save you a lot of time
@shooting4star2023
@shooting4star2023 23 дня назад
Do they support web socket?
@RaddyDev
@RaddyDev 22 дня назад
They do. If you google "heroku websockets", they have a good tutorial on how to get started
@mejjithomas
@mejjithomas 23 дня назад
Sir my nodemon app crashed and it is showing an error that unexpected token in node modules how can i fix it!? Please help me with this!
@RaddyDev
@RaddyDev 22 дня назад
Can you link in what part of the tutorial this is happening. Without seeing the code is hard to pinpoint the problem, but I am more than happy to try to help you out
@mejjithomas
@mejjithomas 20 дней назад
1:50:04 I was just stuck here,I sorted out my error and ofc thank you soo much for this it worked out so well! Keep going you are just wonderful!😊🤍~
@mejjithomas
@mejjithomas 20 дней назад
@@RaddyDev 2:06:22 i was stuck here,but anyway i cleared it,thank you so much for this tutorial ,it helped me a lot and the results came out so well!! I am just a 12th completed student and this taught me a lot THANKYOU !Keep going sir you are just wonderful!😊❤
@heal8379
@heal8379 24 дня назад
Thanks mate<3
@collinskariuki7089
@collinskariuki7089 25 дней назад
I was stuck with that layout error and your video solved it for me and taught me how to use EJS layouts. Thank you so much for creating such helpful content.
@RaddyDev
@RaddyDev 22 дня назад
Glad it helped!
@suonvansak
@suonvansak 26 дней назад
when deployed is not working 😢
@RaddyDev
@RaddyDev 26 дней назад
Where did you deploy? It should work under any Node.js setup such as Render, Nginx/PM2, Docker, DigitalOcean App, Dokku, CapRover, Coolify, etc.
@Saucehero29
@Saucehero29 27 дней назад
How to implement it in hostinger cron job sir?
@RaddyDev
@RaddyDev 26 дней назад
Hostinger VPS? You can just run your nodejs app on the server and it should work. You'll need nodejs or something like pm2 installed and then you run your app like you would locally
@FirdaousZerzour
@FirdaousZerzour 28 дней назад
It's a wonderful tutorial. Thank you👍
@RaddyDev
@RaddyDev 26 дней назад
Glad you liked it!
@marksto6581
@marksto6581 29 дней назад
I must admit, this is the most thoroughly details Coolify installation tutorial out there on RU-vid, and I've seen A LOT of these recently. Thx for your dedication, @RaddyDev! Cheers!
@RaddyDev
@RaddyDev 26 дней назад
I appreciate the comment; thank you!
@muratasarslan2359
@muratasarslan2359 29 дней назад
Why Typescript no? 😥
@RaddyDev
@RaddyDev 26 дней назад
I thought that it would be easier for most of us just to use js. You might be able to convert it to TS using chatgpt
@Abuthahir1974
@Abuthahir1974 29 дней назад
Great!. Very useful. Thanks for tutorial.
@RaddyDev
@RaddyDev 26 дней назад
Glad it was helpful!
@danil5948
@danil5948 Месяц назад
How to deploy Flowise to Coolify, please
@RaddyDev
@RaddyDev 26 дней назад
Have you tried deploying from the official Git repo?
@danil5948
@danil5948 26 дней назад
@@RaddyDev yes i use docker compose but it didn't work for me
@selestial7
@selestial7 Месяц назад
You are so trash at explaining things.Followed your steps and my site looks like garbage you are soooo bad at explaining simple things
@genericframes
@genericframes Месяц назад
Perfect! Everything works, thanks!
@gabriele8339
@gabriele8339 Месяц назад
Explained in a simple way without missing anything => perfect tutorial
@allinonetrick343
@allinonetrick343 Месяц назад
i am getting an error that, customers.forEach is not a function please help me with that, how can i fix it.
@RaddyDev
@RaddyDev Месяц назад
In your res.render("index", { locals, customers.... do you pass the customers? If so, do you get data from the database when you do const customers = await Customer......?
@allinonetrick343
@allinonetrick343 17 дней назад
@@RaddyDev thank you for guiding me.
@chrisder1814
@chrisder1814 Месяц назад
hello Do you use custom gpt? NEW : I would like to sell jewelry on several platforms, I would need to use SEO software per platform ? One for Amazon, one for ebay...? And if not, do you use no code software and APIs? I try to understand the differences between custom GPT, chrome and WordPress extensions, automation software like browser automation studio and make I had an idea of ​​creating an SEO and image editing but I don't know how to go about it I thought of several solutions either with make or by creating a Chrome or WordPress plugin or by using a existing plugin but I don't think it exists to do what I want or even with a custom GPT seo: OK and what do you think about rank math? I understand that this extension allows me to scan my pages and find the keywords to replace, from my back end, have I understood correctly? And I also understood that this does not allow me to ask it to scan my entire website? I mean if I understood correctly it scans the pages but one by one and I have to do everything by hand? This is why I wondered if I could not create an extension to which I would give the URL of my website and have it scan all the pages and tell me which keywords to replace And I even wondered if I wouldn't be able to make a robot with custom GPT or even with no code software like make in the case where an extension wouldn't be able to allow me to do it, does this idea seem good to you? do you also create chrome or WordPress extensions? I'm asking you this question because I'm trying to understand what I could do with custom GPT, could I do more with a chrome WordPress extension? Does it exist or not and finally what more can I do with it? make compared to its other methods Amazon, jungle scout I would like to use the jungle scout api but at the moment I am looking into the subject of artificial intelligence and I realized that there are several ways to use APIs and so I would like to try first to understand what is the difference between using the jungle scout api in a dent custom gpt action and I realized that I can also use the JS api in a make scenario Could you tell me what the difference is, what could I get, using either of these two methods? And also with the Amazon API? I understand that Amazon has several APIs? Do you also sell on several marketplaces? could you give me your opinion could I send you an email
@RaddyDev
@RaddyDev Месяц назад
Hello! I haven't used that
@chrisder1814
@chrisder1814 Месяц назад
​@RaddyDev I'm asking you this question because I'm wondering what results I could get by creating an action with the jungle scout API when I create a gpt Compare to using the API in a make scenario
@RaddyDev
@RaddyDev Месяц назад
@@chrisder1814 I haven't used Jungle Scout personally, but it certainly seems intriguing. It looks like you can create some tools using their API. Best to give it a try... Have you checked if there are any online videos or tutorials on this?
@chrisder1814
@chrisder1814 14 дней назад
@@RaddyDev Hello do u use make? I try to understand the differences between custom GPT, chrome and WordPress extensions, automation software like browser automation studio and make I had an idea of ​​creating an SEO and image editing but I don't know how to go about it I thought of several solutions either with make or by creating a Chrome or WordPress plugin or by using a existing plugin but I don't think it exists to do what I want or even with a custom GPT seo: OK and what do you think about rank math? I understand that this extension allows me to scan my pages and find the keywords to replace, from my back end, have I understood correctly? And I also understood that this does not allow me to ask it to scan my entire website? I mean if I understood correctly it scans the pages but one by one and I have to do everything by hand? This is why I wondered if I could not create an extension to which I would give the URL of my website and have it scan all the pages and tell me which keywords to replace And I even wondered if I wouldn't be able to make a robot with custom GPT or even with no code software like make in the case where an extension wouldn't be able to allow me to do it, does this idea seem good to you? do you also create chrome or WordPress extensions? I'm asking you this question because I'm trying to understand what I could do with custom GPT, could I do more with a chrome WordPress extension? Does it exist or not and finally what more can I do with it? make compared to its other methods Amazon, jungle scout I would like to use the jungle scout api but at the moment I am looking into the subject of artificial intelligence and I realized that there are several ways to use APIs and so I would like to try first to understand what is the difference between using the jungle scout api in a dent custom gpt action and I realized that I can also use the JS api in a make scenario Could you tell me what the difference is, what could I get, using either of these two methods? And also with the Amazon API? I understand that Amazon has several APIs? Do you also sell on several marketplaces? could you give me your opinion could I send you an email
@chrisder1814
@chrisder1814 14 дней назад
@@RaddyDev Hello, I added "NEW :" to my first message, more detail