<?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 keeping business informed on technology</title>
	<atom:link href="https://istart.com.au/istart-author/will-bosma/feed/" rel="self" type="application/rss+xml" />
	<link>https://istart.com.au</link>
	<description>iStart keeping business informed on technology</description>
	<lastBuildDate>
	Wed, 01 Apr 2026 20:52:33 +0000	</lastBuildDate>
	<language>en-us</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.com.au/opinion-article/api-strategy-critical-devops-environment-2018/</link>
				<comments>https://istart.com.au/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.com.au/opinion-article/api-strategy-critical-devops-environment-2018/</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.com.au/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.com.au">iStart keeping business informed on technology</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.com.au/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.com.au">iStart keeping business informed on technology</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://istart.com.au/opinion-article/api-strategy-critical-devops-environment-2018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Australian retail: How to withstand the Amazon onslaught</title>
		<link>https://istart.com.au/opinion-article/australian-retail-how-withstand-amazon-onslaught/</link>
				<comments>https://istart.com.au/opinion-article/australian-retail-how-withstand-amazon-onslaught/#respond</comments>
				<pubDate>Tue, 24 Oct 2017 21:25:26 +0000</pubDate>
		<dc:creator><![CDATA[Jennene Kelly]]></dc:creator>
		
		<guid isPermaLink="false">https://istart.com.au/?post_type=opinion-article&#038;p=26193</guid>
				<description><![CDATA[<p>Impending arrival of retail juggernaut causing lost sleep for Australian retailers, writes MuleSoft’s Will Bosma…</p>
<p>The post <a rel="nofollow" href="https://istart.com.au/opinion-article/australian-retail-how-withstand-amazon-onslaught/">Australian retail: How to withstand the Amazon onslaught</a> appeared first on <a rel="nofollow" href="https://istart.com.au">iStart keeping business informed on technology</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>It might be good news for consumers that the U.S. retail giant is establishing warehousing and distribution facilities in Melbourne and is expected to officially launch operations in the country before the year’s end. But for retailers, the situation couldn’t be more different.</p>
<p>Domestic operators know they need to evolve in the face of this new and aggressive competition, yet many are unsure of exactly what strategy to take. One thing is, however, certain: business-as-usual is not an option.</p>
<p><strong>From transactions to relationships<br />
</strong>During the past decade, Australian retailers have established e-commerce channels to meet changing consumer expectations. With the rise of the web and mobile, consumers have come to enjoy the flexibility of shopping at convenient times and locations.</p>
<p>Meanwhile, most retailers have also continued to operate traditional physical shopfronts. Consumers enjoy browsing, fiddling with gadgets, trying on clothes, and soaking in the overall atmosphere a brand embodies. Done correctly, it draws customers in and brings them back for more.</p>
<p>However, attracting customers today depends on more. It’s not enough to simply provide transactions, whether online or in-person. Retailers need to create seamless, personalised experiences across channels at every touchpoint. Part of Amazon’s success is thanks to its relentless focus on the customer experience, paired with its ability to rapidly change those experiences.</p>
<p>If they are to match the pace of the undisputed leader, Australian retailers must become more agile across online and physical channels.</p>
<p><strong>Bridging the physical and digital divide<br />
</strong>A challenge faced by many retailers is blending physical and digital channels to complement one another. For many, supply chains are divergent and customer records are siloed within different systems. As a result, the retail experience is disjointed.</p>
<p>For example, sales associates often don’t know when loyal customers are on the shop floor and online portals often have no record of in-store purchases. In both scenarios, the retailer misses an opportunity to personalise the shopper’s journey and recommend companion items – something which is taken for granted on Amazon.com.</p>
<p>Achieving an effective multi-channel strategy and turning physical stores to a competitive advantage depends on data. Retailers need to bring it out of the depths of applications and to the forefront of business.</p>
<p>APIs, the digital glue that allows applications to connect and exchange data, is how to do it. In just one example which addresses a common problem, APIs can expose real-time store inventory to a website so customers can check availability prior to visiting a physical store. This eliminates frustrations resulting from sold-out merchandise.</p>
<p>By adopting an API-led approach to connectivity, retailers can build an application network that seamlessly connects their applications, data and devices. As a result, retailers can respond to evolving consumer expectations and market conditions. Instead of using point-to-point connections or isolated architectures, the application network provides an infrastructure for information exchange by allowing applications to be plugged into the network.</p>
<p>The network can be as simple as two nodes that enable two applications to share information, or it could span the enterprise and external ecosystems.</p>
<p><strong>The need for speed<br />
</strong>Surviving the Amazon age won’t happen with a disjointed approach. Retailers need to work hard, and fast, to blend their offline and online channels into a homogeneous whole.</p>
<p>Amazon is driving this strategy. As well as its massive online presence, it is establishing a network of physical stores. In 2015, Amazon opened a small space in Seattle&#8217;s University Village. This was followed earlier this year by the purchase of the U.S.-based Whole Foods supermarket chain.</p>
<p>Other online retailers like Alibaba and Warby Parker are doing the same. Alibaba purchased Suning, a chain of brick-and-mortar stores, while U.S.-based eyewear specialist Warby Parker opened physical stores and offers custom fittings and repairs.</p>
<p>Real stores provide opportunities to strengthen brands and customer relationships.</p>
<p>With Amazon opening its Australian doors soon, established retailers have a limited window of opportunity. Rather than building entire new platforms or infrastructures, it is best to start small and experiment. Not every initiative will succeed, so it&#8217;s a matter of trying, failing fast, and trying again.</p>
<p>It should also be remembered that data now lies at the heart of every customer experience. Backed by an API-led strategy, retailers can maximise the data they already have while tapping into new, valuable sources generated through other channels.</p>
<p>By getting into a data-driven retail future, Australian retailers have perhaps their best chance of standing up to the juggernaut.</p>
<p><strong><a class="cboxElement" 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" sizes="(max-width: 150px) 100vw, 150px" srcset="https://istart.com.au/wp-content/uploads/2016/12/writer_Will-Bosma.jpg 150w, https://istart.com.au/wp-content/uploads/2016/12/writer_Will-Bosma-50x50.jpg 50w" alt="Will Bosma" width="150" height="150" /></a>ABOUT WILL BOSMA//</strong></p>
<p><span style="color: #ff9900;"><a style="color: #ff9900;" href="https://au.linkedin.com/in/willbosma1" target="_blank" rel="noopener noreferrer">Will Bosma</a></span> is MuleSoft APAC VP.</p>

		</div> 
	</div> 
		</div> 
	</div> 
</div></section>
<p>The post <a rel="nofollow" href="https://istart.com.au/opinion-article/australian-retail-how-withstand-amazon-onslaught/">Australian retail: How to withstand the Amazon onslaught</a> appeared first on <a rel="nofollow" href="https://istart.com.au">iStart keeping business informed on technology</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://istart.com.au/opinion-article/australian-retail-how-withstand-amazon-onslaught/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How API-led connectivity is boosting digital transformation</title>
		<link>https://istart.com.au/opinion-article/api-led-connectivity-boosting-digital-transformation-project/</link>
				<comments>https://istart.com.au/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.com.au/?post_type=opinion-article&#038;p=18622</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.com.au/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.com.au">iStart keeping business informed on technology</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.com.au/wp-content/uploads/2016/12/writer_Will-Bosma.jpg 150w, https://istart.com.au/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.com.au/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.com.au">iStart keeping business informed on technology</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://istart.com.au/opinion-article/api-led-connectivity-boosting-digital-transformation-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
