ooyesanket.hashnode.devAI Built This Flight Sim Solo!Indie game development is changing fast, and one developer just proved how powerful AI has become in coding. Peter, an indie hacker with no prior experience in building flight simulators, managed to create a fully functional multiplayer flying game i...Mar 26, 2025·2 min read
sanketk018.hashnode.devWhat's Really Going on Behind the Scenes of Loading Bars? 🤔💡The Hidden Sub-processes 😲 When the bar is halted, your system is busy managing a vertical subprocess—a side quest your main program has embarked on. It could be fetching data, compressing files, or performing complex calculations, all while you wai...Apr 15, 2024·2 min read
sanketk018.hashnode.dev6x times faster loops in JavascriptJavascript is fast. Really fast - at least if it´s running in a modern browser. So, in general you should not care too much about performance. But when it comes to text processing, things might be worth a closer look: are there impacts of the way we...Mar 19, 2024·3 min read