
<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Java Consultancy. Debug as a Service. Java Help.</title>
    <meta name="description" content="Java Consultancy. Hire for debugging service, Java assist, help and tips.">
    <meta name="author" content="Steve Claridge">
    <link rel="stylesheet" type="text/css" href="/css/pico.min.css" />
    <link rel="stylesheet" type="text/css" href="/css/extra.css" />

    <style>
        button a {
            color: snow;
        }
        @media (min-width: 960px) {
            .blogcontent {
                margin-left: 160px;
                margin-right: 160px;
            }
        }

        p {
            line-height: 1.6em !important;
        }
    </style>
</head>

<body>

<div class="hero" data-theme="dark">
    <nav class="container">
        <ul>
            <li><a href="/"><img src="/img/logo2.svg" id="logotop" style="max-height: 70px"/></a></li>
        </ul>
        <ul>
            <li><a href="/about">About</a></li>
            <li><a href="/blog">Blog</a></li>
            <li><a href="https://www.linkedin.com/in/stephen-claridge-9342194/">Contact</a></li>
        </ul>
    </nav>
</div>

<main class="container">
  <section class="blogcontent">
    <hgroup>
      <h1>I'm a Senior <mark>Java</mark> Engineer / Consultant</h1>
      <p>I specialise in building robust, maintainable greenfield applications that work. Untangling legacy systems. Solving deep
      technical problems.</p>
    </hgroup>
  </section>

  <section>
    <h3>Some projects and things I've worked on.</h3>
    <div class="grid">
      <div>
        <a href="/map-of-parkrun-5k-running-events"><img src="/img/map.jpg" /></a>
        <h4>A better parkrun map.</h4>
        <p>Quicker &amp; simpler than parkun's own map. Plus great for tourists.</p>
      </div>
      <div>
        <a href="/password-generator"><img src="/img/password.jpg" /></a>
        <h4>Strong password generator.</h4>
        <p>Generate strong &amp; memorable password using four words.</p>
      </div>
      <div>
        <a href="https://www.hearingaidknow.com"><img src="/img/hak.jpg" /></a>
        <h4>Hearingaidknow.com</h4>
        <p>Hearing aid information website, been online for 20+ years.</p>
      </div>
    </div>
  </section>

  <section>
    <h3>Some often-read blog posts.</h3>
    <ul>
      <li><a href="/things-i-got-asked">Code/tech questions I've been asked</a></li>
      <li><a href="/bitwise-operators-python">Examples of using bitwise operators in Python</a></li>
      <li><a href="/lamba-cplusplus">C++ Lambda Anonymous Functions - The Simple Guide</a></li>
      <li><a href="/going-minimal">Going minimal</a></li>
    </ul>
  </section>

  <section>
    <h3>I've had many contract software roles over the years, some of the people I've worked for.</h3>
    <div class="grid">
      <div>
        <img src="/img/barclaycard.jpg" />
      </div>
      <div>
        <img src="/img/jaguar.jpg" />
      </div>
      <div>
        <img src="/img/siemens.jpg" />
      </div>
      <div>
        <img src="/img/taylor-francis.jpg" />
      </div>
      <div>
        <img src="/img/landrover.jpg" />
      </div>
      <div>
        <img src="/img/ingenta.jpg" />
      </div>
    </div>
  </section>

</main>


<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>

</body>

</html>
