resume/docker/resume/stories/airport-dns.html

58 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Colin Knapp - Airport DNS Infrastructure Case Study">
<title>Airport DNS Infrastructure - Colin Knapp Case Study</title>
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles.css" integrity="sha256-Y+6RTuKMnPfNa1TjCQCcFhxwo0G+xNy7t1MaAvn5SuU=" crossorigin="anonymous">
<script src="../theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4=" crossorigin="anonymous"></script>
<script src="../includes.js" integrity="sha256-0VPPSi+jVc1DuyZaSYTq+fnpIfv7ft+ZDenYE6pDPqA=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="stories.css" integrity="sha256-O+OMb48leSKvekhMTDUK1y6+WG9x33kA0eDw00wUwkY=">
<script src="../markdown-loader.js" integrity="sha256-4+erbuMKlaalnlqc0+5d+X4Bpr1CZ7W3dUCsyA15spE="></script>
</head>
<body>
<!-- Header Include -->
<div id="header-include"></div>
<div class="container-fluid" role="main">
<div class="story-header">
<h1>Airport DNS Infrastructure</h1>
<p class="story-meta">Category: Infrastructure & Resilience | Date: 2019-Present</p>
<hr>
</div>
<div class="story-content">
<div class="placeholder-notice">
<h2>Coming Soon</h2>
<p>This case study is currently under development. Check back soon for the full story about my work consulting for Flint Bishop International Airport's website and domain infrastructure.</p>
<h3>What to Expect</h3>
<ul>
<li>The architecture of a geographically redundant DNS cluster achieving an A+ standard</li>
<li>Design considerations for infrastructure capable of withstanding extreme disruptions</li>
<li>Implementation details of high-availability systems for critical infrastructure</li>
<li>Security measures implemented to protect airport digital assets</li>
</ul>
<p>In the meantime, you can visit the airport's website at:</p>
<ul>
<li><a href="https://bishopairport.org" target="_blank">Flint Bishop International Airport</a></li>
</ul>
</div>
</div>
<div class="story-footer">
<div class="story-nav">
<a href="/stories/wordpress-security.html" class="story-nav-link prev">Previous Story</a>
<a href="/stories/nitric-leadership.html" class="story-nav-link next">Next Story</a>
</div>
</div>
</div>
<!-- Footer Include -->
<div id="footer-include"></div>
</body>
</html>