👋🏻 Hi I'm Christopher Tineo, but you can call me Chris.
I'm a software engineer and I feel very passionate about open source and cloud native technologies.
I share my knowledge and experiences through talks and presentations at conferences and meetups.
So far, I've been a member of:
- Cloud Native Santo Domingo
- KCD New York
But I'm always open to join new communities.
🔗 Connect with me on LinkedIn.
This table regenerates automatically on every push to main
(see .github/workflows/update-readme.yml). Any deck directory
added under slides/ is picked up on its own — it gets an entry in talks.json with a
title read from the deck and TBD for event and date. Edit that entry to fill in the details, or add
it to talks.json up front to skip the placeholders.
| Event | Title | Slides | Date |
|---|---|---|---|
| containers.day | How I 10xed My Career Through Open Source | HTML | August 2026 |
| Coffee & Code Philly | Cloud Native & Kubernetes 101 | HTML · Lab | July 2026 |
| SRE Day 2026 Q2 | This is fine: The Real Cost of "Free" Software | HTML · PDF | Summer 2026 |
| Private Class at INTEC University | Masterclass Cloud Native & Open Source | Slides | January 2026 |
| KCD NY 2025 | Empowering Cloud Native Development | Summer 2025 |
Companion hands-on lab for Cloud Native & Kubernetes 101: cloud-native-k8s-101-lab.
If you scanned a slides QR code at one of my presentations or are browsing this repository, here is how you can open and consume the slides:
Click any of the PDF links in the table above.
- The QR codes displayed at the end of my presentations point directly to these PDFs so you can save them and read them offline on any smartphone, tablet, or computer.
Click any of the HTML links in the table above to open the slide deck directly in your browser. Since these are built using Reveal.js, you can interact with them using the following controls:
SpaceorArrow Keys: Go to the next or previous slide.Tkey: Toggle between Dark Terminal mode and Light Cream mode (high contrast).Skey: Open the Speaker Notes window to view timing cues, detailed statistics, and extra background research.Fkey: View the presentation in fullscreen mode.Esckey: Toggle the grid-based slide overview map for fast jumping.
The containers.day deck (a different framework) uses arrow keys or its on-screen controls to navigate, and also
answers the T key to switch between dark and light. Append ?theme=light to its URL to open straight into light
mode — useful on a projector that washes the dark theme out. The choice is remembered in the browser.
To run and view the HTML slides locally with all assets and interactive plugins functioning correctly:
- Clone this repository:
git clone https://github.com/TineoC/talks.git cd talks - Start a simple local web server:
python3 -m http.server 8000
- Open http://localhost:8000/slides/sre-day-2026-q2/index.html in your web browser.