SlideShare a Scribd company logo
1 of 51
Trisotech.com
How do you FEEL about
Low Code?
Denis Gagne
CEO & CTO
DECISION CAMP 2022
Trisotech.com
Abstract
 Digital transformation and the accelerated transition to remote work are contributing to a perfect technological storm. This perfect
storm is indifferently hitting every industry around us. A particularly challenging vector of this technological storm is the ever-
growing need for business automation to achieve digital transformation conflated with an ever-growing shortage of technology
professionals and software developers. With most companies turning to technology to transform how they engage with customers;
software developers are in high demand and short supply. It is clear that we cannot rely on this small number of specialized workers -
software developers - to carry out the massive undertaking of digital transformation in organizations.
 One way to weather the storm is to empower non-developers in organizations to automate business logic. Business knowledge
workers within organizations have a clear understanding of the logic of the business. They have the best understanding of business
workflows and decisions required to deliver and exceed the new and expected digital customer experience. They excel at business
decision thinking. Then why not enable these business knowledge workers to become not only the business logic architects, but also
the actual construction workforce of your digital transformation?
 In this session we discuss the emergence of the low-code paradigm as a required enabler to the timely achievement of the desired
digital transformation. We compare the notions of no-code, low-code and pro-code and discuss how business knowledge workers
can learn to think more like software developers by adopting a Decision Thinking mindset. Using the Decision Model and Notation
(DMN) as the cornerstone of decision thinking and the Friendly Enough Expression Language (FEEL) as the low-code language of
choice, we show how business knowledge workers can take business automation to production faster, gain simple and efficient ways
of making enhancements, and maintain the deployed automated business logic. FEEL is simple enough for business knowledge
workers yet expressive and powerful enough for professional developers. In short, FEEL offers the perfect scaffolding for the
automation of business logic. With FEEL as a low code language, business knowledge workers can truly become the artisans of the
digital transformation.
HOW DO FEEL ABOUT LOW CODE?
Trisotech.com
Outline
 Our Current Context (It’s a wild world)
 Weathering the Storm (Not just surviving but thriving)
 No Code, Low Code, Pro Code (Software Development Paradigms)
 FEEL (An ideal Low Code language!)
 How does FEEL compare? (Is it really business friendly?)
 Model Driven Development using FEEL (The best of all worlds!)
 Conclusion (How do you FEEL about low-code now?)
HOW DO FEEL ABOUT LOW CODE?
Trisotech.com
Our Current Context
It’s a wild world
Trisotech.com
The world we live in
Volatile Economic
Outlook
Ever-Growing Customer
Expectations
Increasing Regulatory
Requirements
Fast Evolving Technology
Landscape
Increasing
Competition
Adaptable
Agile
Flexible
Resilient
Antifragile
Composable
Every organization wants to be
Adaptable
o able to adjust to new conditions
o able to be modified for a new use or purpose
oxford Languages
Digital Transformation Demand
combined with
Accelerated Transition to RemoteWork
APerfect Technological Storm
This Perfect Stormis indifferently hitting
Every Industry
aroundus
A particularly challenging vector of this technological storm is the
ever-growingneed for business automation to achieve digital
transformation conflated with an ever-growingshortage of
technology professionals and software developers
Trisotech.com
Weathering the Storm
Not just surviving but thriving
Trisotech.com
Ever increasingdemands for Digital Transformation
Growing cybersecurity,data privacy threats
Accelerateddemand for Cloud Solutions
Reality of Businesses
Software Developers are in
High Demand and Short Supply
Increasethe number of people in the organization that
can create Digital Business Solutions
How to thrive in such context?
Unleasha different Dev workforce
Trisotech.com
Options
Hiring
01
Out-
sourcing
02
Up-skilling
03
No
availability in
the market
Themselves
short on
staff + lack
domain and
business
specific
knowledge
The right
idea, but
how can we
accelerate
up-skilling ?
Empower non-developers in organizations to
automate business logic
Business Knowledge Workers
 Excel at business decision thinking
 Have a clear understanding of the logic
of the business
 Have the best understanding of business
workflows and decisions required
 Know how to deliver and exceed the
expected experience customer demand
Business Knowledge Workers
Use them not only as the business
logic architects, but also as the actual
construction workforce of your digital
transformation
The Best of both World
Business Technologists:
Job is technology but report to business
Citizen Developers:
Job is business but creates technology
Trisotech.com
No Code, Low Code, Pro Code
Software Development Paradigms
Trisotech.com
WYSIWYG
Clicks and Drag-and-drops
My Definitions
Business friendly
expression languages
Programming languages
=
=
=
Trisotech.com
Lot of Market Confusion
 Vendor Marketing and Analysts jockeying for attention
 No-code, Low-code, Pro-code are Software Development
Paradigms not Platforms
 A platform can take advantage of all three paradigms
 Trisotech certainly does
No Code, Low Code Aim
 Timely delivery of Digital Business Solutions
 Optimize the development process of Digital Business Solutions
 Democratize Digital Solution creation
 Close the Business-IT divide
No Code, Low Code Characteristics
 Visual approach to Digital Business Solution development
 Simple and concise language
 Human friendly syntax
 Reusability of existing capabilities
No Code, Low Code Benefits
 Higher productivity
 Decreased costs
 Improved adaptability
 Lower dependency on IT
No Code, Low Code Challenges
 Vendor Lock-in
o Non standardized platforms
 Limited Expressiveness
o to address sophisticated business Logic
 Lack of Domain Specific Support
o To ensure interoperability
 The rise of the shadow IT
o Proliferations of business applications
Trisotech.com
Digital Business Solution
Development Paradigms
Don’t be fooled by the shinny new object
 To develop Digital Business Solutions with No Code and
Low Code still requires a person to think analytically and
multi-dimensionally (what I call cartesian thinking)
 Along with a basic understanding of data and data types
(e.g., why one cannot mathematically add a number and a
text string)
 a.k.a kind of think like a developer
Trisotech.com
FEEL
An ideal Low Code language!
What is FEEL?
 FEEL stands for Friendly Enough Expression Language
 Created as part the Decision Model and Notation (DMN) Standard
 A Standardized Expression Language from OMG
 Standard Syntax
 Standard Execution Semantics
 Simple enough for non-technical people, expressive enough for technical people
Trisotech.com
FEEL Characteristics
Functional
Stateless
Side Effectless
Context Sensitive
Means
Variables are immutable
Means
Names/Terms can include spaces
For more on Names/Terms see my presentation “What’s in a Name?”
https://www.trisotech.com/business-vocabularies-business-rules-and-dmn/
Means
A value is computed from its inputs
Means
A closed world assumption
Given the same inputs , the same output is provided
Trisotech.com
FEEL Expressiveness
 Typing: Simple and Structured types
 Logical Operators: 3 Value Logic
 Arithmetic Operators: inline operators
Trisotech.com
FEEL Expressiveness
 User Defined Functions: Reusability
 Core Functions: Logical, Text, Date & Time, List, Math, Context
 Interval Functions: Temporal logic (during, coincides, after, starts, etc.)
 Function Library Import: Domain Specific Functions (e.g. Automation,
Financial, Healthcare, Utility, etc.)
Trisotech.com
FEEL: Friendly Enough
 Names/Terms can include spaces making it
[Business] Friendly Enough
 FEEL becomes even more Friendly when
combined with Boxed Expressions
Trisotech.com
FEEL Boxed Expressions
 Allow FEEL expressions to be structured visually
 A simple recursive tabular visual format
 Composed of basic structures of Name: Expression
For more on Boxed Expression examples see my presentation “Thinking inside the box”
https://www.trisotech.com/thinking-inside-the-box-webinar/
Trisotech.com
Typesof Boxed Expressions
Trisotech.com
FEEL Boxed Expression Example
Natural Language Policy:
The loan monthly installment is obtained by adding the
loan monthly fee and the loan monthly repayment. A
standard loan carries an $20 monthly fee while a special
loan carries a $25 monthly fee. The loan monthly
repayment is calculated based on the loan rate, term and
amount using the standard financial monthly payment
function.
Trisotech.com
FEEL Boxed Expression Example
 Uses names/terms that are business friendly such as
“Loan Monthly Installment” (none-cryptic, using
spaces )
 “Loan Monthly Installment” is a reusable function
with defined parameters that I can call from
anywhere in my FEEL logic
 The value of “Loan Monthly Installment” is obtained
by adding “Loan Monthly Fee” and “Loan Monthly
Repayment”
 The conditional logic of “Loan Monthly Fee” is
obvious
 “Loan Monthly Installment” value is obtained by
calling a Domain Specific Functions. Function name
“payment” is prefixed by its external provenance
“financial” e.g., financial.payement()
 The FEEL logic using business friendly names/terms
is easily relatable to the descriptions/annotations
taken verbatim from Natural Language Policy text.
Trisotech.com
FEEL Boxed Expression Example
 I would argue that even without to the Natural
Language description/annotation.
 The FEEL logic using its business-friendly
names/terms is easily understandable
(maintainable, enhance-able, adapatable, etc.)
Trisotech.com
How does FEEL compare?
Is it really business friendly?
Trisotech.com
Microsoft Excel
 Microsoft Excel Formulas are often cited as, or
perceived as, the quintessential expression
language for business users
 Microsoft Excel is also perceived as the go to
platform for the creation of digital business
solutions by business users
Trisotech.com
How does FEEL compare?
Excel FEEL Boxed Expression
 Cell coordinates (e.g., B1) and names/terms (e.g., “Loan
Monthly Installment”) are coincidental i.e., un-related
 Making cell B1 a re-useable function requires VBA coding
Trisotech.com
How doesFEEL compare?
Excel FEEL Boxed Expression
From Bruce Silver blog post “FEEL vs Excel Formulas”
https://www.trisotech.com/feel-vs-excel-formulas/
 “Last Word” value is obtained by filtering the last
element (e.g., [-1]) of the “List of words”
 “List of words” value is obtained by splitting the
“Input String” into list elements (e.g., words) that
were separated by a space (“ “)
 I admit, I copied/pasted A2’s formula
 Can anyone read it to me in terms I can understand
 What does A2 do?
Trisotech.com
Model Driven Development
using FEEL
The best of all worlds!
Trisotech.com
Automated
Business
Decisions
Automated
Structured
Business
Process
Automated
Unstructured
Business
Process
BPM+ A set of open visual modeling
standards that captures the DNA
of your organization
 Business Decisions
 Business Processes
 Business Cases
Model Driven Development
Trisotech.com
BPM+
Visual Drag and Drop Paradigm
Trisotech.com
Placing FEEL at theCenterof
Model Driven Development
Automated
Business
Decisions
Automated
Structured
Business
Process
Automated
Unstructured
Business
Process
BPM+
FEEL
Using FEEL as the expression
language to the complete BPM+
family of Model Driven Standards
Trisotech.com
The best of all worlds!
FEEL and BPM+ together offers a powerful environment that brings Low Code,
No Code and even Pro Code development paradigms together
BPM+
Trisotech.com
Conclusion
How do you FEEL about low-code now?
Trisotech.com
Don’t perceiveeverychallenge as a business problem to
be solved, but rather as business decisions waiting to be
made
How to thrive?
Adopt a Decision ThinkingMindset
Trisotech.com
Adopt the Decision Model and Notation (DMN) as the
cornerstoneof decision thinking and the FriendlyEnough
Expression Language (FEEL) as the
LowCode language of choice
How to thrive?
Adopt a Decision ThinkingMindset
Trisotech.com
Conclusion
Challengesof other NoCode,Low Codeapproaches
 Vendor Lock-in
o Non standardized platforms
 Limited Expressiveness
o to address sophisticated business Logic
 Lack of Domain Specific Support
o To ensure interoperability
 The rise of the shadow IT
o Proliferations of business applications
HOW DO YOU FEEL ABOUT LOW CODE NOW ?
FEEL
 No vendor lock-in
o It is an open standard
 Simple enough for non-technical people,
expressive enough for technical people
o Continuously evolving via RTF
 Domain Specific libraries
o can be imported
 Tame shadow IT with a
o Model Driven approach that promotes
Re-use and DevOps
Any questions?
THANKS!
dgagne@Trisotech.com
I hope this presentation made you FEEL good!

More Related Content

Similar to How do you FEEL about Low Code .pptx

Low code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra KumarLow code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra KumarSwatantra Kumar
 
Business and IT alignment, how to escape from the sand-trap
Business and IT alignment, how to escape from the sand-trapBusiness and IT alignment, how to escape from the sand-trap
Business and IT alignment, how to escape from the sand-trappierino23
 
Future of IT preso
Future of IT presoFuture of IT preso
Future of IT presoLorna Garey
 
IT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the IndustryIT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the IndustryLawal Adekunle
 
Domain Driven Design Introduction
Domain Driven Design IntroductionDomain Driven Design Introduction
Domain Driven Design Introductionwojtek_s
 
Intergen Smarts 4 (2003)
Intergen Smarts 4 (2003)Intergen Smarts 4 (2003)
Intergen Smarts 4 (2003)Intergen
 
COSE ESB Presentation
COSE ESB PresentationCOSE ESB Presentation
COSE ESB Presentationerichleipold
 
Top 10 Low-CodeNo Code Development Platforms
Top 10 Low-CodeNo Code Development PlatformsTop 10 Low-CodeNo Code Development Platforms
Top 10 Low-CodeNo Code Development Platformsinsightssuccess2
 
Digital Onesource Consulting Solutions
Digital Onesource Consulting SolutionsDigital Onesource Consulting Solutions
Digital Onesource Consulting SolutionsDOCSConsulting
 
What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?kintone
 
Digital Onesource Consulting Solutions
Digital Onesource Consulting SolutionsDigital Onesource Consulting Solutions
Digital Onesource Consulting SolutionsDOCSConsulting
 
What do you get when excel and powerpoint are having a baby?
What do you get when excel and powerpoint are having a baby?What do you get when excel and powerpoint are having a baby?
What do you get when excel and powerpoint are having a baby?Nils Breitmann
 
Better Software Keynote The Complete Developer 07
Better Software Keynote  The Complete Developer 07Better Software Keynote  The Complete Developer 07
Better Software Keynote The Complete Developer 07Enthiosys Inc
 
Better Software Keynote The Complete Developer 07
Better Software Keynote  The Complete Developer 07Better Software Keynote  The Complete Developer 07
Better Software Keynote The Complete Developer 07Enthiosys Inc
 

Similar to How do you FEEL about Low Code .pptx (20)

Consulting
ConsultingConsulting
Consulting
 
Low code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra KumarLow code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra Kumar
 
Business and IT alignment, how to escape from the sand-trap
Business and IT alignment, how to escape from the sand-trapBusiness and IT alignment, how to escape from the sand-trap
Business and IT alignment, how to escape from the sand-trap
 
SOA -Whitepaper
SOA -WhitepaperSOA -Whitepaper
SOA -Whitepaper
 
WEB mayank.pptx
WEB mayank.pptxWEB mayank.pptx
WEB mayank.pptx
 
Future of IT preso
Future of IT presoFuture of IT preso
Future of IT preso
 
IT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the IndustryIT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the Industry
 
Domain Driven Design Introduction
Domain Driven Design IntroductionDomain Driven Design Introduction
Domain Driven Design Introduction
 
2014 Technical Communication Conference Program
2014 Technical Communication Conference Program2014 Technical Communication Conference Program
2014 Technical Communication Conference Program
 
Intergen Smarts 4 (2003)
Intergen Smarts 4 (2003)Intergen Smarts 4 (2003)
Intergen Smarts 4 (2003)
 
COSE ESB Presentation
COSE ESB PresentationCOSE ESB Presentation
COSE ESB Presentation
 
Top 10 Low-CodeNo Code Development Platforms
Top 10 Low-CodeNo Code Development PlatformsTop 10 Low-CodeNo Code Development Platforms
Top 10 Low-CodeNo Code Development Platforms
 
Digital Onesource Consulting Solutions
Digital Onesource Consulting SolutionsDigital Onesource Consulting Solutions
Digital Onesource Consulting Solutions
 
What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?What is No-Code/Low-Code App Development and Why Should Your Business Care?
What is No-Code/Low-Code App Development and Why Should Your Business Care?
 
Digital Onesource Consulting Solutions
Digital Onesource Consulting SolutionsDigital Onesource Consulting Solutions
Digital Onesource Consulting Solutions
 
What do you get when excel and powerpoint are having a baby?
What do you get when excel and powerpoint are having a baby?What do you get when excel and powerpoint are having a baby?
What do you get when excel and powerpoint are having a baby?
 
RSG Sri Lanka Presentation - Ravindra Perera- Public Version.pdf
RSG Sri Lanka Presentation - Ravindra Perera- Public Version.pdfRSG Sri Lanka Presentation - Ravindra Perera- Public Version.pdf
RSG Sri Lanka Presentation - Ravindra Perera- Public Version.pdf
 
Better Software Keynote The Complete Developer 07
Better Software Keynote  The Complete Developer 07Better Software Keynote  The Complete Developer 07
Better Software Keynote The Complete Developer 07
 
Better Software Keynote The Complete Developer 07
Better Software Keynote  The Complete Developer 07Better Software Keynote  The Complete Developer 07
Better Software Keynote The Complete Developer 07
 
How To Up-Skill in IT
How To Up-Skill in ITHow To Up-Skill in IT
How To Up-Skill in IT
 

More from Denis Gagné

Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Generative AI and Regulatory Compliance
Generative AI and Regulatory ComplianceGenerative AI and Regulatory Compliance
Generative AI and Regulatory ComplianceDenis Gagné
 
Automating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the EnterpriseAutomating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the EnterpriseDenis Gagné
 
Low Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdfLow Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdfDenis Gagné
 
Data Validation in a Low-Code Environment
Data Validation in a Low-Code EnvironmentData Validation in a Low-Code Environment
Data Validation in a Low-Code EnvironmentDenis Gagné
 
From Laws and Regulations to Decision Automation
From Laws and Regulations to Decision AutomationFrom Laws and Regulations to Decision Automation
From Laws and Regulations to Decision AutomationDenis Gagné
 
Smart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and DecisionsSmart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and DecisionsDenis Gagné
 
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...Denis Gagné
 
Pharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and DecisionsPharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and DecisionsDenis Gagné
 
5 Mins Intro to CMMN
5 Mins Intro to CMMN5 Mins Intro to CMMN
5 Mins Intro to CMMNDenis Gagné
 
Modelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical JourneyModelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical JourneyDenis Gagné
 
Intelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptxIntelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptxDenis Gagné
 
Enabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptxEnabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptxDenis Gagné
 
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMNBPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMNDenis Gagné
 
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTIntegrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTDenis Gagné
 
Where to start from with BPM+ Health
Where to start from with BPM+ HealthWhere to start from with BPM+ Health
Where to start from with BPM+ HealthDenis Gagné
 
Where to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptxWhere to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptxDenis Gagné
 
Event-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptxEvent-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptxDenis Gagné
 
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptxBPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptxDenis Gagné
 
Standards-Based Low-Code Business Automation.pptx
Standards-Based Low-Code Business Automation.pptxStandards-Based Low-Code Business Automation.pptx
Standards-Based Low-Code Business Automation.pptxDenis Gagné
 

More from Denis Gagné (20)

Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Generative AI and Regulatory Compliance
Generative AI and Regulatory ComplianceGenerative AI and Regulatory Compliance
Generative AI and Regulatory Compliance
 
Automating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the EnterpriseAutomating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the Enterprise
 
Low Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdfLow Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdf
 
Data Validation in a Low-Code Environment
Data Validation in a Low-Code EnvironmentData Validation in a Low-Code Environment
Data Validation in a Low-Code Environment
 
From Laws and Regulations to Decision Automation
From Laws and Regulations to Decision AutomationFrom Laws and Regulations to Decision Automation
From Laws and Regulations to Decision Automation
 
Smart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and DecisionsSmart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and Decisions
 
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
 
Pharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and DecisionsPharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and Decisions
 
5 Mins Intro to CMMN
5 Mins Intro to CMMN5 Mins Intro to CMMN
5 Mins Intro to CMMN
 
Modelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical JourneyModelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical Journey
 
Intelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptxIntelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptx
 
Enabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptxEnabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptx
 
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMNBPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
 
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTIntegrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
 
Where to start from with BPM+ Health
Where to start from with BPM+ HealthWhere to start from with BPM+ Health
Where to start from with BPM+ Health
 
Where to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptxWhere to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptx
 
Event-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptxEvent-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptx
 
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptxBPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
 
Standards-Based Low-Code Business Automation.pptx
Standards-Based Low-Code Business Automation.pptxStandards-Based Low-Code Business Automation.pptx
Standards-Based Low-Code Business Automation.pptx
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 

Recently uploaded (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

How do you FEEL about Low Code .pptx

  • 1. Trisotech.com How do you FEEL about Low Code? Denis Gagne CEO & CTO DECISION CAMP 2022
  • 2. Trisotech.com Abstract  Digital transformation and the accelerated transition to remote work are contributing to a perfect technological storm. This perfect storm is indifferently hitting every industry around us. A particularly challenging vector of this technological storm is the ever- growing need for business automation to achieve digital transformation conflated with an ever-growing shortage of technology professionals and software developers. With most companies turning to technology to transform how they engage with customers; software developers are in high demand and short supply. It is clear that we cannot rely on this small number of specialized workers - software developers - to carry out the massive undertaking of digital transformation in organizations.  One way to weather the storm is to empower non-developers in organizations to automate business logic. Business knowledge workers within organizations have a clear understanding of the logic of the business. They have the best understanding of business workflows and decisions required to deliver and exceed the new and expected digital customer experience. They excel at business decision thinking. Then why not enable these business knowledge workers to become not only the business logic architects, but also the actual construction workforce of your digital transformation?  In this session we discuss the emergence of the low-code paradigm as a required enabler to the timely achievement of the desired digital transformation. We compare the notions of no-code, low-code and pro-code and discuss how business knowledge workers can learn to think more like software developers by adopting a Decision Thinking mindset. Using the Decision Model and Notation (DMN) as the cornerstone of decision thinking and the Friendly Enough Expression Language (FEEL) as the low-code language of choice, we show how business knowledge workers can take business automation to production faster, gain simple and efficient ways of making enhancements, and maintain the deployed automated business logic. FEEL is simple enough for business knowledge workers yet expressive and powerful enough for professional developers. In short, FEEL offers the perfect scaffolding for the automation of business logic. With FEEL as a low code language, business knowledge workers can truly become the artisans of the digital transformation. HOW DO FEEL ABOUT LOW CODE?
  • 3. Trisotech.com Outline  Our Current Context (It’s a wild world)  Weathering the Storm (Not just surviving but thriving)  No Code, Low Code, Pro Code (Software Development Paradigms)  FEEL (An ideal Low Code language!)  How does FEEL compare? (Is it really business friendly?)  Model Driven Development using FEEL (The best of all worlds!)  Conclusion (How do you FEEL about low-code now?) HOW DO FEEL ABOUT LOW CODE?
  • 5. Trisotech.com The world we live in Volatile Economic Outlook Ever-Growing Customer Expectations Increasing Regulatory Requirements Fast Evolving Technology Landscape Increasing Competition
  • 6. Adaptable Agile Flexible Resilient Antifragile Composable Every organization wants to be Adaptable o able to adjust to new conditions o able to be modified for a new use or purpose oxford Languages
  • 7. Digital Transformation Demand combined with Accelerated Transition to RemoteWork APerfect Technological Storm
  • 8. This Perfect Stormis indifferently hitting Every Industry aroundus
  • 9. A particularly challenging vector of this technological storm is the ever-growingneed for business automation to achieve digital transformation conflated with an ever-growingshortage of technology professionals and software developers
  • 10. Trisotech.com Weathering the Storm Not just surviving but thriving
  • 11. Trisotech.com Ever increasingdemands for Digital Transformation Growing cybersecurity,data privacy threats Accelerateddemand for Cloud Solutions Reality of Businesses
  • 12. Software Developers are in High Demand and Short Supply
  • 13. Increasethe number of people in the organization that can create Digital Business Solutions How to thrive in such context? Unleasha different Dev workforce
  • 14. Trisotech.com Options Hiring 01 Out- sourcing 02 Up-skilling 03 No availability in the market Themselves short on staff + lack domain and business specific knowledge The right idea, but how can we accelerate up-skilling ?
  • 15. Empower non-developers in organizations to automate business logic
  • 16. Business Knowledge Workers  Excel at business decision thinking  Have a clear understanding of the logic of the business  Have the best understanding of business workflows and decisions required  Know how to deliver and exceed the expected experience customer demand
  • 17. Business Knowledge Workers Use them not only as the business logic architects, but also as the actual construction workforce of your digital transformation
  • 18. The Best of both World Business Technologists: Job is technology but report to business Citizen Developers: Job is business but creates technology
  • 19. Trisotech.com No Code, Low Code, Pro Code Software Development Paradigms
  • 20. Trisotech.com WYSIWYG Clicks and Drag-and-drops My Definitions Business friendly expression languages Programming languages = = =
  • 21. Trisotech.com Lot of Market Confusion  Vendor Marketing and Analysts jockeying for attention  No-code, Low-code, Pro-code are Software Development Paradigms not Platforms  A platform can take advantage of all three paradigms  Trisotech certainly does
  • 22. No Code, Low Code Aim  Timely delivery of Digital Business Solutions  Optimize the development process of Digital Business Solutions  Democratize Digital Solution creation  Close the Business-IT divide
  • 23. No Code, Low Code Characteristics  Visual approach to Digital Business Solution development  Simple and concise language  Human friendly syntax  Reusability of existing capabilities
  • 24. No Code, Low Code Benefits  Higher productivity  Decreased costs  Improved adaptability  Lower dependency on IT
  • 25. No Code, Low Code Challenges  Vendor Lock-in o Non standardized platforms  Limited Expressiveness o to address sophisticated business Logic  Lack of Domain Specific Support o To ensure interoperability  The rise of the shadow IT o Proliferations of business applications
  • 26. Trisotech.com Digital Business Solution Development Paradigms Don’t be fooled by the shinny new object  To develop Digital Business Solutions with No Code and Low Code still requires a person to think analytically and multi-dimensionally (what I call cartesian thinking)  Along with a basic understanding of data and data types (e.g., why one cannot mathematically add a number and a text string)  a.k.a kind of think like a developer
  • 28. What is FEEL?  FEEL stands for Friendly Enough Expression Language  Created as part the Decision Model and Notation (DMN) Standard  A Standardized Expression Language from OMG  Standard Syntax  Standard Execution Semantics  Simple enough for non-technical people, expressive enough for technical people
  • 29. Trisotech.com FEEL Characteristics Functional Stateless Side Effectless Context Sensitive Means Variables are immutable Means Names/Terms can include spaces For more on Names/Terms see my presentation “What’s in a Name?” https://www.trisotech.com/business-vocabularies-business-rules-and-dmn/ Means A value is computed from its inputs Means A closed world assumption Given the same inputs , the same output is provided
  • 30. Trisotech.com FEEL Expressiveness  Typing: Simple and Structured types  Logical Operators: 3 Value Logic  Arithmetic Operators: inline operators
  • 31. Trisotech.com FEEL Expressiveness  User Defined Functions: Reusability  Core Functions: Logical, Text, Date & Time, List, Math, Context  Interval Functions: Temporal logic (during, coincides, after, starts, etc.)  Function Library Import: Domain Specific Functions (e.g. Automation, Financial, Healthcare, Utility, etc.)
  • 32. Trisotech.com FEEL: Friendly Enough  Names/Terms can include spaces making it [Business] Friendly Enough  FEEL becomes even more Friendly when combined with Boxed Expressions
  • 33. Trisotech.com FEEL Boxed Expressions  Allow FEEL expressions to be structured visually  A simple recursive tabular visual format  Composed of basic structures of Name: Expression For more on Boxed Expression examples see my presentation “Thinking inside the box” https://www.trisotech.com/thinking-inside-the-box-webinar/
  • 35. Trisotech.com FEEL Boxed Expression Example Natural Language Policy: The loan monthly installment is obtained by adding the loan monthly fee and the loan monthly repayment. A standard loan carries an $20 monthly fee while a special loan carries a $25 monthly fee. The loan monthly repayment is calculated based on the loan rate, term and amount using the standard financial monthly payment function.
  • 36. Trisotech.com FEEL Boxed Expression Example  Uses names/terms that are business friendly such as “Loan Monthly Installment” (none-cryptic, using spaces )  “Loan Monthly Installment” is a reusable function with defined parameters that I can call from anywhere in my FEEL logic  The value of “Loan Monthly Installment” is obtained by adding “Loan Monthly Fee” and “Loan Monthly Repayment”  The conditional logic of “Loan Monthly Fee” is obvious  “Loan Monthly Installment” value is obtained by calling a Domain Specific Functions. Function name “payment” is prefixed by its external provenance “financial” e.g., financial.payement()  The FEEL logic using business friendly names/terms is easily relatable to the descriptions/annotations taken verbatim from Natural Language Policy text.
  • 37. Trisotech.com FEEL Boxed Expression Example  I would argue that even without to the Natural Language description/annotation.  The FEEL logic using its business-friendly names/terms is easily understandable (maintainable, enhance-able, adapatable, etc.)
  • 38. Trisotech.com How does FEEL compare? Is it really business friendly?
  • 39. Trisotech.com Microsoft Excel  Microsoft Excel Formulas are often cited as, or perceived as, the quintessential expression language for business users  Microsoft Excel is also perceived as the go to platform for the creation of digital business solutions by business users
  • 40. Trisotech.com How does FEEL compare? Excel FEEL Boxed Expression  Cell coordinates (e.g., B1) and names/terms (e.g., “Loan Monthly Installment”) are coincidental i.e., un-related  Making cell B1 a re-useable function requires VBA coding
  • 41. Trisotech.com How doesFEEL compare? Excel FEEL Boxed Expression From Bruce Silver blog post “FEEL vs Excel Formulas” https://www.trisotech.com/feel-vs-excel-formulas/  “Last Word” value is obtained by filtering the last element (e.g., [-1]) of the “List of words”  “List of words” value is obtained by splitting the “Input String” into list elements (e.g., words) that were separated by a space (“ “)  I admit, I copied/pasted A2’s formula  Can anyone read it to me in terms I can understand  What does A2 do?
  • 42. Trisotech.com Model Driven Development using FEEL The best of all worlds!
  • 43. Trisotech.com Automated Business Decisions Automated Structured Business Process Automated Unstructured Business Process BPM+ A set of open visual modeling standards that captures the DNA of your organization  Business Decisions  Business Processes  Business Cases Model Driven Development
  • 45. Trisotech.com Placing FEEL at theCenterof Model Driven Development Automated Business Decisions Automated Structured Business Process Automated Unstructured Business Process BPM+ FEEL Using FEEL as the expression language to the complete BPM+ family of Model Driven Standards
  • 46. Trisotech.com The best of all worlds! FEEL and BPM+ together offers a powerful environment that brings Low Code, No Code and even Pro Code development paradigms together BPM+
  • 47. Trisotech.com Conclusion How do you FEEL about low-code now?
  • 48. Trisotech.com Don’t perceiveeverychallenge as a business problem to be solved, but rather as business decisions waiting to be made How to thrive? Adopt a Decision ThinkingMindset
  • 49. Trisotech.com Adopt the Decision Model and Notation (DMN) as the cornerstoneof decision thinking and the FriendlyEnough Expression Language (FEEL) as the LowCode language of choice How to thrive? Adopt a Decision ThinkingMindset
  • 50. Trisotech.com Conclusion Challengesof other NoCode,Low Codeapproaches  Vendor Lock-in o Non standardized platforms  Limited Expressiveness o to address sophisticated business Logic  Lack of Domain Specific Support o To ensure interoperability  The rise of the shadow IT o Proliferations of business applications HOW DO YOU FEEL ABOUT LOW CODE NOW ? FEEL  No vendor lock-in o It is an open standard  Simple enough for non-technical people, expressive enough for technical people o Continuously evolving via RTF  Domain Specific libraries o can be imported  Tame shadow IT with a o Model Driven approach that promotes Re-use and DevOps
  • 51. Any questions? THANKS! dgagne@Trisotech.com I hope this presentation made you FEEL good!

Editor's Notes

  1. To meet the demands of Digital Transformation, Enterprise Solutions need to exploit this new modern context: be customer focused, led by business, rapidly deployable, scalable and secured.
  2. To meet the demands of Digital Transformation, Enterprise Solutions need to exploit this new modern context: be customer focused, led by business, rapidly deployable, scalable and secured.
  3. To meet the demands of Digital Transformation, Enterprise Solutions need to exploit this new modern context: be customer focused, led by business, rapidly deployable, scalable and secured.
  4. To meet the demands of Digital Transformation, Enterprise Solutions need to exploit this new modern context: be customer focused, led by business, rapidly deployable, scalable and secured.