👋🏻 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.
| Event | Title | Slides | Date |
|---|---|---|---|
| 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 | Slides | Summer 2025 |
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.
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.