Anatomy of a User Story — Agile BSAAs you can see, the overall structure of a User Story is relatively simple. However, things can get very complex quickly based upon the type of functionality you are attempting to describe. The most important thing isn’t actually the User Story…it’s the Acceptance Criteria associated with the User Story that is most critical. If we do not define the Acceptance Criteria, we can never know whether if the User Story is complete.tagged: acceptance-criteria29-09-2020
Validating iOS Subscription Receipts in React Native & Node.js | by Ross Bulat | MediumTransaction receipts: the key element of subscription managementTransaction receipts are a key element in managing subscriptions through in-app purchases, as well as for automatically renewing and cancelling subscriptions based on the receipt status and validity. They should be handled with care at the initial purchase stage, ensuring that they are persisted in your backend database and stored in a secure manner.tagged: applesubscriptionsrenewalnodereact15-09-2020
Generating a Subscription Offer Signature on the Server | Apple Developer DocumentationThis sample code is a simple server written using JavaScript and Node.js. It demonstrates how to generate a signature for subscription offers. The sample demonstrates:Receiving a request.Generating a cryptographic signature using your private key.Sending back a response with the signature.All of the work is done in routes/index.js. You set up environment variables for your key ID and your private key in the start-server file.tagged: appleoffersubscriptions15-09-2020
Handling Subscriptions Billing | Apple Developer DocumentationBuild logic around the date and time constraints of subscription products, while planning for all scenarios for which you should control access to content.tagged: applesubscriptionsbilling15-09-2020
Your Sale and Purchase Quote | Homeward Legal | Conveyancing Quote Online | Property Solicitorstagged: conveyancing30-08-2020
I picked up React Native as a web developer and here's what I've learned - DEVFor the last couple weeks, I've been building a React native app at work. It's a news reader (duh) and a bit of a monster at that, with filesystem access, background downloads, and push notifications.tagged: reactreact-native25-08-2020
Sharing Code Between React Web and React Native Applications | by Reginald Johnson | React Native Training | MediumIt can be desirable for a consumer facing product to exist on the web as well as on mobile. For example, many food delivery applications exist as both web and mobile applications.tagged: reactreact-native25-08-2020
Why Airbnb is Moving Off Of React Native - Software Engineering DailyFor the last two years, Airbnb has been using React Native to accelerate development of their mobile platforms. React Native is an open source framework developed by Facebook that allows JavaScript developers to create familiar React components that work across web, Android, and iOS development environments.tagged: reactreact-native25-08-2020
JSON Schema | The home of JSON SchemaJSON Schema is a vocabulary that allows you to annotate and validate JSON documents.tagged: json24-08-2020
13 Pure CSS Mobile Devices from @marvelappWe've created several minimal iPhone, Android, Lumia and iPad devices in pure CSS to showcase the prototypes our users make on Marvel. Made with love by Oleg.tagged: mobilescss20-08-2020
Stonemarket 'Timberstone' Coppice Brown Paving Slabstagged: critical-pathstyled-componentspathstone17-08-2020
@xstate/test | XState DocsThis package contains utilities for facilitating model-based testing for any software.tagged: x-statestate-machinestesting14-08-2020
Authenticate with Firebase in JavaScript Using a Custom Authentication SystemYou can integrate Firebase Authentication with a custom authentication system by modifying your authentication server to produce custom signed tokens when a user successfully signs in. Your app receives this token and uses it to authenticate with Firebase.tagged: firebaseauth14-08-2020