is it safe to save google app password in env file?
@KangHaerinLover91115 сағат бұрын
Thank you for this
@gubrg42316 сағат бұрын
Thank you. very clear explanation !
@soudaminipanda17 сағат бұрын
Best lesson for a react beginner. You really planned the content well plus the precise delivery.
@JoshuaMusauКүн бұрын
thanks
@jorgearlexarbelaezcarmona121Күн бұрын
Very clear explanation, keep it up!
@betparrot2 күн бұрын
I am having problems with chakra ui. I keep getting an error that says the extendTheme is not provided by @chakra-ui/react in index.js file. This makes vite crash making it impossible for me to code along. ChatGPT has not been helpful so far
@nikita-dev2 күн бұрын
hmm, it might be a versioning issue. are you using the same version of chakra-ui as the video? you can check my github repo package.json
@betparrot8 сағат бұрын
@@nikita-dev I noticed it was a versioning issue. I downgraded to chakra-ui version 2.x and it works
@himankshu2 күн бұрын
hey your explanation is very good. not similar to many of the tutors and you also use best practices. can you create video on a full fledged mern stack project? or if you launch a course of udemy, i would love to buy it
@bluecheckmiya2 күн бұрын
Thank you for this tutorial!
@betparrot4 күн бұрын
This is an amazing tutorial by all standards. Thank you so much for sharing this nugget
@nikita-dev3 күн бұрын
I’m glad it was helpful!
@khalidlamhal48836 күн бұрын
i did the same thing with next js it s working in local but it doesnt in server
@perelium-x8 күн бұрын
What a video man! You freaking nailed it... you are by far one of the best teachers i've come across. Impressive work Subbed!
@samuraijosh159512 күн бұрын
the atom stuff didnt make sense, rushed adaptation. but thanks for explaining portals
@andrel982013 күн бұрын
Why react users always overcomplicate the oversimple.. even a for loop from 0 to 8 has be an overkilling array of 0s
@KaranAmalPradhan14 күн бұрын
For those encountering errors: "zip not recognized as an internal or external command": Instead of running the package command, you can manually compress all the required files into a zipped folder. This will achieve the same result. "sharp module not found": Install the sharp module locally in your project directory. This will create a node_modules folder. Compress (zip) this folder, then go to your AWS Lambda function. Add a new layer or update an existing one using the zipped node_modules folder. Errors in events, like "no record found": Ensure your IAM policies and roles are configured correctly. Verify your environment variables are set up accurately. Double-check the bucket names and keys you're using during testing.
@felipemiguel558118 күн бұрын
Man, thank you so much, you help me a lot.
@saeedsquadcc19 күн бұрын
I really appreciated your clear explanation and the easy-to-follow steps! I have a request, if possible. Could you create a video demonstrating how to use a CNAME record to change a URL to a desired domain? That would be incredibly helpful.
@leogoestudio19 күн бұрын
I hope one day I can program like you.
@rossrodriguez661019 күн бұрын
Amazing tutorial, just what I need.
@abyan-majid20 күн бұрын
2:08:59
@mishen-thakshana20 күн бұрын
dickerFile
@abyan-majid21 күн бұрын
1:09:47
@abyan-majid21 күн бұрын
1:31:00
@tanjimitsolution844922 күн бұрын
Hi everyone, I have a problem with the UserDocument interface if someone know the solution please let me know. UserDocument, "_id" | "email" | "verified" | "createdAt" | "updatedAt" | "__v"
@agrunek23 күн бұрын
For anyone who is wondering the same thing as I did: "What about obsolete session documents in the database?". I found out that you can use mongoDB feature called "TTL indexes" and connect them to the expiresAt fields. It will ensure that records which were not deleted via /logout endpoint will be cleaned when the time comes automatically by a db driver itself! If you explained that and somehow I missed a memo, then sorry! However the video is amazing, because you really provide the info on what you are doing and try to use optimized solutions that actually make sense! Great job! 🏅
@agrunek22 күн бұрын
Also I got another question: "Is using mongo _id's as a way of getting verification codes a valid approach?". I mean it seems that they are similar to each other and are calculated via simple algorithm and exposing them outside can lead to some problems to be frank. However I can't think of any solution at the moment. f you have any ideas or proof me wrong with previous statements, I would love to hear that! Cheers! 🤗 EDIT: I have decided for now on making additional field for random generated keys in hex format. Those will be used for verification URLs. Hopefully there won't be duplicates haha!
@salmanulfarizyi23 күн бұрын
Thank you so much ❤️ May you continue to reach greater heights. May all your wishes come true. ❤️
@AnkitKumar-ph6if23 күн бұрын
Can anyone help me with the deployment of this project
@rism834524 күн бұрын
18:34 😏
@NikolaiDimitrov-ez5ot25 күн бұрын
What about compression
@dailyWalker126 күн бұрын
Amazing. I was looking the exact coding style and method for implementing auth in MERN..
@issamoshi28 күн бұрын
Brother i have tried every starkoverflow and chat gpt solution and modules aren't working for me yet. I have an html and I have called both js files using type="module" og js files before 2nd js files. I have added the export before the functions i want to use. then imported in the 2nd file. Correct file paths (even put them in the same folder and added ./script.js in the import) the original js have no errors and works fine. the 2 file arely has 5 lines of code to import a table and execute a display function. The table used without an issue but the display throws an error that the original js file 1st fuction has an uncaught error (there no error in the file though) what could be the issue?
@rizkinurf732429 күн бұрын
Greats! Waiting for deploymentt docker!
@URIRaiderАй бұрын
DEPLOYING
@rahulkr7349Ай бұрын
really nice video, helped a lot.
@phananhhao4532Ай бұрын
I have an error when docker compose up in 11:41 of video: Error: /app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header. How can i fix it? thank you
@developershiva9509Ай бұрын
I have one website where users are coming and search data using image. Every time different image will there. So in that case this cloudfront is good for my website or not ? Can you suggest.
@꼰미남-z3rАй бұрын
Frankly speaking, this is very hard, but I can say that I've learned much more than all the tutorials I've even seen combined from this video. Thank you!
@electricuniverse-xh5hkАй бұрын
Great tutorial to get things moving. I was lost in the docs, but you nailed the basics-to-advanced explanation, making the abstraction clear.
@nikita-devАй бұрын
glad it was helpful!
@andiraarifАй бұрын
Thanks a lot. This is really helpful!
@AbdullahShahid-n5gАй бұрын
is it a only front end based email sender mean do you need express or backend to able to run it or is it purely frontend based
@nikita-devАй бұрын
The email is getting sent from the server (NextJS API function), not the frontend. So you don’t need express
@andrewyin1991Ай бұрын
What if I want to realize that the cropping frame has a fixed size and proportion, and then the user can freely adjust the image to match the effect of the cropping frame?
@CAR-7crАй бұрын
Bunu yadinda saxla sen mukemmelsen!
@hos7012Ай бұрын
thx alot but please make font bigger
@himankshuАй бұрын
Your accent, way of speaking can be used by AI. Somehow its so understanding whatever you teach
@yasingunaydiinАй бұрын
Not for beginners at all.
@omrifarkash3480Ай бұрын
How can I make the last column state in its place and only the other columns resizing between themselves in the fixed space the table has?
@SharukhKhan-sd7xgАй бұрын
Nice video man Could you try deploying the same application with Coolify please?
@nikita-devАй бұрын
yup, planning to make some videos on coolify in the future!
@veljkomarkovic6883Ай бұрын
Love the video! For everyone watching: note that Chakra UI has released the version 3.0.0 which has breaking changes compared to the version used in the video (2.8.2). So either try to figure out how to integrate everything with the new version or downgrade to the version used in the video!
@johnkucharsky6927Ай бұрын
i like how your voice sounds, how are you recording videos? my mic is shure pga58, but it sound awful. I'm thinking about adding compressor maybe...
@nikita-devАй бұрын
thanks! i’m using OBS Studio with a blue yeti mic
@tomislavvarga5806Ай бұрын
Great video. Thank you 👍
@dariooliva2618Ай бұрын
Si les da error en esta parte app.get("/", (req, res) => { return res.status(200).json({ status: 'helathy', }) }) Solo quiten el return dejando esa parte de codigo asi : app.get("/", (req, res) => { res.status(200).json({ status: 'helathy', }) })