WEBINAR Oct 8: Pumpkin spice and OpenTelemetry for mobile. Hear from Android and Swift SIG leaders on advancing mobile support in OpenTelemetry.

Sign-up

Virna Sekuj

Product Marketer

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.

Posts by this Author ( 45 )

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.