What have you been working on recently? [April 04, 2026]
Posted by AutoModerator@reddit | learnprogramming | View on Reddit | 4 comments
What have you been working on recently? Feel free to share updates on projects you're working on, brag about any major milestones you've hit, grouse about a challenge you've ran into recently... Any sort of "progress report" is fair game!
A few requests:
-
If possible, include a link to your source code when sharing a project update. That way, others can learn from your work!
-
If you've shared something, try commenting on at least one other update -- ask a question, give feedback, compliment something cool... We encourage discussion!
-
If you don't consider yourself to be a beginner, include about how many years of experience you have.
This thread will remained stickied over the weekend. Link to past threads here.
PuzzleheadedStudy950@reddit
Tbh I’ve been going back to basics and really trying to wrap my head around asynchronous JavaScript lately. I’ve built a few small projects but I realized my understanding of promises and async/await was a bit shaky when things got complex lol.
Currently building a simple weather dashboard that pulls from a couple of different APIs just to practice handling multiple data streams at once. It’s a grind but finally seeing the data flow correctly without the whole app crashing is such a win fr.
Jazzlike-Age-4867@reddit
I have been working on building rubduck
I wanted to use the latest in AI to build something that I have always found other platforms lacking for interview prep - real scenarios. The platform simulates all kind of interviews coding, system design, behavioral and AI engineering with AI that challenges your assumptions and also gives actionalable feedback.
I have 15 years of experience and building it has been the most fun.
Natural-Sympathy-195@reddit
Natural-Sympathy-195@reddit
My first real project: an API for Nepal's calendar system that taught me more about astronomy than programming
I thought this would be a simple date converter. Turns out Nepal's Bikram Sambat calendar has no mathematical formula so I ended up learning about solar transits, Julian Day numbers, and lunar angular distances just to make it work.
Built with Python and FastAPI. The astronomical stuff uses Swiss Ephemeris.
https://github.com/dantwoashim/Project_Parva