Dockerize a MERN App | Part 2
33:13
Create a Modal With React Portals
13:11
React Table Tutorial (TanStack Table)
1:00:18
Javascript ES6 Modules Tutorial
4:44
React Loading Skeleton Tutorial
10:17
Пікірлер
@EdvinJohnson-yc9dv
@EdvinJohnson-yc9dv 11 сағат бұрын
is it safe to save google app password in env file?
@KangHaerinLover911
@KangHaerinLover911 15 сағат бұрын
Thank you for this
@gubrg423
@gubrg423 16 сағат бұрын
Thank you. very clear explanation !
@soudaminipanda
@soudaminipanda 17 сағат бұрын
Best lesson for a react beginner. You really planned the content well plus the precise delivery.
@JoshuaMusau
@JoshuaMusau Күн бұрын
thanks
@jorgearlexarbelaezcarmona121
@jorgearlexarbelaezcarmona121 Күн бұрын
Very clear explanation, keep it up!
@betparrot
@betparrot 2 күн бұрын
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-dev
@nikita-dev 2 күн бұрын
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
@betparrot
@betparrot 8 сағат бұрын
@@nikita-dev I noticed it was a versioning issue. I downgraded to chakra-ui version 2.x and it works
@himankshu
@himankshu 2 күн бұрын
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
@bluecheckmiya
@bluecheckmiya 2 күн бұрын
Thank you for this tutorial!
@betparrot
@betparrot 4 күн бұрын
This is an amazing tutorial by all standards. Thank you so much for sharing this nugget
@nikita-dev
@nikita-dev 3 күн бұрын
I’m glad it was helpful!
@khalidlamhal4883
@khalidlamhal4883 6 күн бұрын
i did the same thing with next js it s working in local but it doesnt in server
@perelium-x
@perelium-x 8 күн бұрын
What a video man! You freaking nailed it... you are by far one of the best teachers i've come across. Impressive work Subbed!
@samuraijosh1595
@samuraijosh1595 12 күн бұрын
the atom stuff didnt make sense, rushed adaptation. but thanks for explaining portals
@andrel9820
@andrel9820 13 күн бұрын
Why react users always overcomplicate the oversimple.. even a for loop from 0 to 8 has be an overkilling array of 0s
@KaranAmalPradhan
@KaranAmalPradhan 14 күн бұрын
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.
@felipemiguel5581
@felipemiguel5581 18 күн бұрын
Man, thank you so much, you help me a lot.
@saeedsquadcc
@saeedsquadcc 19 күн бұрын
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.
@leogoestudio
@leogoestudio 19 күн бұрын
I hope one day I can program like you.
@rossrodriguez6610
@rossrodriguez6610 19 күн бұрын
Amazing tutorial, just what I need.
@abyan-majid
@abyan-majid 20 күн бұрын
2:08:59
@mishen-thakshana
@mishen-thakshana 20 күн бұрын
dickerFile
@abyan-majid
@abyan-majid 21 күн бұрын
1:09:47
@abyan-majid
@abyan-majid 21 күн бұрын
1:31:00
@tanjimitsolution8449
@tanjimitsolution8449 22 күн бұрын
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"
@agrunek
@agrunek 23 күн бұрын
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! 🏅
@agrunek
@agrunek 22 күн бұрын
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!
@salmanulfarizyi
@salmanulfarizyi 23 күн бұрын
Thank you so much ❤️ May you continue to reach greater heights. May all your wishes come true. ❤️
@AnkitKumar-ph6if
@AnkitKumar-ph6if 23 күн бұрын
Can anyone help me with the deployment of this project
@rism8345
@rism8345 24 күн бұрын
18:34 😏
@NikolaiDimitrov-ez5ot
@NikolaiDimitrov-ez5ot 25 күн бұрын
What about compression
@dailyWalker1
@dailyWalker1 26 күн бұрын
Amazing. I was looking the exact coding style and method for implementing auth in MERN..
@issamoshi
@issamoshi 28 күн бұрын
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?
@rizkinurf7324
@rizkinurf7324 29 күн бұрын
Greats! Waiting for deploymentt docker!
@URIRaider
@URIRaider Ай бұрын
DEPLOYING
@rahulkr7349
@rahulkr7349 Ай бұрын
really nice video, helped a lot.
@phananhhao4532
@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
@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
@꼰미남-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
@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
@nikita-dev Ай бұрын
glad it was helpful!
@andiraarif
@andiraarif Ай бұрын
Thanks a lot. This is really helpful!
@AbdullahShahid-n5g
@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
@nikita-dev Ай бұрын
The email is getting sent from the server (NextJS API function), not the frontend. So you don’t need express
@andrewyin1991
@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
@CAR-7cr Ай бұрын
Bunu yadinda saxla sen mukemmelsen!
@hos7012
@hos7012 Ай бұрын
thx alot but please make font bigger
@himankshu
@himankshu Ай бұрын
Your accent, way of speaking can be used by AI. Somehow its so understanding whatever you teach
@yasingunaydiin
@yasingunaydiin Ай бұрын
Not for beginners at all.
@omrifarkash3480
@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
@SharukhKhan-sd7xg Ай бұрын
Nice video man Could you try deploying the same application with Coolify please?
@nikita-dev
@nikita-dev Ай бұрын
yup, planning to make some videos on coolify in the future!
@veljkomarkovic6883
@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
@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
@nikita-dev Ай бұрын
thanks! i’m using OBS Studio with a blue yeti mic
@tomislavvarga5806
@tomislavvarga5806 Ай бұрын
Great video. Thank you 👍
@dariooliva2618
@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', }) })