Compare commits

..

No commits in common. "62d89b25da1e15a6864dac4ededc536f60d430c2" and "27d3f85728a77bdc47a9d9daca51bb86d30f7451" have entirely different histories.

7 changed files with 18 additions and 34 deletions

View file

@ -1,5 +1,5 @@
title: Bryan Ramos
description: Linux Systems & Automation Engineer
description: Software & Systems Engineer
url: "https://ramos.codes"
include:

View file

@ -1,7 +1,4 @@
<footer>
<span class="footer-links-left">
<a href="https://git.ramos.codes" title="Forgejo"><i class="fa-solid fa-code-branch"></i></a>
<a href="{{ '/assets/public.asc' | relative_url }}" title="PGP public key"><i class="fa-solid fa-key"></i></a>
</span>
<a href="{{ '/feed.xml' | relative_url }}" title="RSS Feed"><i class="fa-solid fa-rss"></i></a>
</footer>

View file

@ -22,7 +22,7 @@
<img src="{{ '/assets/headshot.jpeg' | relative_url }}" alt="Bryan Ramos" class="pfp">
<h1>Bryan Ramos</h1>
<p class="header-tagline">Linux Systems &amp; Automation Engineer</p>
<p class="header-tagline">Software &amp; Systems Engineer</p>
<ul class="nav-links">
<li><a href="mailto:bryan@ramos.codes"><i class="fa-solid fa-envelope"></i><span>Email</span></a></li>

View file

@ -46,7 +46,7 @@ gpg --armor --export your@email.com
Paste that block on your website, upload it to keys.openpgp.org, or just email it to people. Once someone has your public key, they can encrypt messages that only you can read.
I've posted mine here: [PGP key](/assets/public.asc)
I've posted mine here: [PGP key](/assets/public.key)
If you're sending me anything sensitive, please use it.
## One More Thing

View file

@ -569,12 +569,6 @@ footer a {
color: var(--color-text-muted);
}
.footer-links-left {
display: flex;
gap: var(--space-4);
align-items: center;
}
footer a:hover {
color: var(--color-accent);
}

View file

@ -1,13 +1,11 @@
---
layout: page
title: Linux Systems & Automation Engineer
title: Software & Systems Engineer
---
<section class="section-bio" markdown="1">
I work on Linux systems, real-time computing, automation, and applied AI tooling. My work spans low-level diagnostics, C/C++ and Python development, reproducible infrastructure, and debugging latency-sensitive systems where correctness and determinism are critical.
Lately I have been focused on learning Rust, minimizing vendor dependencies for developer workflows and automation via RAG AI pipelines.
I work with systems programming, real-time computing, and simulation engineering. My background spans Linux, low-level development in C and Python, and debugging latency-critical systems where determinism and microseconds count. Currently exploring applied AI and LLM integration.
Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes)
@ -16,24 +14,19 @@ Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes)
<section class="section-skills">
<h2 class="section-heading">Stack &amp; Tools</h2>
<div class="skills-grid">
<span class="skill-tag">Linux</span>
<span class="skill-tag">Real-Time Systems</span>
<span class="skill-tag">Diagnostics</span>
<span class="skill-tag">Automation</span>
<span class="skill-tag">Git</span>
<span class="skill-tag">APIs</span>
<span class="skill-tag">Service Integrations</span>
<span class="skill-tag">Nix/NixOS</span>
<span class="skill-tag">C/C++</span>
<span class="skill-tag">C</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">Bash</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">Networking</span>
<span class="skill-tag">KVM/QEMU</span>
<span class="skill-tag">Linux</span>
<span class="skill-tag">Real-Time Systems</span>
<span class="skill-tag">Simulation Engineering</span>
<span class="skill-tag">AI/LLM Integration</span>
<span class="skill-tag">RAG</span>
<span class="skill-tag">MCP</span>
<span class="skill-tag">Automation</span>
<span class="skill-tag">Networking</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">KVM/QEMU</span>
<span class="skill-tag">Nix</span>
<span class="skill-tag">SQL</span>
</div>
</section>