Blog


March 12, 2025


March 03, 2025
BringIntoViewSpec introduction
How to handle alignment of items in scrollable containers in Jetpack Compose.


January 24, 2025
Coping with snapshot tests on different machines architecture.
What to do if snapshot tests fail due to different architecture...


January 15, 2025
Jetpack Compose and Nested Scrolling
How to deal with nested vertically scrollable containers.


December 09, 2024
How to sniff HTTPS traffic without certificate manipulation?
Quick way to find out what is being sent over HTTPS.


November 29, 2024
Signing HTTP requests to AWS using WebClient
Including HTTP request headers and body.


January 26, 2024
What can Voice Assistants teach us?
Voice Apps. How has our journey been, and what could we learn?


December 11, 2023
A little more on Spring tests - our optimizations
Executing tests faster on CI.


December 11, 2023
A little more on Spring tests - good practices
Good tests setup, foundations, and practices.


December 06, 2023
Approaching Swift Concurrency
A few things that deserve special attention when using Swift Concurrency.


November 29, 2023
The best way to send Open Telemetry metrics using Micrometer and send them to New Relic
How to minimize dependencies and configuration.

November 28, 2023
XcodeGen & Sourcery - A Case Study
Our learnings from introducing XcodeGen and Sourcery


November 27, 2023
Spring Cloud Gateway Filters v4.0
Improve incoming request body validation performed by Spring Cloud Gateway using new filters.


November 09, 2023
Our take on Global Day of Coderetreat 2023
Organizing, running and participating in internal coding workshops


October 19, 2023
Paramount+ on Multi-region.
Delivering live experiences on a massive scale to a global audience


November 14, 2022
Introduction to reverse engineering of AppStore apps
Practical steps to begin analyzing apps on jailbroken devices.


July 13, 2022
Voice assistant apps through the eyes of a developer.
What are voice apps? How to start and why you do(n’t) want to try it.


September 21, 2021
Practical Testing with RxTest - part I
How to validate whether the Observable object sends exactly what we expect.


August 02, 2021
Alexa Request Validation with Spring Cloud Gateway
How to simplify Alexa Skill development and testing with one centralized request validation performed by Spring Cloud Gateway.


July 26, 2021
Mitigating TCP connection resets in AWS
How to be a good citizen in AWS and properly configure Reactive Spring WebClient.


April 26, 2021
Introduction to React Testing Library
Testing react components doesn't need to be difficult. Migration from enzymejs to React Testing Library has helped our team spend less time writing and maintaining tests.


February 24, 2021