Learnt about -
Auth using JWT tokens and Cookies.
2 types of cookies,
Properties of cookie: how Samesite = Lax gives you best of both worlds,
CSRF attacks and how to protect from them,
Why JWT tokens & local storage doesn't work on SSR web apps
by @kirat_tw@100xdevs
Learnt about -
- Monorepos and its advantages
- Turborepo : more than a monorepo framework
- Build systems and how they're different from Turborepo
- Ui package in Turborepo apps
from 16.1 @kirat_tw@100xdevs
Made a Miro like online whiteboard where people can work on something in real time.
Frontend - Next14
Smooth interface guaranteed by using Convex with Clerk.
Hardest part was the canvas - done using liveblocks
#LearnInPublic@kirat_tw@100xdevs#webdevelopment
@kirat_tw React team announced they're about to launch a compiler for react, making a lot of stuff like hooks not required while increasing performance.
Could you share your take on it in the next class?
Reached new milestone.
Had to put a pin on dev because of some companies' tests were scheduled, had to grind out questions and CS fundamentals.
Hopefully back to cohort ,2 weeks of backlog pending...*sighs*
@100xdevs#softwaredevelopment#leetcode
Had a very productive end of year
- Gave my 1st LeetCode contest
- Solved 10 questions
- Made todo list
- Learnt about deadlocks
Finished this year with solving a tricky problem.
So, for 2024 - Happy coding to all!
@100xdevs@kirat_tw#leetcode
Kiddy project 2 : RESTful API
Made a simple REST API using NodeJS and Express.
Learnt about REST architecture, how to use middleware, used POSTMAN to send GET and DELETE requests, used the fs module to mutate json file.
@kirat_tw@100xdevs#SoftwareDevelopment