Day 14/100 π
Made some progress on my URL shortener today:
β Generated unique short IDs with nanoid
β Stored URLs + visit history
β Added a controller for generating short URLs
β Connected the app to MongoDB
The backend is starting to come together. π»
#100DaysOfCode
Day 13/100 π
Slow day today.
Had a meeting with friends, so couldn't code much.
Started a URL shortener:
β Set up Node.js, Express & Mongoose
β Built a basic server
β Created the URL schema
That's it for today. π Fresh start tomorrow! π»
#100DaysOfCode#NodeJS#MongoDB
Day 7/100 π
Didn't do much today. Spent time out with a school friend and came back too tired π
Still worked a little on Node.js:
β Refactored server with a helper function
β Cleaned up README
β Added request logging
That's it for today. Back at it tomorrow!
#NodeJS