53 lines
2.6 KiB
HTML
53 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-gb">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>DCOS.NET | Systems & Full Stack</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="header-shared"></div>
|
|
<main class="hero">
|
|
<h1>Deep-Rooted Systems Expertise <br>for the Modern Web.</h1>
|
|
<p>Solving complex <strong>Cloud Infrastructure</strong>, <strong>Full-Stack</strong>, and <strong>AI Integration</strong> challenges with 25+ years of experience.</p>
|
|
<a href="mailto:info@dcos.net" style="text-decoration: none; border: 1px solid var(--primary); color: var(--primary); padding: 12px 24px; border-radius: 5px; font-family: var(--font-mono); font-size: 0.9rem;">REQUEST_QOUTE</a>
|
|
</main>
|
|
<div class="container">
|
|
<div class="bento-grid">
|
|
<div class="bento-item large">
|
|
<i class="fa-solid fa-microchip"></i>
|
|
<h3>Systems Engineering</h3>
|
|
<p>Low-level GNU/Linux development including custom kernel configurations, hardened initscripts, and specialized device firmwares. Built for maximum performance and function.</p>
|
|
<p>Gentoo, Sourcemage, Lunar, LEDE, ALFS/CLFS, Custom ToolChains.</p>
|
|
</div>
|
|
<div class="bento-item">
|
|
<i class="fa-solid fa-brain"></i>
|
|
<h3>AI & Automation</h3>
|
|
<p>Integrating LLM pipelines (Ollama/PyTorch) and intelligent automation into existing business stacks.</p>
|
|
</div>
|
|
<div class="bento-item">
|
|
<i class="fa-solid fa-server"></i>
|
|
<h3>Virtualization</h3>
|
|
<p>Expert administration of libvirt/KVM, Proxmox, Incus environments. Scaling from bare metal to distributed cloud.</p>
|
|
</div>
|
|
<div class="bento-item large">
|
|
<i class="fa-solid fa-server"></i>
|
|
<h3>DevOPS/SRE</h3>
|
|
<p>Observability, Systems Monitoring, Quantitive analysis and Data Visualization. for Full Stack Visibility.</p>
|
|
<p>Prometheus, Grafana(stack).</p>
|
|
</div>
|
|
<div class="bento-item large">
|
|
<i class="fa-solid fa-layer-group"></i>
|
|
<h3>Hardened Cloud Infrastructure</h3>
|
|
<p>Caddy/Nginx orchestration, and high-performance stacks such as LAMP or LEMP. Comprehensive security hardening for production environments.</p>
|
|
<p>EB/IP/Arp/NF-tables, eBPF, ACLs, grsec/pax</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="footer-shared"></div>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|