Compare commits
3 commits
58eaf8310a
...
f4838491fe
Author | SHA1 | Date | |
---|---|---|---|
f4838491fe | |||
eb6015787f | |||
f821ab91c8 |
2 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@
|
|||
<h1>Sager Alaskar</h1>
|
||||
<div class="contact">
|
||||
<span>📞 +965 99552273</span>
|
||||
<span>✉️ sager@alaskar.dev</span>
|
||||
<span>🌐 alaskar.dev</span>
|
||||
<span><a href="mailto:sager@alaskar.dev">✉️ sager@alaskar.dev</a></span>
|
||||
<span><a href="https://alaskar.dev">🌐 alaskar.dev</a></span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
10
tech.html
10
tech.html
|
@ -11,8 +11,8 @@
|
|||
<h1>Sager Alaskar</h1>
|
||||
<div class="contact">
|
||||
<span>📞 +965 99552273</span>
|
||||
<span>✉️ sager@alaskar.dev</span>
|
||||
<span>🌐 alaskar.dev</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>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<div class="item">
|
||||
<strong class="sub">DevOps</strong>
|
||||
<ul>
|
||||
<li>Architected a production-grade Kubernetes cluster (k3s) hosting 15, achieving 95.0% uptime over 2 years for 50+ users.</li>
|
||||
<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>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<div class="item">
|
||||
<strong class="sub">Development</strong>
|
||||
<ul>
|
||||
<li>Delivered performant web apps in TypeScript and Go (Svelte, Astro, Pocketbase) with Lighthouse scores ≥95/100 for SEO and accessibility.</li>
|
||||
<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>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<div class="item">
|
||||
<strong class="sub">Cybersecurity</strong>
|
||||
<ul>
|
||||
<li>Conducted offensive security assessments on lab environments (HTB, TryHackMe), exploiting Active Directory misconfigurations (Kerberoasting, Certificate forgery).</li>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue