Тёмный
Time to Code
Time to Code
Time to Code
Подписаться
Hey! I am Senior Software Engineer. I live and work in London.
I share my experience as SE and also loads of tutorials.
If you want to become a Front End developer and learn the latest technologies, check out my videos!
Unboxing a Docking station hub
6:54
Год назад
Комментарии
@user-yw9so5lq3v
@user-yw9so5lq3v Месяц назад
Nice example, thank you! Can you connect to DB only once and not in each api endpoint? What is the correct pattern and good place to do the initial DB connection when server is running?
@DevSobujMia
@DevSobujMia 2 месяца назад
Love U...😍
@AbdelkaderBoukhalfoun
@AbdelkaderBoukhalfoun 2 месяца назад
thanks for advice, js is ts lol. we need them both. ts is getting highly recommended for jobs
@AexelNeb
@AexelNeb 5 месяцев назад
Great work! Thank you very much for this content :)
@user-gl2yp1ep7q
@user-gl2yp1ep7q 5 месяцев назад
I was so close to giving up coding, and then I stumbled upon your channel! This is exactly what I've been missing. Someone who talks so you understand with a warm and human tone. Keep doing what you're doing. You'll be my coding guru from now on and onwards!
@mercy9541
@mercy9541 7 месяцев назад
How do you stop the timer at 00:00:00. It does not stop it keeps a negative count instead.
@soltsdev
@soltsdev 7 месяцев назад
Are you a British blonde girl? I love your coding skills
@Kmkn308
@Kmkn308 8 месяцев назад
Alicia please do fullstack more projects using ORMS
@iamabhhilashdk
@iamabhhilashdk 8 месяцев назад
This is a really nice video. I have one request. Could you please do a video on how to handle api's with dynamic id's e.g /api/user/${id} Lets say this is used to update a user.
@Kmkn308
@Kmkn308 8 месяцев назад
You are very Beautiful and also good teacher 🎉
@user-zt1mx1fn6d
@user-zt1mx1fn6d 9 месяцев назад
Thanks for video. but i am getting this error. TypeError: mongoose__WEBPACK_IMPORTED_MODULE_0___default(...).connect is not a function
@mochacinoo
@mochacinoo 10 месяцев назад
thx for sharing
@rivasativa
@rivasativa 10 месяцев назад
thank you, thank you, thank you...its easy to pay attention to such a gorgeous woman, you save my day.
@JAMALGOVING
@JAMALGOVING 10 месяцев назад
Who joined this video for the girl😂😂
@user-tc9uo6xt3g
@user-tc9uo6xt3g 10 месяцев назад
I love your diction, very objective look. You are one of my favourite. Thank you for the video!
@authiselvimeenakshiganesan1222
@authiselvimeenakshiganesan1222 11 месяцев назад
Can u do a video , for unit testing a typescript next.js app using vitest
@asdakuhi8h
@asdakuhi8h 11 месяцев назад
Great video! The link in the description is pointing to the previous video's branch btw
@pavishkarnik3346
@pavishkarnik3346 11 месяцев назад
Great video :)
@lilchich4823
@lilchich4823 11 месяцев назад
thanks for this video. so short and clear
@user-zk4uv4jh3k
@user-zk4uv4jh3k Год назад
@timetocode_with_ali, please also do a nextauth or a signup, with mongodb. Thanks in advance
@sarthakahuja3766
@sarthakahuja3766 Год назад
Long time🙄
@timetocode_with_ali
@timetocode_with_ali Год назад
Sorry!! I am coming back in a couple weeks.
@avoynath8653
@avoynath8653 Год назад
Are you on Linkedin??? It would be great to connect...
@jhonsnow534
@jhonsnow534 Год назад
Can you make projects on react + next js ?
@jhonsnow534
@jhonsnow534 Год назад
Nice
@shahidzaman7494
@shahidzaman7494 Год назад
In a word Awesome.
@user-oi3nc4yq1z
@user-oi3nc4yq1z Год назад
not sure if going with the babel config is the best option, given how next13 is using SWC, any idea if it messes up perfomance on deploy?
@abhi_shek.-gupta
@abhi_shek.-gupta 10 месяцев назад
I am getting same error ...If u resolved can you help me
@djwish1
@djwish1 Год назад
I learned a lot in this fun tutorial! Thanks for exploring different options, explaining best uses and standards.
@dabocher
@dabocher Год назад
Gracias Alicia. Me viene que ni pintado. Entiendo que lo único que cambia si vengo de React+Typescript es la configuración, no? Saludos desde Barcelona
@Danieljoe98
@Danieljoe98 Год назад
really appreciate this content! thanks!!!
@vittoriomorellini1939
@vittoriomorellini1939 Год назад
This is the video I was looking for, jest with typescript as I use in my next.js projects
@vittoriomorellini1939
@vittoriomorellini1939 Год назад
I use yarn too, perfect. Always typescript
@S4LTYT
@S4LTYT Год назад
shes so cute i fell for her
@AudioMulch4
@AudioMulch4 Год назад
Long time no see
@timetocode_with_ali
@timetocode_with_ali Год назад
Indeed! 🙋‍♀️
@FilmsSaaveON
@FilmsSaaveON Год назад
this is really helpfull im trying to take a new course and i think it could be typescript i already have knowledge of react and js. is english your main language?
@timetocode_with_ali
@timetocode_with_ali Год назад
Nope! it's my third language :)
@FilmsSaaveON
@FilmsSaaveON Год назад
@@timetocode_with_ali whats your first one haha spanish?
@juanmacias5922
@juanmacias5922 Год назад
I love programming with Dart, so I was pretty used to using types, moving to JS made me think it was too error prone. I decided to just go for it, and I'm building my newest project (a bug tracker) with TS. I started out by just using "any" everywhere lol and now that I get the basic concept I'm able to type correctly, I'm starting to like TS.
@timetocode_with_ali
@timetocode_with_ali Год назад
I completely get you! haha I also add any everywhere when I just want to test something out and then and correct all the types errors :D
@mrawesome1821
@mrawesome1821 Год назад
For some weird reason I had to format my form data like this: const data = { floating_first_name: e.target.elements.floating_first_name.value, floating_last_name: e.target.elements.floating_last_name.value, floating_email: e.target.elements.floating_email.value, message: e.target.elements.message.value, }; Do you know why?
@timetocode_with_ali
@timetocode_with_ali Год назад
what do you mean by format? I see you are passing the values as they are
@antoniofernandodiasjunior8896
Hello! I came from Fcc, from Next.js video. What country are u from?
@timetocode_with_ali
@timetocode_with_ali Год назад
hey! welcome to time to code. I am from Spain
@uveshqadri5540
@uveshqadri5540 Год назад
I like this type of tutorial where you get errors also, so we can learn how to tackle errors. Thank you, ma'am. Love from India.
@timetocode_with_ali
@timetocode_with_ali Год назад
My pleasure 😊 I think it's important to show them so you can also get a sense of how it really is when you code.
@Noppepoppe
@Noppepoppe Год назад
Love your content and your accent 😊
@timetocode_with_ali
@timetocode_with_ali Год назад
Wow, thank you!
@pankajwp
@pankajwp Год назад
Exactly what I was looking for, Are you also going to make use some of the advanced features provided by React Hook Form ? If Yes that would be awesome. Thanks for providing good knowledge on NextJs.
@timetocode_with_ali
@timetocode_with_ali Год назад
I might! :)
@mydaily21
@mydaily21 Год назад
do you have discord ? i wanna asking you something. of course relate with programing
@timetocode_with_ali
@timetocode_with_ali Год назад
Hey, feel free to ask it here so everyone can read it :)
@mydaily21
@mydaily21 Год назад
@@timetocode_with_ali on yt you reply so late. 😀
@iam_greatful
@iam_greatful 11 месяцев назад
😅
@rahulsarath8680
@rahulsarath8680 Год назад
Hi alice ! please cover up react basics to advance topics, redux toolkit from scratch :)🙏
@timetocode_with_ali
@timetocode_with_ali Год назад
Great suggestion!
@afaqahmad8918
@afaqahmad8918 Год назад
Hello there 👋🏻🤠
@timetocode_with_ali
@timetocode_with_ali Год назад
Hello there 😀
@ishananaguru
@ishananaguru Год назад
This may sound rude... But you can gain even more followers and viewers if you try to change the accent to a more native accent like American or British. Maybe a private coach or a class could help.
@timetocode_with_ali
@timetocode_with_ali Год назад
I don’t think that’d be possible 🤣 for some people may be easy to get the accent I don’t think it would for me.. but anyway if I talk like a brit then I wouldn’t be the Spanish coder teaching people how to code in English in RU-vid 😜
@ricks_play
@ricks_play Год назад
you're a smart talented pretty developer
@timetocode_with_ali
@timetocode_with_ali Год назад
Oh! Thank you 😊
@shaju7497
@shaju7497 Год назад
thank you very helpful 💫
@timetocode_with_ali
@timetocode_with_ali Год назад
Glad it was helpful!
@timetocode_with_ali
@timetocode_with_ali Год назад
I know how overwhelming learning to code can be. There are too many resources out there and not many guides! I have good news!! I've been hearing loads of good feedback about *SheCodes* workshop so I looked into it. Some of their plans offer even more in-depth content and flexibility than a regular bootcamp, and they are cheaper. And the great news? I've managed to get a *20% discount* for you guys! This is an opportunity to get quality guidance on your coding journey, (no-sponsored!!) www.shecodes.io/TimeToCode
@Dawidtkm
@Dawidtkm Год назад
Doesn't media queries looks somewhat awkward? Isn't @media (min-width:640px) meant to be for large screen, not for sm like in your project? Or I'am missing something?
@timetocode_with_ali
@timetocode_with_ali Год назад
It's really up to you, but 640px is still consider small as you would only have those size in small devices: smartphones or small tablets.
@ICOReviewtoken
@ICOReviewtoken Год назад
Hi bro. I have a custom font that I want to import locally but it doesn't accept it. Also if I want to give users the ability to choose their own fonts when using, for example users will set the font for different title tags and font base, can I do it in nextjs 13? Please give me solution. I use nextjs 13, taiwincss. Thank you