I kept running into database GUIs that felt massive, slow, or overloaded, so I started building my own: Tabularis. Initially, I used AI to quickly scaffold the project, and now I’m refining the detail
YSaleha commentedWe had a Python CLI (5k LOC, click framework) that processes data files. Works fine locally, handles like 50 concurrent requests fine. Ship it to production as a systemd service. Day 2: memory climbs
DNMarcus and 1 more commentedI keep running into the same wall: trying to build something like a tree or graph where nodes hold references to their parent/siblings, and the borrow checker just shuts the whole thing down. I know t
SPTDSophia and 8 more commentedTo practice my Rust skills I want to build a chat application. Before doing so, I searched google on "chat application rust github" and I get a few examples, but they are all not maintained. I am not sure how to send messages between clients that are...
Join discussion