๐จโ๐ป Frontend Developer | HTML, CSS, JavaScript, React.js, Tailwind, GSAP
๐ Currently learning Next.js
๐ฏ Building in public | Sharing my dev journey
Serialization sounds complicated.
Itโs basically:
๐ฆ Object โ pack it โ JSON โ send/store it โ unpack it โ Object
"JSON.stringify()" = serialize
"JSON.parse()" = deserialize
Once you understand this mental model, APIs & backend communication make much more sense.
Saveโฃ๏ธ
Most backend bugs donโt start in the database.
They start with a request going to the wrong place. ๐ฃ๏ธ
Thatโs why understanding routing matters.
I made a one-page visual cheat sheet covering all those topics.
๐ Save it for revision.
#Backend#APIRouting#NodeJS#ExpressJS
You probably use Express routing every day.
But could you build it without Express?
Most developers know the syntax.
Far fewer understand whatโs happening underneath.
These 2 pages break down Node.js HTTP routing from the ground up.
Save this. ๐ง โก
#NodeJS#JavaScript
Most developers use HTTP dailyโbut do they understand what happens underneath?
This visual guide breaks down a basic Node.js HTTP server:
โข request โ response flow
โข req vs res
โข createServer()
โข status, headers & body
โข res.end()
โข listen()
Save for revision. ๐
#NodeJS
It's completely free.
๐ https://t.co/ITTcUGThiC
Want to try without setting up?
๐ง [email protected]
๐ memoize@123
Real data already loaded โ takes 10 seconds to explore.
If it helps you or something feels off โ reply here. Still building. ๐
Solving DSA every day. Logging everything.
Felt productive.
Then I'd see the same problem weeks later
and blank completely.
The solving wasn't the problem.
The forgetting was.
So I built something that fixes it ๐งต
@100xDevs@kirat_tw@_DhruvPasricha
The moment your solution is accepted:
โ Popup appears pre-filled with problem details
โ You rate how it felt in 20 seconds
โ SM-2 algorithm schedules your next review
Struggled on DP? Back tomorrow.
Breezed through Binary Search? See you in 3 weeks.
Memoize โ a Chrome extension that auto-captures every
accepted LeetCode and Codeforces submission and schedules
exactly when you should review it before you forget it.
No spreadsheets. No manual logging. Ever again.
Solving DSA every day. Logging everything.
Felt productive.
Then I'd see the same problem weeks later
and blank completely.
The solving wasn't the problem.
The forgetting was.
So I built something that fixes it ๐งต
@kirat_tw@100xDevs@_DhruvPasricha
Tired of tracking leetcode in spreadsheets. built a chrome extension that auto-captures every accepted submission โ problem, difficulty, tags, many more...
then built a dashboard to actually analyze it.
Building โ feedback on features/UI?
@kirat_tw@100xDevs@_DhruvPasricha