Skip to content

Commit

Permalink
Kafka in Jail with Strimzi presentation and author SEO on blogs (stri…
Browse files Browse the repository at this point in the history
…mzi#70)

* Kafka in Jail presentation and artifacts

* Website SEO for blog authors
  • Loading branch information
seglo authored and ppatierno committed Jun 12, 2019
1 parent 0635296 commit 2fe088a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tom_bentley:
seglo:
name: Sean Glover
twitter: https://twitter.com/seg1o
website: https://seanglover.com/
chris_vest:
name: Christopher Vest
twitter: https://twitter.com/StringaVest
3 changes: 3 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
{%- else -%}
{{ author.name }}
{%- endif -%}
{%- if author.website -%}
&nbsp;(<a href="{{ author.website }}" target="_blank" alt="website">website</a>)
{%- endif -%}
</span>
</span>
{%- endif -%}</p>
Expand Down
1 change: 1 addition & 0 deletions presentations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: default

# Presentations

* Running Kafka on Kubernetes with Strimzi, Kafka in Jail with Strimzi (O'Reilly Strata San Francisco 2019, Lightbend Webinar, Toronto Data Science & Big Data Meetup) [slides](https://seanglover.com/assets/slides/Kafka_in_Jail-Toronto_Data_Science_and_Big_Data_Meetup_2019.pdf) [video](https://www.youtube.com/watch?v=rzHQvImn2XY) [demo](https://www.youtube.com/watch?v=KEPB7iG5Fgc)
* Strimzi: how Apache Kafka has fallen in love with Kubernetes (Modern Integration and Application Development Day, April 2019) [slides](https://www.slideshare.net/paolopat/strimzi-how-apache-kafka-has-fallen-in-love-with-kubernetes)
* Kafka on OpenShift: make it easy with AMQ Streams (Red Hat Open Source Day 2018, October 2018) [slides](https://www.slideshare.net/paolopat/kafka-on-openshift-make-it-easy-with-amq-streams)
* Strimzi: Running Apache Kafka on Kubernetes and OpenShift (OpenSlava 2018, October 2018) [video](https://www.youtube.com/watch?v=AlU4CUuUfHA)
Expand Down

0 comments on commit 2fe088a

Please sign in to comment.