<?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>code Archives - WardNet</title>
	<atom:link href="https://www.wardnet.co.uk/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wardnet.co.uk/tag/code/</link>
	<description>Infrastructure, ERP and General Technology Blog</description>
	<lastBuildDate>Tue, 28 Apr 2026 07:55:19 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://i0.wp.com/www.wardnet.co.uk/wp-content/uploads/2026/01/wp-1767387074640.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>code Archives - WardNet</title>
	<link>https://www.wardnet.co.uk/tag/code/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">63479081</site>	<item>
		<title>From Curiosity to Capability: What My AI Learning Journey Has Actually Delivered</title>
		<link>https://www.wardnet.co.uk/from-curiosity-to-capability-what-my-ai-learning-journey-has-actually-delivered/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 07:55:13 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[AIAssistant]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Vibe coding]]></category>
		<guid isPermaLink="false">https://www.wardnet.co.uk/?p=727</guid>

					<description><![CDATA[<p>The exploration of AI in software delivery highlights its role as an enhancer rather than a replacement for developers. AI improves understanding, quality, and efficiency across various stages, especially within legacy systems. Key benefits include higher confidence in changes, accelerated onboarding, and effective modifications to tools, showcasing AI's potential for long-term integration in development processes.</p>
<p><a href="https://www.wardnet.co.uk/from-curiosity-to-capability-what-my-ai-learning-journey-has-actually-delivered/">From Curiosity to Capability: What My AI Learning Journey Has Actually Delivered</a></p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading">Introduction</h1>



<p class="wp-block-paragraph">Over the past few weeks, I’ve been deliberately exploring how AI can support real-world software delivery—not as a novelty, but as a practical tool embedded into day-to-day engineering work.</p>



<p class="wp-block-paragraph">This hasn’t been about generating code for the sake of it. Instead, it’s been about applying AI across different types of ownership, complexity, and lifecycle stages of software. What’s emerged is a clearer picture: AI is most valuable not when it replaces development, but when it accelerates understanding, improves quality, and reduces friction.</p>



<p class="wp-block-paragraph">Here’s how that has played out in practice.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">1. Improving Code I Already Own</h2>



<p class="wp-block-paragraph">The easiest place to start was with code I had written myself—tools that are already in use and solving real problems.</p>



<p class="wp-block-paragraph">Because I understood the intent and behaviour of these applications, AI became a powerful second pair of eyes. I used it to:</p>



<ul class="wp-block-list">
<li>Generate unit tests for areas that had little or no coverage</li>



<li>Identify gaps in build and deployment pipelines</li>



<li>Highlight potential security concerns</li>



<li>Suggest refactoring opportunities for readability and maintainability</li>
</ul>



<p class="wp-block-paragraph">The result wasn’t dramatic rewrites. Instead, it was steady, compounding improvement:</p>



<ul class="wp-block-list">
<li>Higher confidence in changes due to better test coverage</li>



<li>More reliable builds and deployments</li>



<li>Reduced time spent on manual code reviews</li>



<li>Cleaner, more maintainable codebases</li>
</ul>



<p class="wp-block-paragraph">This is where AI felt most immediately productive—augmenting existing knowledge rather than trying to replace it.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">2. Making Sense of Legacy Systems</h2>



<p class="wp-block-paragraph">A more interesting challenge came from systems I hadn’t written—particularly those with limited documentation and where historical knowledge had faded over time.</p>



<p class="wp-block-paragraph">Here, AI acted less like a coding assistant and more like a translation layer.</p>



<p class="wp-block-paragraph">I used it to:</p>



<ul class="wp-block-list">
<li>Analyse unfamiliar code and explain intent</li>



<li>Generate technical documentation from existing implementations</li>



<li>Identify outdated dependencies and suggest upgrade paths</li>



<li>Propose test strategies for systems that had none</li>
</ul>



<p class="wp-block-paragraph">What would typically take days of manual exploration could be accelerated significantly. More importantly, it reduced the risk of “guesswork engineering”—making changes without fully understanding the system.</p>



<p class="wp-block-paragraph">Key outcomes included:</p>



<ul class="wp-block-list">
<li>Faster onboarding into legacy systems</li>



<li>Improved stability through better understanding</li>



<li>Reduced reliance on tribal knowledge</li>



<li>A foundation for future modernisation</li>
</ul>



<p class="wp-block-paragraph">This was one of the most valuable use cases: turning unknown systems into known ones.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">3. Tailoring the Tools I Use Every Day</h2>



<p class="wp-block-paragraph">Another unexpected benefit came from applying AI to open-source tools I use regularly.</p>



<p class="wp-block-paragraph">Instead of working around limitations or minor frustrations, I was able to:</p>



<ul class="wp-block-list">
<li>Explore the codebase quickly</li>



<li>Identify the root cause of issues</li>



<li>Implement targeted fixes or enhancements</li>
</ul>



<p class="wp-block-paragraph">AI reduced the barrier to entry for modifying third-party code. Tasks that might previously have felt too time-consuming or complex became achievable in a short space of time.</p>



<p class="wp-block-paragraph">The impact here was subtle but meaningful:</p>



<ul class="wp-block-list">
<li>Smoother day-to-day workflows</li>



<li>Faster resolution of small but persistent issues</li>



<li>Greater control over the tools I rely on</li>
</ul>



<p class="wp-block-paragraph">It shifted the mindset from “adapting to tools” to “adapting tools to fit the way I work.”</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">4. Reviving Older, Customer-Facing Solutions</h2>



<p class="wp-block-paragraph">Some of the most challenging scenarios involved older solutions that are still in use but no longer actively developed.</p>



<p class="wp-block-paragraph">These tend to surface through support cases or escalations, often requiring rapid understanding and targeted fixes.</p>



<p class="wp-block-paragraph">AI proved particularly useful in:</p>



<ul class="wp-block-list">
<li>Interpreting older coding patterns and structures</li>



<li>Diagnosing issues from limited context</li>



<li>Suggesting safe, minimal changes to resolve problems</li>



<li>Documenting behaviour that had never been formally captured</li>
</ul>



<p class="wp-block-paragraph">This led to:</p>



<ul class="wp-block-list">
<li>Faster resolution times for complex issues</li>



<li>Fewer repeat incidents</li>



<li>Increased confidence when working in fragile codebases</li>
</ul>



<p class="wp-block-paragraph">Rather than treating these systems as untouchable, AI made them accessible again.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">5. Enhancing Actively Maintained Solutions</h2>



<p class="wp-block-paragraph">Finally, I applied the same approaches to modern, actively maintained solutions—where expectations around quality, security, and consistency are much higher.</p>



<p class="wp-block-paragraph">In this space, AI supported:</p>



<ul class="wp-block-list">
<li>Continuous improvement of test coverage</li>



<li>Ongoing security reviews</li>



<li>Documentation generation and updates</li>



<li>Ensuring alignment with current platform standards</li>
</ul>



<p class="wp-block-paragraph">The key difference here is that AI becomes part of the development lifecycle, not just a one-off tool.</p>



<p class="wp-block-paragraph">Benefits included:</p>



<ul class="wp-block-list">
<li>More consistent quality across releases</li>



<li>Faster delivery of enhancements</li>



<li>Improved confidence in production changes</li>



<li>Better alignment with evolving standards</li>
</ul>



<p class="wp-block-paragraph">This is where AI starts to feel like a long-term capability rather than a short-term productivity boost.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">What I’ve Learned</h2>



<p class="wp-block-paragraph">Across all of these scenarios, a few consistent themes have emerged.</p>



<h3 class="wp-block-heading">1. AI Accelerates Understanding More Than It Replaces Thinking</h3>



<p class="wp-block-paragraph">The biggest gains came from reducing the time it takes to understand code—not from blindly generating it.</p>



<h3 class="wp-block-heading">2. Context Still Matters</h3>



<p class="wp-block-paragraph">AI is most effective when you can validate its output. The better your understanding of the system, the more value you get.</p>



<h3 class="wp-block-heading">3. Small Improvements Compound Quickly</h3>



<p class="wp-block-paragraph">Adding tests, improving pipelines, and tightening security might seem incremental, but together they significantly improve delivery confidence.</p>



<h3 class="wp-block-heading">4. Legacy Work Is Where AI Shines</h3>



<p class="wp-block-paragraph">The less documented and more complex a system is, the more impact AI can have in making it accessible again.</p>



<h3 class="wp-block-heading">5. It Changes What Feels “Worth Doing”</h3>



<p class="wp-block-paragraph">Tasks that previously felt too time-consuming—like fixing minor issues in third-party tools or documenting old systems—suddenly become viable.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Where This Goes Next</h2>



<p class="wp-block-paragraph">This is still early in the journey, but the direction is clear.</p>



<p class="wp-block-paragraph">AI is not just a coding assistant—it’s becoming a core part of how we:</p>



<ul class="wp-block-list">
<li>Understand systems</li>



<li>Maintain quality</li>



<li>Reduce risk</li>



<li>Deliver improvements faster</li>
</ul>



<p class="wp-block-paragraph">The next step is to move from individual use to repeatable patterns—embedding these approaches into team workflows, standards, and expectations.</p>



<p class="wp-block-paragraph">Because the real value isn’t just in what AI can do—it’s in how consistently we can apply it.</p>
<p><a href="https://www.wardnet.co.uk/from-curiosity-to-capability-what-my-ai-learning-journey-has-actually-delivered/">From Curiosity to Capability: What My AI Learning Journey Has Actually Delivered</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">727</post-id>	</item>
		<item>
		<title>This and That</title>
		<link>https://www.wardnet.co.uk/this-and-that/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Tue, 26 Jun 2018 08:00:24 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Epicor]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[environments]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[websites]]></category>
		<guid isPermaLink="false">https://www.wardnet.co.uk/?p=538</guid>

					<description><![CDATA[<p>Over the last few month I&#8217;ve tried to expand my horizons a little bit. Since 2009 I have worked in</p>
<p><a href="https://www.wardnet.co.uk/this-and-that/">This and That</a></p>
]]></description>
										<content:encoded><![CDATA[<p>Over the last few month I&#8217;ve tried to expand my horizons a little bit. Since 2009 I have worked in a few different technical roles, from helping to run data centres, and setup environments for ISV engagements at IBM, to running all systems for a rapidly growing Oracle partner, whilst on the side managing 100 websites including e-commerce sites. That led into my quick stint doing tech support in the Automotive sector before moving into customer facing roles in Jan 2016. Since then I&#8217;ve always been running on a few different threads, these have been, loosely:</p>
<ul>
<li>Installs/Config for ERP systems including initial system design</li>
<li>Technical training of customers in those ERP systems</li>
<li>Technical management of escalated issues (across the world)</li>
<li>Cross-team liason for high profile or highly escalated customers</li>
<li>Coordination of international team of installations consultants</li>
<li>Development of internal tooling for installs/ technical consulting</li>
<li>Management of environments for wider team</li>
</ul>
<p>From my recent posts it&#8217;s obvious which areas on that list have received the most focus over the last few months, notably the last two, which is where all the DevOps/Code posts are centred around. The reason so much focus has been on this, and I&#8217;ll add at this point a lot of it out of work hours, is because it&#8217;s something I enjoy, something I&#8217;ve been on the edge of before, and an area of technology that I personally believe we should all be at least aware of, and able to understand the basic principles of.</p>
<p>DevOps was a term coined many years before it became mainstream. Mike Loukides wrote a 20 page book called &#8220;What is DevOps&#8221; back in June 2012, which is published by the world renowned O&#8217;Reilly Media. (http://shop.oreilly.com/product/0636920026822.do) That&#8217;s some time before I came across the term, although it seems I was already aware of some of the practices that now come under that umbrella. Back then I was managing E-Commerce sites, writing PHP websites against MySQL databases and moving a very static, cumbersome &#8220;tin-factory&#8221; infrastructure over to more dynamic, sustainable growth-capable platform. With a little more time and knowledge at that time I would&#8217;ve potentially moved in different directions. I am now starting to close that circle a little from the other side.</p>
<p>For me, career development is crucial, I am more than happy to stay with one company, or in one role, but I will always push to make more of myself, learn new things, get involved with everything possible and break down any and all barriers. I don&#8217;t do this to benefit myself, I see it as an opprtunity for me to be a benefit to those around me, both customers and colleagues.</p>
<p>Outside of DevOps activities over the recent months I&#8217;ve also been working on my presentation skills, with opportunities to present to colleagues and customers about various technical topics, including System Adminstration, upcoming product changes, best practices etc. This is in part due to being given more free reign with my current role, while we work out what my future roles may or may not include, and that&#8217;s if any change at all! In the background, the day to role keeps me busy, planning installs, speaking to new customers about how to deploy, speaking to existing customers about upgrades or enhancements to their systems, all the fun stuff that keeps money in the bank and roofs over heads!</p>
<p>The next few months may get a little busy, well hopefully they will, and all the good stuff will be posted when the chances arise.</p>
<p><a href="https://www.wardnet.co.uk/this-and-that/">This and That</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">538</post-id>	</item>
		<item>
		<title>#Code</title>
		<link>https://www.wardnet.co.uk/code/</link>
		
		<dc:creator><![CDATA[Jonathan Ward]]></dc:creator>
		<pubDate>Tue, 29 May 2018 08:30:04 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Epicor]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Pester]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[VSTS]]></category>
		<guid isPermaLink="false">https://www.wardnet.co.uk/?p=531</guid>

					<description><![CDATA[<p>First things first, #notadeveloper. I cannot stress this enough, I am not trained to write code, neither am I employed</p>
<p><a href="https://www.wardnet.co.uk/code/">#Code</a></p>
]]></description>
										<content:encoded><![CDATA[<p>First things first, #notadeveloper. I cannot stress this enough, I am not trained to write code, neither am I employed to do so. However, I do enjoy writing code, I find a lot of satisfaction in hitting the run button and watching something I wrote come alive. Previously I have posted many tweets and blog entries of my coding adventures over the years. My crowing achievement to date is probably the PHP/MySQL based &#8220;Asset Management&#8221; system, a glorified inventory list ability to Assign to a person, and add a list of repairs or reinstalls against the items. It automated a part of my job I disliked, and quite frankly that is exactly what I love about code. Almost all of the scripts I have written over the years have had the primary purpose of automating repetitive tasks any sysadmin can do with their eyes closed, mostly this has been silent install scripts and updaters.</p>
<p>Fast forward on a little from my sysadmin days, and to the brave new world (for me) of ERP. My primary day job is planning, coordinating and performing installations of ERP software into all sorts of manufacturing and distribution companies. Some are small, many are large, so the nature of, the deployments can vary slightly. That&#8217;s generally the bit I&#8217;m good at; sizing and planning the system to meet size and expectations of the end users. What we found over the last 2 years is that whilst deployments vary slightly, there is a bulk of work that is virtually the same every time round, certainly in process if not inputs, however we found that amongst the team; time, accuracy and experience could vary, significantly in some cases. Therefore a colleague of mine, with vastly more years experience in product and process went to the efforts to write an automation tool, a set of PowerShell scripts and XML files used to automate the bulk of the installation process. Roll on a few months and instantly accuracy and time were improving, which in turn was improving everyone&#8217;s experience. Gone were the days of random (user) errors and here are the days of productivity and valid errors which have much, much more context!</p>
<p>&nbsp;</p>
<p>So let&#8217;s get techy on this and roll on a little further in time; following a few changes, ownership of the tool is now with me. And with a potentially different future ahead, it may only be a short term thing (it may also be long term!), so with this in mind, I sought help of people who know what they are doing, exceptionally smart developers in this case. After a couple of remote session the following has occurred:</p>
<p><b>Task 1</b> &#8211; Get the code secured. We can&#8217;t have something this crucial to our process hiding on a random VM with no backups.</p>
<p><b>Solution &#8211; </b>&nbsp;Git based code repository, in this case Visual Studio Team Services (VSTS)</p>
<p>&nbsp;</p>
<p><b>Task 2</b> &#8211; Get the additional features into the code, but fully tested before deploying.</p>
<p><b>Solution </b>&#8211; Branch off. Currently running with 2 branches, one for immediate fixes/quick additions, and one for next revision which will do far more than just&nbsp; installing (Shhhh it&#8217;s Top Secret)</p>
<p>&nbsp;</p>
<p><b>Task 3</b> &#8211; Get the code tidied up, to some form of best practices etc.</p>
<p><b>Solution</b> &#8211; VSTS Build running PowerShell scripts with Pester and PowerShell Script Analyzer to validate all PowerShell scripts against a set of generally accepted best practice rules.</p>
<p>&nbsp;</p>
<p><b>Task 4 &#8211; </b>Packaging. No one wants to manually build a zip file, upload it to a SharePoint site and email out a notification for every small fix that goes in</p>
<p><b>Solution </b>&nbsp;&#8211; NuGet and Chocolatey via a VSTS Package Feed.</p>
<p>&nbsp;</p>
<p>Since this became my problem, three versions of the tooling have been released, packaging only got tested this week so isn&#8217;t the primary deployment method yet, but now we have it as a capability there will be many more versions, but that just wont matter as they will always have whatever is the latest in the master branch!</p>
<p>&nbsp;</p>
<p>Ok so that all explains my random tweets from evenings and weekends over the last month or so, fortunately I&#8217;ve had some incredible guidance from some very skilled and friendly development colleagues. Without those guys, I wouldn&#8217;t be anywhere with all this other than a whole load of files and folders on one machine with no backups!</p>
<p>&nbsp;</p>
<p>I&#8217;d also like to give back to the community a little, so I plan to have some scripts that I write for more generic tasks uploaded to a public facing Git at <a href="https://github.com/jaward916">https://github.com/jaward916</a> further to that I have below added a list of all the bookmarks I&#8217;ve been building up, especially the ones around Tasks 3 and 4, which has been the key functionality I&#8217;ve explored and implemented in the last week.</p>
<p>&nbsp;</p>
<p>I stress once again, I am not a developer, please do not laugh at my code, or my very basic explanations of the tools and processes, I am learning for fun, but developing to make everyone&#8217;s lives a little easier in my world!</p>
<p>&nbsp;</p>
<p><b>Bookmarks for VSTS</b></p>
<ul>
<li><a href="https://www.visualstudio.com/vso/">https://www.visualstudio.com/vso/</a> &#8211; Starting point for VSTS</li>
<li><a href="https://code.visualstudio.com/">https://code.visualstudio.com/</a> &#8211; now my development tool of choice for writing and testing the scripts, lightweight and extendable/modular. Notepad++ is still my text editor of choice when analysing large logs or XML files i.e. One offs, but VS Code allows me to have workspaces, as well as sync automatically back to VSTS with an official plugin.</li>
<li><a href="https://docs.microsoft.com/en-us/vsts/git/use-ssh-keys-to-authenticate?view=vsts">https://docs.microsoft.com/en-us/vsts/git/use-ssh-keys-to-authenticate?view=vsts</a> &#8211; For how to connect to your VSTS Repository once it&#8217;s setup</li>
<li><a href="https://docs.microsoft.com/en-us/vsts/git/tutorial/pulling?view=vsts&amp;tabs=visual-studio">https://docs.microsoft.com/en-us/vsts/git/tutorial/pulling?view=vsts&amp;tabs=visual-studio</a> &#8211; For moving code between branches</li>
<li><a href="https://github.com/pester/Pester/wiki/Pester">https://github.com/pester/Pester/wiki/Pester</a> &#8211; Pester project on GitHub for testing PowerShell code</li>
<li><a href="https://workingsysadmin.com/invoking-pester-and-psscriptanalyzer-tests-in-hosted-vsts/">https://workingsysadmin.com/invoking-pester-and-psscriptanalyzer-tests-in-hosted-vsts/</a> &#8211; This one is <b>the</b> tutorial for invoking pester and making use of it with VSTS</li>
<li><a href="https://docs.microsoft.com/en-us/vsts/package/get-started-nuget?view=vsts">https://docs.microsoft.com/en-us/vsts/package/get-started-nuget?view=vsts</a> &#8211; This one was crucial for the packaging element with NuGet</li>
<li><a href="https://chocolatey.org/install">https://chocolatey.org/install</a> &#8211; how to install Choco, really simple, but guides help!</li>
<li><a href="https://roadtoalm.com/2017/05/02/using-vsts-package-management-as-a-private-chocolatey-gallery/">https://roadtoalm.com/2017/05/02/using-vsts-package-management-as-a-private-chocolatey-gallery/</a> &#8211; This helped a lot with getting Chocolatey installed and the package deployed from my VSTS feed</li>
<li><a href="https://docs.microsoft.com/en-us/vsts/package/nuget/nuget-exe?view=vsts#add-a-feed-to-nuget-2">https://docs.microsoft.com/en-us/vsts/package/nuget/nuget-exe?view=vsts#add-a-feed-to-nuget-2</a> &#8211; you need this if you hit issues with Chocolatey not liking your feed version!</li>
</ul>
<p><a href="https://www.wardnet.co.uk/code/">#Code</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">531</post-id>	</item>
	</channel>
</rss>
