Тёмный
The Dev Corner
The Dev Corner
The Dev Corner
Подписаться
Hello, everyone!
Beside working and learning programming, I also share the tutorial and some problem that I face. I hope you can learn something.

Enjoy ~

Комментарии
@amaraag9435
@amaraag9435 2 дня назад
Video resolution is much high. May he uses 4k tv for monitor. Other some auth token codes were unofficial and didn't use bun's core method. My opinion he was wrote right way.
@kiddie-7287
@kiddie-7287 Месяц назад
WTF FFONT
@EdwibaPujianto
@EdwibaPujianto Месяц назад
oh god. danke bro🎉
@ljlinen
@ljlinen Месяц назад
I'm sorry i don't see anything and ma vid quality is at HD
@adityapandey23
@adityapandey23 Месяц назад
This is really helpful! Thanks
@unixrebel
@unixrebel Месяц назад
25% larger text. its kinda crazy you didnt notice that before uploading.
@windl02
@windl02 2 месяца назад
manythanks! but can you make 'index' have Authorization header automatically after successfull login, I still haven't found a solution :< (sorry for my bad English)
@EsHbAnBaHaDuR
@EsHbAnBaHaDuR 2 месяца назад
very nice. My routes are in /Routes/courseRoutes.js file so how can i access them?
@lauteesien7260
@lauteesien7260 2 месяца назад
Why do you use setMap(map) for onLoad in <GoogleMap> component, but use input.current=ref for onLoad <StandaloneSearchBox> component?
@RajeshTechForge
@RajeshTechForge 3 месяца назад
Good Tutoriall but too annoying to see the code. 1. Just zoom In the editor, 2. Add a soft bg music.
@thedevcorners
@thedevcorners 3 месяца назад
Appreciate it man!
@sanketmane5838
@sanketmane5838 3 месяца назад
netlify-lamda has already been deprecated. How to do it without netlity-lamda ?
@nahrulk
@nahrulk 3 месяца назад
i got google not defined. do you know why?
@thedevcorners
@thedevcorners 3 месяца назад
This might be help you: stackoverflow.com/questions/69676563/react-google-maps-api-referenceerror-google-is-not-defined
@luckyplaya84x
@luckyplaya84x 4 месяца назад
Zoom ur screen next time
@muratyonev6000
@muratyonev6000 4 месяца назад
It does not work. waste of time
@thedevcorners
@thedevcorners 4 месяца назад
Thank you :) at least it works for me.
@qazyhn94
@qazyhn94 4 месяца назад
what? you are checking that token in Berear header equals to value in cookie? why? shouldn't you call verify method to see whats inside, only if you can open it (so verify) you guarantee token is signed correct and issued by you... otherwise i can put any troll value in my cookie and header and get into your system
@thedevcorners
@thedevcorners 4 месяца назад
It's just example bud. Here is the practical way for that case: app.use( "/index/*", bearerAuth({ verifyToken: async (token, c) => { try { const decoded = jwt.verify(token, process.env.SECRET || ""); return !!decoded; } catch (err) { return false; } }, }) );
@mywebsite
@mywebsite 4 месяца назад
Increase the font size...then re-upload it please
@thedevcorners
@thedevcorners 4 месяца назад
Noted!
@kadirbozkurt2412
@kadirbozkurt2412 4 месяца назад
I build my react/node project. If I choose my dist directory as publish directory while deploying, it doesnt call the functions on front end. If I don't choose directory for publish, I see 404 error of netlify. Any solution for that?
@RishiKumar-ex8nl
@RishiKumar-ex8nl 4 месяца назад
I tried this, but the map is not showing, only the search bar is there
@thedevcorners
@thedevcorners 4 месяца назад
Make sure API key is activated
@MarlonEnglemam
@MarlonEnglemam 5 месяцев назад
nice video but please make the font size larger, hard to follow along...
@thedevcorners
@thedevcorners 4 месяца назад
alright. Next time!
@creativehome9462
@creativehome9462 5 месяцев назад
is this free?
@thedevcorners
@thedevcorners 5 месяцев назад
Yes, it's free but you need to fill the credit cards. Hope it helps
@prashlovessamosa
@prashlovessamosa 4 месяца назад
@@thedevcorners no its asking money 10 dollars in my country please give github link
@szymdzum
@szymdzum 5 месяцев назад
Yeah its a bit to small :) Thanks for showing Hono its getting my interest
@kingramius5089
@kingramius5089 5 месяцев назад
Good intro ! why the cookie auth doesn't work ?
@danielmayo4315
@danielmayo4315 5 месяцев назад
the video is great just zoom in a little
@thedevcorners
@thedevcorners 5 месяцев назад
Appreciate for the input!
@harshasuraweera
@harshasuraweera 5 месяцев назад
Great tutorial... By the way I have a question, is that route prefix "/.netlify/functions/" a must? PS: Found that it can be solved by adding a redirect rule to netlify.toml like this [[redirects]] force = true from = "/api/*" status = 200 to = "/.netlify/functions/api/:splat"
@thedevcorners
@thedevcorners 5 месяцев назад
Yes, it's a must! Thanks for the addition!
@harshasuraweera
@harshasuraweera 5 месяцев назад
@@thedevcorners np.. seems above rule can only be used with express apps.
@girish_bora0
@girish_bora0 2 месяца назад
@@thedevcorners Is there a way to deploy from github?
@Bollyspeedup
@Bollyspeedup 5 месяцев назад
I have actually already made the project in github so can you help me with that
@thedevcorners
@thedevcorners 5 месяцев назад
Glad to hear that! have you followed the instruction in the video?
@Bollyspeedup
@Bollyspeedup 5 месяцев назад
@@thedevcorners I already have made the repo and project before
@EdwibaPujianto
@EdwibaPujianto 5 месяцев назад
Dude, That very helpful!
@juanpasten6077
@juanpasten6077 5 месяцев назад
It doesnt' work for me but thanks!
@thedevcorners
@thedevcorners 5 месяцев назад
Can you give the details why it didn't work?
@juanpasten6077
@juanpasten6077 5 месяцев назад
@@thedevcorners My men! It ended working!! Two things: my gratitude to you for you willing to help. With that I was going to make a good explanation to get help by you and, in the process, I fix it. Now I was trying to make a good explanation on why it was break and I get with this: ▬ If you use a template string plus some variables, it would not work. I had something like this « const ROUTES = { MOVIES: `movies`, HOME: `/` } app.get(`/.netlify/functions/app/${ROUTES.MOVIES}/:id`, fn) » That's going to throw an error. This is how I fix that: « const PREFIX_ROUTES = "/.netlify/functions/app" const ROUTES = { MOVIES: `${PREFIX_ROUTES}/movies`, HOME: `${PREFIX_ROUTES}/` } app.get(ROUTES.HOME, fn) app.get(`${ROUTES.MOVIES}`, fn) app.get(`${ROUTES.MOVIES}/:id`, fn) » Thanks for all =)!
@juanpasten6077
@juanpasten6077 5 месяцев назад
@@thedevcorners I though I made a reply but it was not the case. The problem was the use of template strings, I had something like this: `/.netlify/functions/app/${ROUTES.MOVIES}/:id`. That doesn't work for I don't know which reason. But if I extract the prefix into other variable it ended working. Like this: «const ROUTES_PREFIX = "/.netlify/functions/app"; const ROUTES = {MOVIES: `${ROUTES_PREFIX}/movies`}; app.get(`${ROUTES.MOVIES}/:id`, fn)». So, thanks so much for your willing to help ♥
@kynjal23
@kynjal23 5 месяцев назад
you should zoom out the video , this is very bad content
@thedevcorners
@thedevcorners 5 месяцев назад
Thanks for the input, we will make it better in upcoming videos!
@preetjariwala9300
@preetjariwala9300 5 месяцев назад
You should zoom your text a bit before recording; don't you think so?
@thedevcorners
@thedevcorners 5 месяцев назад
Yes, I just realized it. Thanks for your input :)
@ShikimoriKuruma
@ShikimoriKuruma 6 месяцев назад
wow thanks bro
@pshycocoder
@pshycocoder 7 месяцев назад
New subscriber here
@thedevcorners
@thedevcorners 6 месяцев назад
Thanks!
@214GNR
@214GNR 8 месяцев назад
Solid! Worked... I deployed a basic api through Heroku and couldn't connect to my MongoDB cluster database. This solved it
@thedevcorners
@thedevcorners 6 месяцев назад
Thanks for watching!
@aaryanchouksey2377
@aaryanchouksey2377 8 месяцев назад
Hi Arif! Thank you so much for the tutorial. It worked really great for me! I had a request, can you share some details on how can I delete the uploaded file through an api?
@aaryanchouksey2377
@aaryanchouksey2377 8 месяцев назад
never mind, read the docs and implemented it myself
@vocaturza9432
@vocaturza9432 9 месяцев назад
wow verry help me bro
@alejandrocamacho7739
@alejandrocamacho7739 10 месяцев назад
Incredibly useful! Thx a lot ❤❤
@thedevcorners
@thedevcorners 9 месяцев назад
Glad it was helpful!
@boazamakyeadjei8269
@boazamakyeadjei8269 10 месяцев назад
No usefull
@mdasadalihaidar1920
@mdasadalihaidar1920 11 месяцев назад
hey can you make a video for deploying spring boot application on deta space which has mysql database connected to it
@NitishKumar-hw3nr
@NitishKumar-hw3nr Год назад
GitHub link please
@marccawood
@marccawood Год назад
Unfortunately it’s no longer possible to enable developer mode for new sign ups 😮
@randywahidin
@randywahidin 11 месяцев назад
Same
@skshahid5565
@skshahid5565 7 месяцев назад
Same for me . They say for developer mode ,answer a survey but still no access.
@dungdv203
@dungdv203 Год назад
Extremely helpful and quick
@thedevcorners
@thedevcorners Год назад
Thank you 😊
@LovingLego
@LovingLego Год назад
6:53 can we publish our project to public without install canvas?
@thedevcorners
@thedevcorners Год назад
As far as I know, you should install the canvas in order to publish to public.
@LovingLego
@LovingLego Год назад
@@thedevcorners thanks for the quick reply, I'm looking for heroku alternative
@olodobf
@olodobf Год назад
How can I add environment variables
@thedevcorners
@thedevcorners Год назад
For current version, I think it's different. You could read the documentation here deta.space/docs/en/build/fundamentals/the-space-runtime/configuration/
@adomako5863
@adomako5863 Год назад
May you make a video on how to use the same login app for Collections that is predefined? I'm using linux.
@thedevcorners
@thedevcorners Год назад
Yes, I would love to make it someday!