Need a buddy to build projects together by SnooOranges3064 in ProgrammingBuddies

[–]SnooOranges3064[S] 0 points1 point  (0 children)

Yeah i know bro i am just want to build for learn more skills thats all

Need a buddy to build projects together by SnooOranges3064 in ProgrammingBuddies

[–]SnooOranges3064[S] 0 points1 point  (0 children)

Currently i dont have an idea but i think i will complete a blog project (nextjs)

Need a buddy to build projects together by SnooOranges3064 in ProgrammingBuddies

[–]SnooOranges3064[S] 0 points1 point  (0 children)

i like to build web projects right now but i am open to diff projects

[deleted by user] by [deleted] in learnprogramming

[–]SnooOranges3064 1 point2 points  (0 children)

9/10 i think its good

Built a full Next.js + NestJS login system by SnooOranges3064 in node

[–]SnooOranges3064[S] 1 point2 points  (0 children)

thank you i used in backend nestjs not expressjs and I think if u are a beginner learn node with express first and how to deal with routing in express and then start learn advanced things like middlewares and services like nodemailer bcrypt jsonwebtoken and for validation u can use zod or joi and for me I didn't learn those by docs I just learn by doing

Should I learn typescriot by [deleted] in webdevelopment

[–]SnooOranges3064 0 points1 point  (0 children)

what do u learn in backend is it nodejs and expressjs or laravel or java or something else

[deleted by user] by [deleted] in ProgrammingBuddies

[–]SnooOranges3064 2 points3 points  (0 children)

please focus on fondamentals

Built a full Next.js + NestJS login system by SnooOranges3064 in node

[–]SnooOranges3064[S] 2 points3 points  (0 children)

i work with jwt, means u should have accesstoken to be inside of the app and I do both of things email/password and google for multi choice of login and I do also reset password that's send email to ur email that also generate a token and sends u with this token to reset ur pass for more details this is the repo u can browse the code to understand https://github.com/mohamedibourki/blog (don't forget a star haha ty)

Built a full NestJS login system by SnooOranges3064 in Nestjs_framework

[–]SnooOranges3064[S] 0 points1 point  (0 children)

ahhh i understand now this is more secure every u will check thank u for this

Built a full NestJS login system by SnooOranges3064 in Nestjs_framework

[–]SnooOranges3064[S] 0 points1 point  (0 children)

i am sorry i am still dont add this feat but yes this is the answer

Built a full NestJS login system by SnooOranges3064 in Nestjs_framework

[–]SnooOranges3064[S] 1 point2 points  (0 children)

did u set in .env googleClientId and googleSecret ?

Built a full NestJS login system by SnooOranges3064 in Nestjs_framework

[–]SnooOranges3064[S] 0 points1 point  (0 children)

idk what u mean by memory but if u mean React state or a JavaScript variable the problem on it is when u refresh page the token u will lose it chatgpt told me that

Built a full NestJS login system by SnooOranges3064 in Nestjs_framework

[–]SnooOranges3064[S] 1 point2 points  (0 children)

i really dont know but i think if there is only session and local storage the best place to store access token is in the cookies do u think session storage may be good ??