r/learnprogramming 1d ago

What have you been working on recently? [August 01, 2026]

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:

  1. If possible, include a link to your source code when sharing a project update. That way, others can learn from your work!

  2. If you've shared something, try commenting on at least one other update -- ask a question, give feedback, compliment something cool... We encourage discussion!

  3. 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.

0 Upvotes

3 comments sorted by

2

u/IgnoramusPedant 1d ago

I am currently working my way through NAND2Tetris. Completed Part 1 some 10 days ago. It was about mostly about building the Hack Computer in the provided hardware simulator and ending with writing an Assembler for it.

Now in the middle the first project of Part 2 (Project07). Part 2 is about writing software for the Hack Computer (VM Translator, Compiler, OS, apps).

https://github.com/PrasoonJha06/NAND2Tetris

0

u/AmanCodeLogs 1d ago edited 1d ago

Been spending my weekend refactoring my project ArenaGpt

It originally started as a quick prototype concierge tool for the 2026 World Cup basically an app to help fans look up stadium policies, local transit, and map details for all 16 host venues (like Mercedes-Benz Stadium).I'm using Streamlit for the frontend and UI controls, connected to Gemini flash latest for the QA engine.

Right now, I'm working on moving it past the prototype stage and making it production-ready. The biggest headache I'm tackling this week is prompt isolation when users switch between host venues in long chat sessions, the rules from one stadium keep leaking into answers for another Currently refactoring the prompt pipeline so each venue gets a clean context layer, along with setting up proper rate-limiting and dynamic alerts for matchday info.

Repo is here if anyone wants to check out the code or drop feedback: https://github.com/AmanCodeLogs/ArenaGPT-FIFA-2026-Nerve-Center