<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Will Bosma &#8211; iStart leading the way to smarter technology investment.</title>
	<atom:link href="https://istart.co.nz/istart-author/will-bosma/feed/" rel="self" type="application/rss+xml" />
	<link>https://istart.co.nz</link>
	<description>iStart technology in business leading the way to smarter technology investment - A/NZ ERP, CRM, BI, HR, eCommerce software research, trends and buyer&#039;s guides.</description>
	<lastBuildDate>
	Wed, 13 May 2026 10:52:29 +0000	</lastBuildDate>
	<language>en-nz</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Why an API strategy is critical for your DevOps environment in 2018</title>
		<link>https://istart.co.nz/nz-opinion-article/api-strategy-critical-devops-environment-2018/</link>
				<comments>https://istart.co.nz/nz-opinion-article/api-strategy-critical-devops-environment-2018/#respond</comments>
				<pubDate>Wed, 10 Jan 2018 22:51:32 +0000</pubDate>
		<dc:creator><![CDATA[Hayden McCall]]></dc:creator>
		
		<guid isPermaLink="false">https://istart.co.nz/?post_type=opinion-article&#038;p=26861</guid>
				<description><![CDATA[<p>As organisations plan their IT strategies for 2018, increasing attention is being given to DevOps, writes Will Bosma...</p>
<p>The post <a rel="nofollow" href="https://istart.co.nz/nz-opinion-article/api-strategy-critical-devops-environment-2018/">Why an API strategy is critical for your DevOps environment in 2018</a> appeared first on <a rel="nofollow" href="https://istart.co.nz">iStart leading the way to smarter technology investment.</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Widely embraced by software developers for boosting IT performance, DevOps is also a rethink of IT culture. It helps organisations change the way new software is created and released, taking a path of rapid iteration over getting it right the first time. For example, rather than holding back code until a complex application is finalised, it is instead delivered in discrete components which are improved over time.</p>
<p>While DevOps can boost both IT’s performance and the business’ bottom line, there is an equally important ingredient required to extract maximum value from DevOps: an API strategy. With an API-led approach to connectivity, organisations can quickly turn any asset into a managed API that’s easily discoverable and consumable, ensuring efforts aren’t needlessly replicated across the business. According to MuleSoft’s <a href="https://www.mulesoft.com/lp/reports/2017-connectivity-benchmark">2017 Connectivity Benchmark Repor</a><a href="https://www.mulesoft.com/lp/reports/2017-connectivity-benchmark">t</a>, 94 percent of IT leaders said they can deliver products and services to market faster with APIs.</p>
<p>As organisations look to implement DevOps in 2018, a successful pairing with APIs is critical. While great alone, DevOps and APIs are better together.</p>
<p><strong>Rethinking IT</strong></p>
<p>DevOps is a profound shift in IT culture, a shift that demands a rethink of IT processes, technology and the way people work. Many start the journey by selecting technology that helps development teams remove waste and inefficiency from their software development lifecycle. A common first step is to establish continuous integration processes, taking advantage of tools like Maven and GitHub to automate repeatable aspects of the SDLC. The next step is to produce software artifacts efficiently, creating a complete pipeline that takes code from concept to production in a repeatable and secure fashion.</p>
<p>However, code produced via this pipeline will not necessarily provide maximum business value unless it’s given full visibility to the rest of the organisation. DevOps can only take the code production machine so far. In order to scale securely, IT needs to shift its thinking to an operating model focused on the production as well as the <em>consumption</em> of assets. This new model allows teams to produce reusable assets in a manner visible to central IT, who then can enable the consumption of those assets by making them discoverable through APIs for self service.</p>
<p>Additionally, processes and technology are nothing if teams don’t adopt them and think about them in the right way. If organisations are not embracing agile delivery and thinking about test-driven development, then trying to implement DevOps will not be successful. When done right, DevOps can increase speed to market by allowing organisations to get new products out the door quickly without sacrificing quality.</p>
<p><strong>The importance of APIs</strong></p>
<p>APIs provide a secure approach for connecting and exposing assets. Therefore, when tasked with building a new application or asset, a team can leverage these reusable components, eliminating a great deal of time and resources needed to start every project from scratch. Furthermore, it also makes it much easier to join other value chains by exposing these capabilities to partners, third parties and other consumers.</p>
<p>DevOps pioneer Spotify, for example, uses reusable APIs to support rapid business growth across 60 countries. Because it was so easy for the company to produce and deploy assets under its DevOps model, there were often duplicates of applications created by multiple departments and those applications existed in silos. In order to open up the business more and support rapid customer acquisition, Spotify built an application network to improve information sharing across the business, as well as to securely expose out assets to third parties and partners. As a result, Spotify is creating faster time-to-market for numerous business functions.</p>
<p>For companies looking to strengthen their DevOps environment with APIs, below are five main considerations to get started:</p>
<p><strong><em>Build automation:</em></strong> As teams build new applications, recipes should be created that allow the application to be reassembled correctly each time it’s taken apart for changes and updates. Applications often contain multiple connectors, file systems, artifacts, databases and even tests. Each in turn have specific configurations, so using built-in and supported automation tools like Maven can streamline delivery and eliminate errors.</p>
<p><strong><em>Test automation:</em></strong> Most developers wait until their code is complete to author tests. Instead, developers should author tests before writing a single line of code using mock data. As a result, code can be shifted from development to deployment much more rapidly.</p>
<p><strong><em>Version control:</em></strong> Effective version control allows developers to commit code across a disparate set of teams, driving parallel development and offering instant visibility into changes that are not compatible with what others have been doing. Version control is best managed using systems such as GitHub and SVN.</p>
<p><strong><em>Deployment automation:</em></strong> As with creating a recipe for how an application is built, a recipe for how applications are deployed should also be created. The recipe should help determine which environments the applications should be deployed to, how they are promoted across environments (e.g., dev, QA, security, production), how the configurations change by environment and how software can be blocked from being deployed if it fails critical tests. A popular solution used to deliver this aspect of the pipeline is Jenkins.</p>
<p><strong><em>Reuse:</em></strong> Finally, great DevOps practices focus on one additional element: reuse. With an API-led connectivity approach, teams can ensure that as an asset moves through the pipeline others are aware of it, can securely access it and know how to effectively use it.</p>
<p>DevOps can help companies increase reliability and minimise disruption, helping them move faster and adjust to change with greater ease. Yet, it’s an approach that needs to be undertaken with a holistic understanding of how technology, processes and teams work together. Following a combined DevOps and API-led approach to connectivity can ensure this goal is achieved.</p>
<p>//About</p>
<p>Will Bosma is vice president APAC at MuleSoft.</p>
<p>The post <a rel="nofollow" href="https://istart.co.nz/nz-opinion-article/api-strategy-critical-devops-environment-2018/">Why an API strategy is critical for your DevOps environment in 2018</a> appeared first on <a rel="nofollow" href="https://istart.co.nz">iStart leading the way to smarter technology investment.</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://istart.co.nz/nz-opinion-article/api-strategy-critical-devops-environment-2018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How API-led connectivity is boosting digital transformation</title>
		<link>https://istart.co.nz/nz-opinion-article/api-led-connectivity-boosting-digital-transformation-project/</link>
				<comments>https://istart.co.nz/nz-opinion-article/api-led-connectivity-boosting-digital-transformation-project/#respond</comments>
				<pubDate>Fri, 09 Dec 2016 01:43:13 +0000</pubDate>
		<dc:creator><![CDATA[Jennene Kelly]]></dc:creator>
		
		<guid isPermaLink="false">https://istart.co.nz/opinion-article/api-led-connectivity-boosting-digital-transformation-project/</guid>
				<description><![CDATA[<p>Many businesses across Australia and New Zealand currently have some sort of digital transformation project underway, muses Will Bosma…</p>
<p>The post <a rel="nofollow" href="https://istart.co.nz/nz-opinion-article/api-led-connectivity-boosting-digital-transformation-project/">How API-led connectivity is boosting digital transformation</a> appeared first on <a rel="nofollow" href="https://istart.co.nz">iStart leading the way to smarter technology investment.</a>.</p>
]]></description>
								<content:encoded><![CDATA[<section class="vc_section_wrapper"><div class="wpb_row row-fluid">
	<div class="span12 wpb_column column_container">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>But even so, the term itself means different things to different people. Some equate it with a tactical initiative such as going paperless, while for others it means undertaking organisation-wide transformative initiatives that deliver speed and agility.</p>
<p>Research undertaken for MuleSoft&#8217;s <span style="color: #ff9900;"><a style="color: #ff9900;" href="https://www.mulesoft.com/lp/reports/2016-connectivity-benchmark" target="_blank" rel="noopener noreferrer">2016 Connectivity Benchmark Report</a></span> found that 73 per cent of Australian organisations are reporting that they are already executing on digital transformation strategies with almost half (43 per cent) reporting significant progress. This was the highest result of any country surveyed for the report.</p>
<p>In many cases, the initial motivation for starting down the digital transformation path occurs when an organisation experiences a disruption to its existing operations. “Digital Darwinism” awaits those which don’t respond – the average life of a company on the S&amp;P 500 index has plummeted to 18 years – <span style="color: #ff9900;"><a style="color: #ff9900;" href="https://hbr.org/2014/04/the-art-of-corporate-endurance" target="_blank" rel="noopener noreferrer">down from more than 60 years in the 1960’s</a></span>.</p>
<p>When it comes to digital transformation, some businesses mistakenly think that the changes to make relate only to their IT department. However, to truly digitally transform, a business needs to adopt an entirely new operating model that allows both the business and IT to build, innovate and deliver on stated objectives together. While some still believe it’s the large who beat the small, it’s the fast who beat the slow.</p>
<p><strong>Closing the IT delivery gap<br />
</strong>While adopting a new operating model will deliver benefits, further initiatives are needed to close the IT delivery gap. One of the most important is to enable business-wide reuse and discovery by using an API-led approach that unlocks the value of existing systems, thereby allowing for rapid innovation without compromising the security and control of critical data and infrastructure. APIs can be used everywhere – including building orchestration services or experience services in the form of new mobile apps or portals or whatever the case may be. The end result is building an application network, from the bottom up, which connects every application, every device and every source of data. Every node that is added to the network adds value to every other node.</p>
<p>Rather than having point-to-point connections or fixed linkages between systems, applications and data stores, an application network allows resources to be plugged in using APIs. In time, some of this will be automated through machine learning and AI.</p>
<p>This API-led approach allows for rapid development of new features and services without requiring large-scale changes to be made to the underlying infrastructure. The result is a more agile and responsive organisation, which can add in new technologies to drive innovation, launch new products quickly and secure improved revenue opportunities.</p>
<p><strong>Taking a bite-sized approach<br />
</strong>Building an application network does not have to be a mammoth task that risks overwhelming those involved. Instead, it can emerge as all connectivity is driven by APIs, which are treated as products themselves – and designed for consumption from the beginning. APIs that have a full lifecycle from design to retirement and are the fundamental building block for all connectivity – internal and external.</p>
<p>It also requires a very different operating model in IT – it’s not just about the technology but it’s also about the people and the processes and changing how they all come together to deliver speed and agility.</p>
<p>Digital transformation is a process that may never be finished, and organisations will find they may well have to change their overall approach to IT. Those that will truly succeed in the digital age will be the ones that leverage APIs to deliver reusable assets and improve the way they operate and scale.</p>
<p>By focusing less on tactical implementations like going paperless and more on a cultural transformation that shifts IT’s role from a centralised support function to a business enabler, IT and business leaders can drive digital transformation initiatives to the finish line faster than competition.</p>
<p><strong><br />
<a href="https://istart.com.au/wp-content/uploads/2016/12/writer_Will-Bosma.jpg"><img class="alignright size-full wp-image-18623" src="https://istart.com.au/wp-content/uploads/2016/12/writer_Will-Bosma.jpg" alt="Will Bosma" width="150" height="150" srcset="https://istart.co.nz/wp-content/uploads/2016/12/writer_Will-Bosma.jpg 150w, https://istart.co.nz/wp-content/uploads/2016/12/writer_Will-Bosma-50x50.jpg 50w" sizes="(max-width: 150px) 100vw, 150px" /></a>ABOUT WILL BOSMA//</strong></p>
<p><a style="color: #ff9900;" href="https://au.linkedin.com/in/willbosma1">Will Bosma</a> is MuleSoft APAC VP.</p>

		</div> 
	</div> 
		</div> 
	</div> 
</div></section>
<p>The post <a rel="nofollow" href="https://istart.co.nz/nz-opinion-article/api-led-connectivity-boosting-digital-transformation-project/">How API-led connectivity is boosting digital transformation</a> appeared first on <a rel="nofollow" href="https://istart.co.nz">iStart leading the way to smarter technology investment.</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://istart.co.nz/nz-opinion-article/api-led-connectivity-boosting-digital-transformation-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
