NEW GUIDE: Defining and measuring mobile SLOS. Best practices for modern DevOps, SRE, and mobile teams.

Get your copy

Virna Sekuj

Product Marketer

About

Virna Sekuj is a product marketer at Embrace. She has nearly ten years of experience in product management, marketing, and research analysis. Prior to working at Embrace, Virna worked at Bose, Onside Sponsorship, and GWI. In her time with Embrace, she’s used her insight and analysis expertise to lead two research studies polling engineers that have produced two reports — The State of Mobile Experience and The Mobile Developers Pain Points report.

Contact

Articles

Crash Reporting

Using null safety in Dart

Null references are a common source of frustration that can lead to crashy code. Fortunately, Dart provides a null safety feature to help solve these issues at compile time, so they don't affect your app at runtime. Read on to learn more.

Read more
Flutter

Handling concurrency in Flutter

Concurrency in Flutter, like in other languages and frameworks, can help make your app perform better. It can be tricky to implement in practice, however. Read on for an overview of how Flutter handles this principle, plus some things to watch out for.

Read more