🪦 RIP Axway Amplify Titanium (2010 - 2022)
🪦 RIP Axway Amplify Cloud Services (2012 - 2022)
🪦 RIP Axway Amplify Crash Analytics (2015 - 2022)
🛑 Axway support for Amplify products has ended for most products related to mobile and cloud.
A few of the open-source versions of Axway Amplify products will live on after Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.
👉 A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.
- API Best Practices
- What is API Security?
- OWASP Top 10 List for API Security
- What is API Security?
- Top API Trends for 2022
- What is a Frankenstein API?
- What is a Zombie API?
- API Developer Experience
- API Cybersecurity 101
- YouTube API Videos
- YouTube API Shorts Videos
ESLint settings package for use with Axway Titanium native mobile apps
This extends @geek/eslint-config settings for Node.js
- Create new Titanium Alloy project
- Run
npm init
in project root directory - Install
@titanium/eslint-config
in root of project
npm install @titanium/eslint-config
- Add this as base settings for your project
If using
.eslintrc.yaml
or.eslintrc.yml
extends: '@titanium'
If using
.eslintrc
or.eslintrc.json
"extends": "@titanium",