Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "cancel python"
-
Question directed to devs who know a bit about setting up middle sized architecture.
Prestory: Joined into development of a middle sized online game. Figured they created a monolith over the last 6 years up to a point where nothing works properly and nothing can be changed without wrecking the whole system. Figured a monolithic approach isn't such a great idea.
Current Situation: In a different, same scale online game development team, game itself working but team is struggling with architecture.
My job is to come up with an approach on how to set up masterserver/matchmaking/database etc. Reading through various articles about common principles (SOLID etc.), i figured that a microservice+event-/servicebus architecture may work for that kind of project.
The idea would be to have a global interface in which microservices can be hooked. So a client registers to a client handler on startup, then starts to queue for a game, the client handler throws an event on the bus to register the user to matchmaking. The matchmaker happens to listen to those events (Observer Pattern) and adds him to matchmaking, when a match is found it throws an event on the bus to connect the user to the server, etc. One can easily imagine a banhandler throwing in a veto to cancel such an action, metrics and logging is fairly simple to add (just another service listening to all events), additionally Continuous Delivery, FRP and such are also beneficial advantages and it is said to scale well.
The question is, would you do the same, is there maybe something i might be overlooking? Do you have better ideas?
Keep in mind that we are not too experienced and are bound to different languages (python, C++ and java mostly) and are a small (4 Devs) Team with different strengths.
Thank you for your feedback and criticism!1 -
One morning I discovered our Bitcoin wallet emptied, $350,000 gone, stolen by a fake tech-education partner, I sat frozen in the cold glow of my laptop. Those funds were meant to build coding labs, buy laptops, and bring robotics workshops to kids in neighborhoods where hope often felt like a rumor. Now, the balance reads $0.00. The screen’s blue light reflected off empty desks in our community center, where laughter had once bounced during programming camps. I felt like I’d failed a thousand futures.
Then, Ms. Rivera, a retired teacher who’d turned her garage into a makeshift tech hub, found me staring at the void. Her hands, still chalk-dusted from tutoring algebra, gripped my shoulders. “You’re not done yet,” she said. That night, she posted our story in an online educators’ forum. By dawn, a flood of replies poured in, but one stood out: “Contact On WhatsApp +.1.5.6.1.7.2.6.3.6.9.7 OR Email. Tech cybers force recovery (@ cyber services (.)com. They’re miracle workers.”
I called, voice shaking. A woman named Priya answered, her tone steady as a lighthouse. She asked questions in plain language: “When did the money vanish?” “What’s the scammer’s wallet address?” Within hours, her team mapped the theft, a maze of fake accounts and dark web mixers. “They’re hiding your Bitcoin like needles in a haystack,” Priya explained. “But we’ve got magnets.”
Sixteen days of nerve-wracking limbo followed. Our volunteer coders, like Jamal, a college dropout teaching Python to teens, refused to cancel classes. “We’ll use chalkboards if we have to,” he said. Parents brought homemade meals, kids scribbled “THANK U” notes for labs they hoped to see. Then, on a rainy Tuesday, Priya called: “94% recovered. The kids won’t miss a thing.”
I’ll never forget reloading the wallet. The balance blinked back $329,000 as Jamal whooped and Ms. Rivera dabbed her eyes with a handkerchief. Today, our labs hum with donated laptops. Kids like Sofia, an 11-year-old who codes apps to find clean water sources, light up screens with ideas that could change the world.
TECH CYBER FORCE RECOVERY didn’t just reclaim coins, they salvaged dreams. Priya’s team works like teachers of the digital age, turning scams into lessons and despair into grit. And to the forum stranger who tagged them: you’re the quiet hero who rewrote our story.
If your mission gets hacked, call these wizards. They’ll fight in the shadows so kids like Sofia can keep lighting up the world.1
