Back at it after a long break!
Deployed a Next.js app to production, fixed some dependency issues, and got things running smoothly again.
Also solved Course Schedule I & II β struggled a bit with topological sorting, so revisiting that soon.
#BuildInPublic#NextJS#FullStack
Day 79:
Dove into π³ Binary Trees β learned DFS, BFS, and BST fundamentals.
Implemented preorder, inorder & postorder traversals (recursive + iterative).
Also explored TC & SC for tree ops.
Strengthening core DSA roots
#BuildInPublic#DSA#Coding#ProblemSolving
Day 77:
β Built a Suite Page with 3 dynamic Menu Items
β Added Auth System for Admin Dashboard
β Deployed & debugged React frontend
β Deployed Node.js backend and made it live
Full-stack progress feels amazing! π
#BuildInPublic#JavaScript#React#NodeJS#FullStack#WebDev
Day 75: π»
JS: revisited var/let/const & hoisting, mastered closures, promises, async/await, callback hell & setTimeout β±οΈ
DSA: solved Valid Anagram, Contains Duplicate & Group Anagrams using sorting, hashing & sets β
#BuildInPublic#JavaScript#DSA#Coding
Day 73:
β Planned an optimized flow for the notification system π
β Revised custom hooks to write cleaner & reusable React logic βοΈ
β Revisited array concepts and practiced core DSA problems π»
#BuildInPublic#React#NodeJS#JavaScript#DevLog#TypeScript#FullStack
Day 72
Project:
β Added email API post DB insert
β Designed HTML email template
β Handled 3-level data drilling for service integration
React:
β Practiced useReducer
β Built useWindowResize & useDebounce hooks
β Explored useImperativeHandle
#BuildInPublic#React
Day 71: π»
Revised useRef & useContext hooks and started a practice project to apply them in real scenarios. Leveling up my React skills one hook at a time! π
#BuildInPublic#React#JavaScript#Hooks#LearningByBuilding
Day 70 π
Built a full-stack API flow:
β Frontend service + screen integration + state mgmt
β Backend (service, controller, router)
β Device token handling flow
Also doubled down on React hooks β applied in real cases.
Consistency > everything π
#BuildInPublic#ReactNative
Day 69: π
Coded a complex filter function with backend controller β
Built a service to securely store user device tokens for app notifications π
Also dove deep into React hooks: useState, useRef, useEffect π‘
Consistency is key! #BuildInPublic#ReactNative#NodeJS#Hooks
Day 68 π
β Built a search filter: frontend screen + state management + backend controller/route
β Cleaned up unused functions
β Planned a complex feature
π Revised React rendering process
Consistency > Intensity
#BuildInPublic#React#TypeScript#DevLog#NodeJS
Day 67 π
Project: Built a production-ready GET API in TypeScript & planned a complex mapping feature.
React: Coded a simple app in raw React (no build tools) to strengthen fundamentals.
Consistency > everything πͺ
#BuildInPublic#TypeScript#React#DevLog#JavaScript#NodeJS