SlideShare une entreprise Scribd logo
1  sur  70
Télécharger pour lire hors ligne
Architectural Considerations
For Complex Mobile And Web
Applications
Vivek Jain
Application Developer
Twitter: @vivekjain10
Feb 2015, Pune
•Implementation Strategy
•Keeping Client-side Light
2
Implementation
Strategy
3
Experience
4
Experience
4
Reach
5
Reach
5
Reach
5
Reach
5
Product or Channel
6
Product or Channel
6
Product or Channel
6
Product or Channel
6
Ultimate Goal
7
UserExperience
Line of deployment
Awesome apps
Ultimate Goal
7
UserExperience
Line of deployment
Awesome apps
The Laser Strategy
8
UserExperience
Line of deployment
Awesome apps
The Laser Strategy
8
UserExperience
Line of deployment
Awesome apps
The Laser Strategy
8
UserExperience
Line of deployment
Awesome apps
The Laser Strategy
8
UserExperience
Line of deployment
Awesome apps
The Cover-your-bases Strategy
9
UserExperience
Line of deployment
Awesome apps
The Cover-your-bases Strategy
9
UserExperience
Line of deployment
Awesome apps
The Cover-your-bases Strategy
10
UserExperience
Line of deployment
Awesome apps
11
Native Vs Web
11
Native Web
Native Vs Web
11
Affordability
Native Web
Native Vs Web
11
Affordability
User Experience
Native Web
Native Vs Web
11
Affordability
User Experience
Native Web
PhoneGap
Xamarin
Calatrava
Hybrid
Titanium
Native Vs Web
Keeping
Client-side Light
12
13
Client-side Logic
13
"name": {

"first": "Amitabh",

"last": "Bachchan"

}
Client-side Logic
13
"name": {

"first": "Amitabh",

"last": "Bachchan"

}
fullName = "#{name.first} #{name.last}"
Client-side Logic
14
Change in Requirement
14
"name": {

"first": "Amitabh",

"middle": "Harivansh",

"last": "Bachchan"

}
Change in Requirement
14
"name": {

"first": "Amitabh",

"middle": "Harivansh",

"last": "Bachchan"

}
fullName = "#{name.first} #{name.middle} #{name.last}"
Change in Requirement
15
Light Client
15
"name": {

"first": "Amitabh",

"middle": "Harivansh",

"last": “Bachchan",

"full": “Amitabh Harivansh Bachchan"

}
Light Client
15
"name": {

"first": "Amitabh",

"middle": "Harivansh",

"last": “Bachchan",

"full": “Amitabh Harivansh Bachchan"

}
fullName = name.full
Light Client
Benefits
16
Benefits
• Less duplication of code
16
Benefits
• Less duplication of code
• Easier to fix defects
16
Benefits
• Less duplication of code
• Easier to fix defects
• Some changes without app release
16
API Best Practices
17
Consistent Interface
18
Consistent Interface
• Consistent Format
18
Consistent Interface
• Consistent Format
• Back-end Systems/Database Agnostic
18
Consistent Interface
• Consistent Format
• Back-end Systems/Database Agnostic
• Standard Architecture (REST)
18
Aggregate
19
"id": 1234,

"type": "savings"
"id": 1234,

"balance": 100.23
Aggregate
19
"id": 1234,

"type": "savings"
"id": 1234,

"balance": 100.23
"id": 1234,

"type": "savings",

"balance": 100.23
Optimize
20
"id": 1234,

"type": "savings”,
“branch_id": 75,
“customer_id”: 20757
Optimize
20
"id": 1234,

"type": "savings”,
“branch_id": 75,
“customer_id”: 20757
"id": 1234,

"type": "savings”,
“customer_id”: 20757
Expand, then Contract
21
Expand, then Contract
21
"name": {

"first": "Amitabh",

"last": "Bachchan"

}
Expand, then Contract
21
"name": {

"first": "Amitabh",

"last": "Bachchan"

}
"name": {

"first": "Amitabh",

"last": "Bachchan",

"full": “Amitabh Bachchan"

}
Expand, then Contract
21
"name": {

"first": "Amitabh",

"last": "Bachchan"

}
"name": {

"first": "Amitabh",

"last": "Bachchan",

"full": “Amitabh Bachchan"

}
"name": {

"full": “Amitabh Bachchan"

}
Who owns APIs?
22
Poly-skilled teams
23
Poly-skilled teams
• Client + Server side skills
23
Poly-skilled teams
• Client + Server side skills
• Empowered to make changes in any layer
23
Poly-skilled teams
• Client + Server side skills
• Empowered to make changes in any layer
• Ideal for small organizations
23
Work with API team
24
Work with API team
• Request changes
24
Work with API team
• Request changes
• Communication channel with back-end teams
24
Work with API team
• Request changes
• Communication channel with back-end teams
• Ideal for mid-size organizations
24
Mobile Facade
25
Mobile Facade
• Middle-layer seen by apps
25
Mobile Facade
• Middle-layer seen by apps
• Minimal logic to support apps (avoid business
logic)
25
Mobile Facade
• Middle-layer seen by apps
• Minimal logic to support apps (avoid business
logic)
• Aggregate and Optimize Response
25
Mobile Facade
• Middle-layer seen by apps
• Minimal logic to support apps (avoid business
logic)
• Aggregate and Optimize Response
• Ideal for large organizations
25
References
• http://martinfowler.com/articles/mobileImplStrategy.html
• http://blog.vivekjain.in/
26
Thank You!
@vivekjain10
vivek.jain@thoughtworks.com
27

Contenu connexe

Similaire à Architectural Considerations For Complex Mobile And Web Applications

Similaire à Architectural Considerations For Complex Mobile And Web Applications (20)

Wordpress Development Proposal Template PowerPoint Presentation Slides
Wordpress Development Proposal Template PowerPoint Presentation SlidesWordpress Development Proposal Template PowerPoint Presentation Slides
Wordpress Development Proposal Template PowerPoint Presentation Slides
 
User Experience 101 for Developers
User Experience 101 for DevelopersUser Experience 101 for Developers
User Experience 101 for Developers
 
Fast Delivery DevOps Israel
Fast Delivery DevOps IsraelFast Delivery DevOps Israel
Fast Delivery DevOps Israel
 
MongoDB World 2018: Pissing Off IT and Delivery: A Tale of 2 ODS’s
MongoDB World 2018: Pissing Off IT and Delivery: A Tale of 2 ODS’sMongoDB World 2018: Pissing Off IT and Delivery: A Tale of 2 ODS’s
MongoDB World 2018: Pissing Off IT and Delivery: A Tale of 2 ODS’s
 
Imaro Presentation : Dark Color Theme
Imaro Presentation : Dark Color ThemeImaro Presentation : Dark Color Theme
Imaro Presentation : Dark Color Theme
 
Imaro Presentation : Light Color Theme
Imaro Presentation : Light Color ThemeImaro Presentation : Light Color Theme
Imaro Presentation : Light Color Theme
 
MongoDB.local Austin 2018: Pissing Off IT and Delivery: A Tale of 2 ODS's
MongoDB.local Austin 2018:  Pissing Off IT and Delivery: A Tale of 2 ODS'sMongoDB.local Austin 2018:  Pissing Off IT and Delivery: A Tale of 2 ODS's
MongoDB.local Austin 2018: Pissing Off IT and Delivery: A Tale of 2 ODS's
 
CQRS and Event Sourcing: A DevOps perspective
CQRS and Event Sourcing: A DevOps perspectiveCQRS and Event Sourcing: A DevOps perspective
CQRS and Event Sourcing: A DevOps perspective
 
Cloud Native Cost Optimization UCC
Cloud Native Cost Optimization UCCCloud Native Cost Optimization UCC
Cloud Native Cost Optimization UCC
 
Bitcoin PowerPoint Presentation Slides
Bitcoin PowerPoint Presentation SlidesBitcoin PowerPoint Presentation Slides
Bitcoin PowerPoint Presentation Slides
 
LEAN UX: Solving Problems Instead of Producing Paperwork
LEAN UX: Solving Problems Instead of Producing PaperworkLEAN UX: Solving Problems Instead of Producing Paperwork
LEAN UX: Solving Problems Instead of Producing Paperwork
 
Wordpress Website Proposal Template PowerPoint Presentation Slides
Wordpress Website Proposal Template PowerPoint Presentation SlidesWordpress Website Proposal Template PowerPoint Presentation Slides
Wordpress Website Proposal Template PowerPoint Presentation Slides
 
Annya Presentation : Light Color Theme
Annya Presentation : Light Color ThemeAnnya Presentation : Light Color Theme
Annya Presentation : Light Color Theme
 
Annya Presentation : Dark Color Theme
Annya Presentation : Dark Color ThemeAnnya Presentation : Dark Color Theme
Annya Presentation : Dark Color Theme
 
Microservices the Good Bad and the Ugly
Microservices the Good Bad and the UglyMicroservices the Good Bad and the Ugly
Microservices the Good Bad and the Ugly
 
Guide To Continuous Deployment Containerization With Docker Complete Deck
Guide To Continuous Deployment Containerization With Docker Complete DeckGuide To Continuous Deployment Containerization With Docker Complete Deck
Guide To Continuous Deployment Containerization With Docker Complete Deck
 
Introduction to Amazon Route 53 Resolver for Hybrid Cloud (NET215) - AWS re:I...
Introduction to Amazon Route 53 Resolver for Hybrid Cloud (NET215) - AWS re:I...Introduction to Amazon Route 53 Resolver for Hybrid Cloud (NET215) - AWS re:I...
Introduction to Amazon Route 53 Resolver for Hybrid Cloud (NET215) - AWS re:I...
 
Designing Capital One's iPhone and iPad App
Designing Capital One's iPhone and iPad AppDesigning Capital One's iPhone and iPad App
Designing Capital One's iPhone and iPad App
 
Business Profile PowerPoint Presentation Slides
Business Profile PowerPoint Presentation SlidesBusiness Profile PowerPoint Presentation Slides
Business Profile PowerPoint Presentation Slides
 
Business Profile Powerpoint Presentation Slides
Business Profile Powerpoint Presentation SlidesBusiness Profile Powerpoint Presentation Slides
Business Profile Powerpoint Presentation Slides
 

Plus de IndicThreads

Scrap Your MapReduce - Apache Spark
 Scrap Your MapReduce - Apache Spark Scrap Your MapReduce - Apache Spark
Scrap Your MapReduce - Apache Spark
IndicThreads
 
Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
 Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
IndicThreads
 
Unraveling OpenStack Clouds
 Unraveling OpenStack Clouds Unraveling OpenStack Clouds
Unraveling OpenStack Clouds
IndicThreads
 

Plus de IndicThreads (20)

Http2 is here! And why the web needs it
Http2 is here! And why the web needs itHttp2 is here! And why the web needs it
Http2 is here! And why the web needs it
 
Understanding Bitcoin (Blockchain) and its Potential for Disruptive Applications
Understanding Bitcoin (Blockchain) and its Potential for Disruptive ApplicationsUnderstanding Bitcoin (Blockchain) and its Potential for Disruptive Applications
Understanding Bitcoin (Blockchain) and its Potential for Disruptive Applications
 
Go Programming Language - Learning The Go Lang way
Go Programming Language - Learning The Go Lang wayGo Programming Language - Learning The Go Lang way
Go Programming Language - Learning The Go Lang way
 
Building Resilient Microservices
Building Resilient Microservices Building Resilient Microservices
Building Resilient Microservices
 
App using golang indicthreads
App using golang  indicthreadsApp using golang  indicthreads
App using golang indicthreads
 
Building on quicksand microservices indicthreads
Building on quicksand microservices  indicthreadsBuilding on quicksand microservices  indicthreads
Building on quicksand microservices indicthreads
 
How to Think in RxJava Before Reacting
How to Think in RxJava Before ReactingHow to Think in RxJava Before Reacting
How to Think in RxJava Before Reacting
 
Iot secure connected devices indicthreads
Iot secure connected devices indicthreadsIot secure connected devices indicthreads
Iot secure connected devices indicthreads
 
Real world IoT for enterprises
Real world IoT for enterprisesReal world IoT for enterprises
Real world IoT for enterprises
 
IoT testing and quality assurance indicthreads
IoT testing and quality assurance indicthreadsIoT testing and quality assurance indicthreads
IoT testing and quality assurance indicthreads
 
Functional Programming Past Present Future
Functional Programming Past Present FutureFunctional Programming Past Present Future
Functional Programming Past Present Future
 
Harnessing the Power of Java 8 Streams
Harnessing the Power of Java 8 Streams Harnessing the Power of Java 8 Streams
Harnessing the Power of Java 8 Streams
 
Building & scaling a live streaming mobile platform - Gr8 road to fame
Building & scaling a live streaming mobile platform - Gr8 road to fameBuilding & scaling a live streaming mobile platform - Gr8 road to fame
Building & scaling a live streaming mobile platform - Gr8 road to fame
 
Internet of things architecture perspective - IndicThreads Conference
Internet of things architecture perspective - IndicThreads ConferenceInternet of things architecture perspective - IndicThreads Conference
Internet of things architecture perspective - IndicThreads Conference
 
Scrap Your MapReduce - Apache Spark
 Scrap Your MapReduce - Apache Spark Scrap Your MapReduce - Apache Spark
Scrap Your MapReduce - Apache Spark
 
Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
 Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
Continuous Integration (CI) and Continuous Delivery (CD) using Jenkins & Docker
 
Speed up your build pipeline for faster feedback
Speed up your build pipeline for faster feedbackSpeed up your build pipeline for faster feedback
Speed up your build pipeline for faster feedback
 
Unraveling OpenStack Clouds
 Unraveling OpenStack Clouds Unraveling OpenStack Clouds
Unraveling OpenStack Clouds
 
Digital Transformation of the Enterprise. What IT leaders need to know!
Digital Transformation of the Enterprise. What IT  leaders need to know!Digital Transformation of the Enterprise. What IT  leaders need to know!
Digital Transformation of the Enterprise. What IT leaders need to know!
 
Changing application demands: What developers need to know
Changing application demands: What developers need to knowChanging application demands: What developers need to know
Changing application demands: What developers need to know
 

Dernier

%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
chiefasafspells
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 

Dernier (20)

%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 

Architectural Considerations For Complex Mobile And Web Applications