Compare commits

...

7 commits

Author SHA1 Message Date
62d89b25da rust 2026-05-17 05:33:38 -04:00
6c255d21e6 changes 2026-05-17 05:26:37 -04:00
277012a710 left align 2026-05-17 05:18:16 -04:00
dd9c4fa92a updates 2026-05-17 05:14:32 -04:00
b574bc0151 tweaks 2026-05-17 05:05:06 -04:00
2f822a2d0e minor tweak 2026-05-17 04:47:22 -04:00
eafd2fb0c5 updated 2026-05-17 04:45:45 -04:00
7 changed files with 32 additions and 16 deletions

View file

@ -1,5 +1,5 @@
title: Bryan Ramos
description: Software & Systems Engineer
description: Linux Systems & Automation Engineer
url: "https://ramos.codes"
include:
@ -8,4 +8,4 @@ include:
permalink: /blog/:year/:month/:day/:title/
markdown: kramdown
highlighter: rouge
highlighter: rouge

View file

@ -1,4 +1,7 @@
<footer>
<a href="https://git.ramos.codes" title="Forgejo"><i class="fa-solid fa-code-branch"></i></a>
<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">Software &amp; Systems Engineer</p>
<p class="header-tagline">Linux Systems &amp; Automation 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>
@ -30,4 +30,4 @@
<li><a href="https://www.linkedin.com/in/bryan-ramos-ab467228a/"><i class="fa-brands fa-linkedin-in"></i><span>LinkedIn</span></a></li>
<li><a href="{{ '/blog' | relative_url }}"><i class="fa-solid fa-pen-nib"></i><span>Blog</span></a></li>
</ul>
</header>
</header>

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.key)
I've posted mine here: [PGP key](/assets/public.asc)
If you're sending me anything sensitive, please use it.
## One More Thing

View file

@ -569,6 +569,12 @@ 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,11 +1,13 @@
---
layout: page
title: Software & Systems Engineer
title: Linux Systems & Automation Engineer
---
<section class="section-bio" markdown="1">
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.
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.
Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes)
@ -14,19 +16,24 @@ 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">C</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">Bash</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">Diagnostics</span>
<span class="skill-tag">Automation</span>
<span class="skill-tag">Networking</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">Python</span>
<span class="skill-tag">Bash</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>
<span class="skill-tag">Networking</span>
<span class="skill-tag">KVM/QEMU</span>
<span class="skill-tag">AI/LLM Integration</span>
<span class="skill-tag">RAG</span>
<span class="skill-tag">MCP</span>
</div>
</section>