Weekly Digest

Feb 20 - Feb 26, 2023

4 articles that week

← Previous Next →
Thursday, Feb 23

Building a Multi-Pipeline CI Setup for Running Automated Tests in GitLab

Gojek's engineering team cracked a common CI/CD headache: how do you run automated tests from a separate repo without creating pipeline chaos?

Wednesday, Feb 22

Optimize React Native Apps JavaScript Bundle

Your React Native bundle size is quietly killing your app's performance. Callstack breaks down the optimization techniques that actually move the needle.

Tuesday, Feb 21

ShareChat addresses Jank issues to increase feed scrolling by 60%  |  Developer stories  |  Android Developers

ShareChat cut janky frames by 75% and boosted feed scrolling by 60%. Here's how they debugged their way to a 4.3-star rating.

Handling Multiple Caches in App

Swiggy's mobile team faced a common problem: juggling disk caches, LRU caches, and databases without creating a maintenance nightmare. Here's their elegant solution.