resume/tech.html
2025-06-04 17:58:11 +03:00

95 lines
3.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Sager Alaskar - CV</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main class="page">
<header>
<h1>Sager Alaskar</h1>
<div class="contact">
<span>📞 +965 99552273</span>
<span><a href="mailto:sager@alaskar.dev">✉️ sager@alaskar.dev</a></span>
<span><a href="https://alaskar.dev">🌐 alaskar.dev</a></span>
<span><a href="https://github.com/nomadics9">GitHub</a></span>
<span><a href="https://git.askar.tv/nomad">Personal Git</a></span>
</div>
</header>
<section>
<h2>Experience</h2>
<div class="item">
<strong class="sub">Kuwait Oil Tankers Company</strong> — Marine Engineer (20122025)
<ul>
<li>Led maintenance and operations on a fleet of 30 marine vessels, ensuring 100% compliance with SOLAS, MARPOL, and Class regulations while achieving 0 safety incidents over 3 years.</li>
<li>Optimized mechanical systems (propulsion, hydraulics, fuel systems) through structured inspections and preventive maintenance, reducing unplanned downtime by 80% and extending engine lifespan.</li>
</ul>
</div>
</section>
<section>
<h2>Projects</h2>
<div class="item">
<strong class="sub">DevOps</strong>
<ul>
<li>Architected a production-grade <strong>Kubernetes cluster (k3s)</strong> hosting 15, achieving 95.0% uptime over 2 years for 50+ users.</li>
<li>Automated CI/CD pipelines (ArgoCD, GitHub Actions) for deployments, eliminating manual intervention.</li>
<li>Monitoring key service health metrics like p99, uptime, and errors using CLI and ElasticSearch.</li>
</ul>
</div>
<div class="item">
<strong class="sub">Development</strong>
<ul>
<li>Delivered performant web apps in <strong>TypeScript and Go</strong> (Svelte, Astro, Pocketbase) with Lighthouse scores ≥95/100 for SEO and accessibility.</li>
<li>Advised Oont on a successful e-commerce migration to WooCommerce, cutting costs by 40% versus proprietary solutions.</li>
<li>Modernized legacy workflows for clients by introducing Git/GitHub Actions, reducing deployment errors.</li>
</ul>
</div>
<div class="item">
<strong class="sub">Cybersecurity</strong>
<ul>
<li>Conducted <strong>offensive security assessments</strong> on lab environments (HTB, TryHackMe), exploiting Active Directory misconfigurations (Kerberoasting, Certificate forgery).</li>
<li>Developed custom scripts (Bash, Python) to automate network scanning, vulnerability enumeration, and privilege escalation.</li>
<li>Hardened personal infrastructure by implementing fail2ban, public/private key enforcement, and automated CVE scanning and patching.</li>
</ul>
</div>
</section>
<section>
<h2>Education</h2>
<p><strong class="sub">South Tyneside College</strong> — Marine Engineering HND (20122016)</p>
<div class="item">
<p style="margin-left:20px;">2nd Engineer Certificate</p>
</div>
</section>
<section>
<h2>Achievements</h2>
<strong class="sub">Engineering</strong>
<ul>
<li> Successful delivery of Oil Tanker from Ulsan shipyard </li>
</ul>
<strong class="sub">Homelab</strong>
<ul>
<li> Running and maintaining highly available and resilient kubernetes nodes </li>
<li> Monitoring key service health metrics such as average response time, p99, error
rates and uptime via multiple tools ranging from CLI to ElasticSearch </li>
</ul>
<strong class="sub">Hacking</strong>
<ul>
<li>🏆 First Place Kuwait Hackathon 2024</li>
<li>🏆 First Place Kuwait Leaderboard Hack The Box (Cybersecurity CTF)</li>
</ul>
</section>
<footer>
Tech
<footer>
</main>
</body>
</html>