-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (17 loc) · 7.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Hybrid Modernization - A new mindset for application modernization</title><meta name="description" content="Acceleration of application modernization using platform technologies. Extension of existing applications and computer systems using platform technologies such as low code, cloud platforms, and other high-leverage technologies, enabling companies to do more with less."><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://www.hybridmodernization.com/"><link rel="alternate" type="application/atom+xml" href="https://www.hybridmodernization.com/feed.xml"><link rel="alternate" type="application/json" href="https://www.hybridmodernization.com/feed.json"><meta property="og:title" content=" Hybrid Modernization - A new mindset for application modernization"><meta property="og:site_name" content=" Hybrid Modernization - A new mindset for application modernization"><meta property="og:description" content="Acceleration of application modernization using platform technologies. Extension of existing applications and computer systems using platform technologies such as low code, cloud platforms, and other high-leverage technologies, enabling companies to do more with less."><meta property="og:url" content="https://www.hybridmodernization.com/"><meta property="og:type" content="website"><style>:root{--body-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--heading-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--logo-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--menu-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}</style><link rel="stylesheet" href="https://www.hybridmodernization.com/assets/css/style.css?v=63bab52f115a31226141897ceb8d019f"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"Hybrid Modernization","url":"https://www.hybridmodernization.com/"}</script></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="https://www.hybridmodernization.com/">Hybrid Modernization</a></header><main><article class="post"><div class="hero"><header class="hero__content"><div class="wrapper"><h1>The Hybrid Modernization Philosophy </h1></div></header></div><div class="wrapper post__entry"><figure class="blockquote"><blockquote>"So the code that's the fastest to write, the code that's the easiest to maintain, and the code that never breaks, is the code you don't write. So that's our strategy, write a lot less code."</blockquote><figcaption>Steve Jobs presenting NEXT computers to MIT in 1992.</figcaption></figure><p>Hybrid Modernization is an approach to modernizing technology capabilities by bridging legacy systems with platform technologies including Platform-as-a-Service (PaaS) and application layer low code and no code solutions.</p><p><a href="https://www.proactivelogic.com/">Proactive Logic Consulting Inc.</a> started using the term Hybrid Modernization to describe the approach using low code applications to produce high quality technical solutions faster than previous modernization approaches. </p><p>The spirit of hybrid modernization is to do more with less by leveraging code and technologies managed at scale by other companies. As an industry, we started to see this shift in the cloud with a move from Infrastructure-as-a-Service (IaaS) to PaaS. Now our industry is shifting platform enablement to the application layer using low code toolsets across user interface, data integration, data storage, automation, machine learning, and business intellegence.<br></p><p><b>Hybrid Modernization Principles</b></p><ol><li><span style="color: var(--eb-text-primary-color); font-family: var(--font-base); font-size: 1em; font-weight: var(--font-weight-normal);">Hybrid modernization solutions should drastically improve time-to-value by providing working software early and often.</span><br></li><li><span style="color: var(--eb-text-primary-color); font-family: var(--font-base); font-size: 1em; font-weight: var(--font-weight-normal);">Hybrid modernization drives down the cost experimentation so that companies have more chances to discover a breakthrough with uncapped upside. In other words, more chances at bat to hit a ball that scores a thousand runs.<br></span></li><li>Hybrid modernization should reduce business risk by limiting the number of "no turning back" or very costly course changing decisions.</li><li>Hybrid modernization should produce usable applications on production data. In other words, early prototypes should create business value against production data.</li><li>Hybrid modernization apps should become more secure without explicit action. In other words, vendors should patch your applications to fix vulnerabilities.</li><li>Hybrid modernization solutions should favor no code or low code before writing custom code.<br></li><li>Hybrid modernization teams must shift from low cost individuals producing large swaths of hard to maintain code to high impact individuals that produce great solutions with less code and more great decisions.</li><li>Hybrid modernization teams must work directly with front line workers to solve real problems using a grass roots innovation approach.<br></li><li>Hybrid modernization teams have the ability to integrate complex backend systems using traditional high-code enterprise grade coding practices when appropriate.<br></li><li>Hybrid modernization solutions evolve to increase leverage by using new platform technologies to replace previous high-code solutions when new platform capabilities become available.<br></li></ol></div></article></main><footer class="footer"><div class="footer__copyright"><p>Copyright <a href="https://www.proactivelogic.com/">Proactive Logic Consulting Inc.</a> 2022</p></div><button class="footer__bttop js-footer__bttop" aria-label="Back to top"><svg><title>Back to top</title><use xlink:href="https://www.hybridmodernization.com/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script>window.publiiThemeMenuConfig = {
mobileMenuMode: 'sidebar',
animationSpeed: 300,
submenuWidth: 'auto',
doubleClickTime: 500,
mobileMenuExpandableSubmenus: true,
relatedContainerForOverlayMenuSelector: '.top',
};</script><script defer="defer" src="https://www.hybridmodernization.com/assets/js/scripts.min.js?v=f4c4d35432d0e17d212f2fae4e0f8247"></script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>