Gradual Rollout for Mobile App Releases
Rolling out your app releases gradually will help you catch critical errors early and release with much more confidence. This is a guide for releasing ...
Kadi joined Formidable in the autumn of 2018, having previously held roles at Tessella, a scientific consultancy, Red Badger, a digital consultancy, and Rota, a hospitality staffing start-up. At Formidable, Kadi serves as a project team lead while also managing client relationships and writing code. She also creates and/or maintains open source libraries, including Formidable’s react-native-app-auth, and is a React Native specialist. An accomplished speaker and instructor, Kadi actively presents at JavaScript and React-focused conferences, meetups, and workshops including appearances at GraphQL Finland, React Native London Meetup, and the CityJS conference.
Rolling out your app releases gradually will help you catch critical errors early and release with much more confidence. This is a guide for releasing ...
React Native unifies development teams by leveraging the same set of technologies on multiple platforms. Here are some of the key reasons why you migh ...
I feel so very fortunate that I found a dream career. I love working in tech, I love building things that people get to use, I love solving problems, ...
This how-to guide covers many pitfalls and gotchas people encounter when they want to publish npm packages.
OAuth is an authorisation protocol that utilizes a third party to gain access to user information without exposing the user’s password. The OAuth webs ...