mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-06-22 11:00:13 -04:00
Compare commits
7 commits
27d3f85728
...
62d89b25da
| Author | SHA1 | Date | |
|---|---|---|---|
| 62d89b25da | |||
| 6c255d21e6 | |||
| 277012a710 | |||
| dd9c4fa92a | |||
| b574bc0151 | |||
| 2f822a2d0e | |||
| eafd2fb0c5 |
7 changed files with 32 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 & Systems Engineer</p>
|
||||
<p class="header-tagline">Linux Systems & 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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
27
index.md
27
index.md
|
|
@ -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 & 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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue