{"id":51614,"date":"2025-09-08T22:05:07","date_gmt":"2025-09-08T22:05:07","guid":{"rendered":"https:\/\/www.europesays.com\/ie\/51614\/"},"modified":"2025-09-08T22:05:07","modified_gmt":"2025-09-08T22:05:07","slug":"application-modernization-and-herokus-path-ahead","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ie\/51614\/","title":{"rendered":"Application modernization and Heroku&#8217;s path ahead"},"content":{"rendered":"<p>Modern application development is under unprecedented pressure, with organizations racing to build and ship software at breakneck speed. Today\u2019s CEOs are being tasked with delivering modern, AI-driven apps, all while navigating fragmented infrastructure and mounting regulatory demands and an urgent need for application modernization.<\/p>\n<p>The rise of autonomous agents and the growing complexity of multicloud environments are forcing teams to move faster while still meeting high customer expectations and maintaining quality. In this new environment, platforms that aim to reduce operational friction and empower developers are fast becoming a necessity.<\/p>\n<p>\u201cThe number one goal for today\u2019s CIOs or CXOs in organizations is application modernization,\u201d said\u00a0<a href=\"https:\/\/www.linkedin.com\/in\/paulnashawaty\" rel=\"nofollow noopener\" target=\"_blank\">Paul Nashawaty<\/a>, principal analyst with theCUBE Research. \u201cThe two barriers that organizations run into with application modernization are complexity and skill gap issues.\u201d<\/p>\n<p>Findings from theCUBE Research suggest that 67% of organizations hire generalists over specialists, while most application modernization projects are expected to be completed within 12 to 18 months. While 24% of organizations aim to release code on an hourly basis, only 8% are currently able to achieve that level of frequency, according to Nashawaty.<\/p>\n<p>These issues were the focus of the recent <a href=\"https:\/\/siliconangle.com\/tag\/appdevsummit25eventpage\/\" rel=\"nofollow noopener\" target=\"_blank\">AppDev Done Right Summit<\/a>, which brought together leaders across the software development lifecycle to tackle the rising complexity and widening skill gaps that are stalling innovation in enterprise development. That involves application modernization, embedding security early, streamlining tools and more.<\/p>\n<p>The summit was structured around the full application lifecycle, from Day 0 design to Day 2 operations. DevSecOps was a unifying theme throughout, emphasizing security and automation at every stage. The summit featured tech vendors, including Heroku, Salesforce Inc.\u2019s platform-as-a-service, which\u00a0<a href=\"https:\/\/siliconangle.com\/2024\/12\/05\/heroku-platform-cloud-native-service-cloudhyperscaleraws\/\" rel=\"nofollow noopener\" target=\"_blank\">recently renovated<\/a> the Heroku platform to\u00a0<a href=\"https:\/\/blog.heroku.com\/next-generation-heroku-platform\" rel=\"nofollow noopener\" target=\"_blank\">encompass all the latest cloud technology<\/a>. Here\u2019s what Heroku said at the summit and how it sees the future of application modernization moving forward. (* Disclosure below.)<\/p>\n<p>Heroku aims to streamline Day 0<\/p>\n<p>The AppDev Done Right Summit was a chance to learn from Heroku about how the platform is evolving to meet application modernization demands. As a platform-as-a-service, Heroku aims to empower developers to streamline the path from idea to production, offering visibility across the full application lifecycle, from Day 0 planning to Day 2 operations and DevSecOps. Heroku has\u00a0<a href=\"https:\/\/siliconangle.com\/2025\/06\/18\/heroku-targets-developer-pain-points-application-development-appdevsummit\/\" rel=\"nofollow noopener\" target=\"_blank\">long made it its mission<\/a> to abstract away complexity so developers can focus on building value. It has long been recognized as a developer-friendly abstraction layer at the Day 0 stage, reducing cognitive overhead and simplifying operations to help teams confidently scale in this new era.<\/p>\n<p>A developer\u2019s most creative time is spent writing code and turning ideas into features or applications, but that actually makes up only a small fraction of their day. Much of their time is consumed by setting up environments, choosing tools and <a href=\"https:\/\/siliconangle.com\/2025\/08\/06\/app-development-ai-simplicity-scale-appdevsummit\/\" rel=\"nofollow noopener\" target=\"_blank\">getting to deployment<\/a>, according to <a href=\"https:\/\/www.linkedin.com\/in\/bettyjunod\/\" rel=\"nofollow noopener\" target=\"_blank\">Betty Junod<\/a> (pictured), chief marketing officer of Heroku.<\/p>\n<p>Heroku has a long history of delivering a great developer experience, but much of the real work happens on the platform side, Junod added. Most of its effort has gone into making sure applications can be deployed and run reliably over the long term while solving the challenges that come with that.<\/p>\n<p>\u201cThe application hasn\u2019t come to life if it\u2019s not actually running, if it\u2019s not serving customer traffic,\u201d Junod said.<\/p>\n<p>Heroku is designed to support any language, framework or dependency management stack developers already use, making it flexible and easy to adopt without changing existing workflows. Whether using Python, Go, Ruby or another language, Heroku allows developers to work in their usual local environment and deploy quickly with minimal setup. Reducing the time to that first deployment is critical for Day 0 operations, and it\u2019s an area where Heroku has consistently stood out, Junod explained.<\/p>\n<p>Connecting secure builds to smooth delivery<\/p>\n<p>During the Day 0 cycle, it\u2019s critical to have a platform that enables fast, efficient delivery. At the same time, DevSecOps is becoming table stakes, requiring security to be embedded from the start. Heroku and the CI\/CD pipeline ensure software supply chain integrity and continuous compliance across development workflows. So, how does that translate into helping with Day 1 delivery, especially when teams are pushing new products across different languages and codebases? The key advantage is how it streamlines the path from a lone developer coding on a laptop, through staging and production environments, to an entire team collaborating on the same codebase.<\/p>\n<p>Heroku streamlines team collaboration by integrating with source control providers, such as GitHub, and offering features such as review apps. When a developer pushes a branch, a review app is automatically created to show the differences between the original and updated application. Many teams build this into their software delivery and review workflow \u2014 pushing code, generating a review app, having someone check the changes and confirming the app behaves as intended.<\/p>\n<p>After the human-level review, the application can automatically promote through the pipeline without any manual steps. This approach ensures that human oversight happens where it\u2019s most valuable, while automation handles the rest of the delivery process efficiently. That\u2019s what makes Day 1 and Day 2 operations far more efficient.<\/p>\n<p>Boosting security and efficiency from build<\/p>\n<p>A deeper look at DevSecOps reveals its critical role across the entire CI\/CD pipeline, where it\u2019s increasingly seen as a baseline requirement. With that in mind, a key question is how Heroku aims to help drive the security elements of the CI\/CD pipeline. Each code change generates a layered image with a full software bill of materials that automatically flows through CI\/CD into a staging environment, according to Junod. Heroku always creates both staging and production, ensuring testing happens first before anything is promoted live.<\/p>\n<p>\u201cThey can do a sanity check,\u201d Junod said. \u201cIs it operating as designed before they deploy it to production, promote it to production?\u201d<\/p>\n<p>Heroku\u2019s consistent environments and automated pipeline that\u2019s already integrated and connected makes the entire development and delivery process much faster for teams, Junod added. This built-in consistency not only accelerates delivery, but also lays the foundation for stronger security practices.<\/p>\n<p>Using something such as Dockerfiles without a consistent build process often leads to \u201csecurity vulnerability proliferation,\u201d according to\u00a0<a href=\"https:\/\/www.linkedin.com\/in\/vishvananda\" rel=\"nofollow noopener\" target=\"_blank\">Vish Abrams<\/a>, former chief architect at Heroku. As each team defines its own setup for dependencies and installations, these individualized configurations tend to go out of date quickly.<\/p>\n<p>\u201cWhen you fix it in one place, you then have to go fix it in every place,\u201d he said. \u201cIf you centralize the build process through a consistent mechanism using something like buildpacks, then all of those concerns happen in one place in the system.\u201d<\/p>\n<p>Heroku uses a process called rebasing, which allows the platform to automatically update the underlying operating system layers of a container. This means developers can focus solely on their source code while Heroku automatically pulls in updates to address security vulnerabilities throughout the application\u2019s lifecycle.<\/p>\n<p>Part of theCUBE\u2019s <a href=\"https:\/\/siliconangle.com\/tag\/appdevsummit25eventpage\/\" rel=\"nofollow noopener\" target=\"_blank\">AppDev Done Right Summit<\/a> Day 2 research highlighted observability, cloud spend and performance tuning as key operational priorities. In that context, it\u2019s important to note how Heroku aims to help organizations balance developer velocity with cost-effective observability, especially from a Day 0 perspective.<\/p>\n<p>A key part of platform economics is flipping the script by focusing on what Heroku provides as a baseline: what\u2019s built in, automated and managed. By handling selection, integration, security and automation, Heroku enables customers to spend most of their time on the application itself, which is the part that captures customer attention and drives revenue, according to Junod.<\/p>\n<p>\u201cWe are doing the platform economics at a scale across our thousands and thousands of customers. Then the auto-scaling and the automation that we\u2019ve built in really help customers be able to use the right amount of resources at the right time based on the load on that application,\u201d she said.<\/p>\n<p>Heroku provides built-in metrics that let users track application performance over time. For certain languages like Java, developers can access deeper instrumentation right out of the box, making performance insights easily accessible without extra setup. For more advanced use cases, Heroku supports exporting OpenTelemetry data directly from the system and applications. Once usage and performance are understood, Heroku also offers simple tools to scale applications up or down as needed.<\/p>\n<p>Preparing for the AI shift with application modernization<\/p>\n<p>During the Summit, AI-enhanced developer tooling emerged as a major theme. With that in mind, a key question is how Heroku is enabling AI-native application development and supporting AI-assisted agents within developer workflows. The company approaches AI in two ways. One focuses on using AI to write the code deployed to the platform, and the other enables AI agents and tooling within applications running on Heroku.\u00a0<\/p>\n<p>For the first category, the team is taking a broader, open-source-oriented approach. As part of this, Heroku is updating the\u00a0<a href=\"https:\/\/www.heroku.com\/blog\/heroku-open-sources-twelve-factor-app-definition\/\" rel=\"nofollow noopener\" target=\"_blank\">Twelve-Factor App Manifesto<\/a>, originally created to guide developers in building scalable and maintainable applications. For the latter, Heroku recently launched managed inference and agents, allowing developers to easily integrate large language models and build powerful AI features. It allows developers to use tools such as LangChain and Python with minimal setup, according to Junod.<\/p>\n<p>Insights from the AppDev Done Right Summit also show that many organizations are shifting toward cloud-native and Kubernetes-based architectures. It\u2019s something Heroku has had its eye on in recent years.<\/p>\n<p>\u201cCloud-native is a massive movement; the cloud is built on open source, and Kubernetes is the operating system of the cloud. And in an even shorter amount of time, we have seen AI become pervasive in every facet of life, business and technology \u2014 specifically in the software delivery lifecycle,\u201d reads a\u00a0<a href=\"https:\/\/www.heroku.com\/blog\/next-generation-heroku-platform\/\" rel=\"nofollow noopener\" target=\"_blank\">Heroku blog<\/a>.<\/p>\n<p>These tools are undoubtedly powerful, and every stage of the modern software lifecycle is under pressure to evolve. As organizations reassess their strategies and consider application modernization, platforms such as Heroku aim to simplify complexity while boosting developer speed and guiding teams through a rapidly changing landscape.<\/p>\n<p>\u201cIt\u2019s a pivot point in the industry, and it\u2019s definitely going to be dynamic and fluid. So, hang on and buckle up, because you\u2019re in for a ride,\u201d Nashawaty said.<\/p>\n<p>(* Disclosure: Heroku from Salesforce Inc. is a sponsor of the AppDev Done Right Summit, an event produced by theCUBE Research. Sponsors do not have editorial control over content on theCUBE or SiliconANGLE.)<\/p>\n<p>Photo: SiliconANGLE<\/p>\n<p>Support our mission to keep content open and free by engaging with theCUBE community. <strong>Join theCUBE\u2019s Alumni Trust Network<\/strong>, where technology leaders connect, share intelligence and create opportunities.<\/p>\n<ul>\n<li class=\"text-xl md:text-2xl text-gray-300 mb-8 max-w-4xl mx-auto\" data-replit-metadata=\"client\/src\/pages\/Home.tsx:123:12\" data-component-name=\"p\"><strong>15M+ viewers of theCUBE videos<\/strong>, powering conversations across AI, cloud, cybersecurity and more<\/li>\n<li data-replit-metadata=\"client\/src\/pages\/Home.tsx:123:12\" data-component-name=\"p\"><strong>11.4k+ theCUBE alumni<\/strong> \u2014 Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.<\/li>\n<\/ul>\n<p><strong>About SiliconANGLE Media<\/strong><\/p>\n<p>SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of <a href=\"https:\/\/cts.businesswire.com\/ct\/CT?id=smartlink&amp;url=https%3A%2F%2Fsiliconangle.com%2F&amp;esheet=54119777&amp;newsitemid=20240910506833&amp;lan=en-US&amp;anchor=SiliconANGLE&amp;index=9&amp;md5=646b1b564e2259100a2b8638aab0a552\" rel=\"nofollow noopener\" target=\"_blank\">SiliconANGLE<\/a>, <a href=\"https:\/\/cts.businesswire.com\/ct\/CT?id=smartlink&amp;url=https%3A%2F%2Fwww.thecube.net%2F&amp;esheet=54119777&amp;newsitemid=20240910506833&amp;lan=en-US&amp;anchor=theCUBE+Network&amp;index=10&amp;md5=7de2a85f95ab4a4a495cede20b8cb1da\" rel=\"nofollow noopener\" target=\"_blank\">theCUBE Network<\/a>, <a href=\"https:\/\/cts.businesswire.com\/ct\/CT?id=smartlink&amp;url=https%3A%2F%2Fthecuberesearch.com%2F&amp;esheet=54119777&amp;newsitemid=20240910506833&amp;lan=en-US&amp;anchor=theCUBE+Research&amp;index=11&amp;md5=7bb33676722925eb57d588ec343e4f6f\" rel=\"nofollow noopener\" target=\"_blank\">theCUBE Research<\/a>, <a href=\"https:\/\/cts.businesswire.com\/ct\/CT?id=smartlink&amp;url=https%3A%2F%2Fwww.cube365.net%2F&amp;esheet=54119777&amp;newsitemid=20240910506833&amp;lan=en-US&amp;anchor=CUBE365&amp;index=12&amp;md5=d310fb35919714e66ad8d42c9c0c1bc6\" rel=\"nofollow noopener\" target=\"_blank\">CUBE365<\/a>, <a href=\"https:\/\/cts.businesswire.com\/ct\/CT?id=smartlink&amp;url=https%3A%2F%2Fwww.thecubeai.com%2F&amp;esheet=54119777&amp;newsitemid=20240910506833&amp;lan=en-US&amp;anchor=theCUBE+AI&amp;index=13&amp;md5=b8b98472f8071b23ebb10ab9a8dd0683\" rel=\"nofollow noopener\" target=\"_blank\">theCUBE AI<\/a> and theCUBE SuperStudios \u2014 with flagship locations in Silicon Valley and the New York Stock Exchange \u2014 SiliconANGLE Media operates at the intersection of media, technology and AI.<\/p>\n<p>Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.<\/p>\n","protected":false},"excerpt":{"rendered":"Modern application development is under unprecedented pressure, with organizations racing to build and ship software at breakneck speed.&hellip;\n","protected":false},"author":2,"featured_media":51615,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[74],"tags":[18,37940,37941,19,17,37939,2082,82],"class_list":{"0":"post-51614","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-technology","8":"tag-eire","9":"tag-from-first-deploy-to-ai-integration","10":"tag-heres-how-heroku-sees-the-future-of-appdev-taking-shape","11":"tag-ie","12":"tag-ireland","13":"tag-ryan-stevens","14":"tag-siliconangle","15":"tag-technology"},"share_on_mastodon":{"url":"","error":""},"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/posts\/51614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/comments?post=51614"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/posts\/51614\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/media\/51615"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/media?parent=51614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/categories?post=51614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ie\/wp-json\/wp\/v2\/tags?post=51614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}