top of page
Search
Code
Dependency Chain modelling
<p>A dependency chain is where you have a number of functions that all need to do some part of a piece of work in order to fully deliver it. These functions complete their part and then pass it along to another. In my last article I showed why your IT requests were likely taking so … <a href="https://seantrobinson.co.uk/dependency-chain-modelling/" class="more-link">Continue reading<span class="screen-reader-text"> “Dependency Chain modelling”</span></a></p
Sean Robinson
Jun 5, 20204 min read
Â
Â
Â
Quick and dirty dependency map automation
<p>After some of my recent articles on building a dependency map, a few people got in touch asking for tips on actually creating them. Here’s a quick way to get started. You might have noticed the following example in my previous posts. I created the graphic above with an amazing bit of kit called Neo4j. … <a href="https://seantrobinson.co.uk/quick-dependency-map-automation/" class="more-link">Continue reading<span class="screen-reader-text"> “Quick and dir
Sean Robinson
Apr 22, 20203 min read
Â
Â
Â
Backing up Atlassian OnDemand
<p>Reason When somebody wants to backup either the JIRA or Confluence onDemand databases. Context Atlassian onDemand does not currently have any features for automating a backup of either JIRA or Confluence. To get around this we can trigger a backup from Atlassian and then automatically download the resulting file to a location of our choosing. … <a href="https://seantrobinson.co.uk/backing-up-atlassian-ondemand/" class="more-link">Continue reading<span cl
Sean Robinson
Jun 12, 20142 min read
Â
Â
Â
Sieve of Eratosthenes
<p>I was rummaging around in some old directories and found an implementation of the Sieve of Eratosthenes that I’d thought I’d share. Â I thought I’d share it because of the simplicity of the algorithm, it represented a very enjoyable programming exercise and one that I now use as a standard kata when learning a new … <a href="https://seantrobinson.co.uk/sieve-of-eratosthenes/" class="more-link">Continue reading<span class="screen-reader-text"> “
Sean Robinson
May 28, 20142 min read
Â
Â
Â
bottom of page