- Subscription Life-cycle
- How to handle failed subscriptions
- Subscription status explained
- Subscription throws
Incompletestatus - Subscription Payment Using Swift (really helpful article!)
- Code example on GitHub for above example
- Get Class methods in Typescript (e.g. use
Reflect.ownKeys()) - Ignore error
Property does not exist on value of type - When to use
neverandunknownin TypeScript
- Nativescript URL handler
- Nativescript Universal links
- Nativescript VideoPlayer
- Application lifecycle
- Tracing Nativescript Applications
- Nativescript Tips and Tricks from the Squad
ScrollViewscrollToVerticalOffsetdoes not work- Nativescript Scroll to bottom of
ScrollViewprogrammatically - Scroll to anchor point
- The Ultimate Guide to mastering Nativescript layouts
- Application settings (globals)
- iOS Provisioning profiles
- Memory usage increases on subsequent navigation
- How to catch all unhandled exceptions
- Disabling rethrowing exception to native platform
- Resume event handling
- Angular Route reuse stategy
- Angular error handling best practices
- Global Error Handling in Angular
- Hunting memory leaks with Xcode
- Diagnosing memory leaks with Xcode instruments
- What is the difference between
SubjectandBehaviorSubject? - Difference between all subjects
- What is the difference between
Observableand aSubjectin rxjs?
- Virtual environments (use
python3 -m venv envandsource env/bin/activate) - Fixing error
ImproperlyConfigured("Error loading psycopg2 module: %s" % e)(usepip install psycopg2-binary --force-reinstall --no-cache-dir) - Arrow: Better dates & times for Python
- Delorean: Time Travel Made Easy
- Convert a QuerySet to a JSON in Django
- Disable foreign key checks for migrations in PostgreSQL (use
SET session_replication_role = 'replica';, reset withSET session_replication_role = 'origin';) - Connecting to PostgreSQL in a Docker container from the outside
- Sign out when token is invalid or expired
- Apollo GraphQL Authentication and authorization
- JWT tokens for authentication using Apollo GraphQL
- JWT authentication with Apollo GraphQL tips and tricks
- Apollo GraphQL Async access token refresh
- Setting up authentication and authorization with Apollo GraphQL
- Apollo GraphQL authentication recipes
- Apollo link token refresh
- Dj-Stripe home page
- Django and Stripe integration with Dj-Stripe (use
python manage.py djstripe_init_customersandpython manage.py djstripe_sync_plans_from_stripe)
- Framework missing, does not build in Xcode (open
.xcworkspaceinstead of.xcodeprojfile)
- Setting up your system: macOS + Android (hot tip: use Java 11, run
brew install --cask temurin11) - Android emulator not able to access the internet (set your DNS to
8.8.8.8) - Capturing Back button on Android