Kotlin/Native — Use Kotlin In C and Apple Framework [Part 2] | by Debanshu Datta | Sep, 2023
In the previous article, we embarked on a journey into the world of Kotlin/Native, uncovering its capabilities in compiling Kotlin code to native binaries, free from the constraints of virtual machines. We explored the architecture of Kotlin/Native, delving into its LLVM-based backend and the crucial…
Warcraft Rumble Leader Tier List – All Leaders Ranked
Not sure which leader to pick in Warcraft Rumble? Well, I can certainly help you with that. In this guide, I’ve rounded up all of the leaders, and ranked them from S tier to D tier. I’ll also break down exactly why I think the…
Action RPG- “Phantom Blade: Executioners” Arrives with a Bang!
S-Game has just unleashed its latest offering, Phantom Blade: Executioners, an adrenaline-pumping Action RPG, on iOS and Android devices. Though the PC version is still in the works, no official release date has been announced yet. The developer, however, did announce that the eagerly anticipated…
Best Practices of Microservices Architecture for Mobile Development
With the surge in mobile app usage, app developers, startups, and large corporations increasingly opt for microservices architecture for app development, which provides scalable, modular, and easily maintainable mobile applications. This approach involves breaking down large, complex, monolithic applications into smaller, self-contained services that can…
Make a Choice (and Many More) by Downloading Refind Self on November 14
You may remember my report on this game back in September! Well, the Refind Self release date has been officially confirmed. Back then, we only had a November release window. But we now know that the narrative game will be available to download and play…
Sequence optimizations: how my code got into kotlin | by Max Sidorov | Nov, 2023
I noticed that the implementation of the distinct function is algorithmically very similar to the filter function. However, the distinct function has a significant performance loss compared to regular collections (-15%), while the filter function outperforms collections by about 3%-5%. Measurement results — distinct Measurement…
You’ve Got Everything Except Your Head In Dead Cells: Netflix Edition
Halloween might be over for another year, but for some shambling undead monstrosities, this is just the beginning. Dead Cells: Netflix Edition just dropped, and subscribers to the streaming service can get their hands on the action game without parting with any extra cash. Even…
Exploring Design Patterns in Software Development
In the world of software development, design patterns play a crucial role in creating scalable, maintainable, and efficient code. The design patterns are reusable solutions to developers’ common problems during software development. They provide a structured approach to solving design problems and promote code reusability,…
Reverse 1999 Cristallo Guide – Droid Gamers
She might look a bit under the weather, but Cristallo is a four-star character who might be worth your time in your team lineup. Our Reverse 1999 Cristallo guide goes over a little about this character. We’ve got her vital stats, her moves, and the…
Testing Configuration Changes with StateRestorationTester in Compose | by Pouya Mazloumpour
Photo by Mark Boss on Unsplash Configuration changes in Android can lead to unexpected behavior and data loss, making testing a critical aspect of app development. In this article, we will explore an example of testing configuration changes using the StateRestorationTester. Configuration changes occur when…