1
Fork 0

Move talks to own subpage

This commit is contained in:
Jan-Erik Rediger 2016-03-04 12:39:36 +01:00
parent f9a86a40d2
commit bac8e26fb2
3 changed files with 27 additions and 23 deletions

View file

@ -21,6 +21,7 @@
<ul>
<li>// <a href="{{site.baseurl}}posts/">posts</a> /</li>
<li><a href="{{site.baseurl}}about/">about</a> /</li>
<li><a href="{{site.baseurl}}talks/">talks</a> /</li>
<li><a href="{{site.baseurl}}feed.xml">feed</a> /</li>
<li><a href="https://twitter.com/badboy_">@badboy_</a> /</li>
<li><a href="https://github.com/badboy">github</a></li>

View file

@ -25,29 +25,6 @@ Organizer of the [otsconf Dortmund](https://otsconf.com/), coach at [OpenTechSch
* [hiredis](https://github.com/redis/hiredis) - the minimalistic C client for Redis, as well as wrapper libraries: [hiredis-rb](https://github.com/redis/hiredis-rb/) ([gem](https://rubygems.org/gems/hiredis)), [hiredis-node](https://github.com/redis/hiredis-node) ([npm](https://www.npmjs.com/package/hiredis)), [hiredis-py](https://github.com/redis/hiredis-py) ([pypi](https://pypi.python.org/pypi/hiredis/))
* [semantic-rs](https://github.com/semantic-rs/semantic-rs) - Automatic crate publishing
## // talks
I gave some talks in the past and I'd love to give some more in the future.
I will talk about Redis, Web Development and Rust stuff or about any of the project I'm involved in.
Want me to speak? Contact me [via mail](mailto:janerik@fnordig.de).
### // 2016
* **Webdevelopment with Rust** - Rust Amsterdam, 02.03.2016 ([Slides](http://badboy.github.io/webdev-rust-slides/), [Meetup](http://www.meetup.com/Rust-Amsterdam/events/227827508/))
* **Automatic Crate publishing semantic.rs** - Rust Cologne/Bonn, 03.02.2016 ([Slides](http://badboy.github.io/semantic-rs-slides/#1))
### // 2015
* **Hire me for the JS, keep me for the Rust** - Hungarian Webconference, 14.11.2015 ([Video](https://www.youtube.com/watch?v=L9sTIi7wFPo))
* **Redis Cluster** - PHPUGDUS, 28.05.2015 ([Slides](http://fnordig.de/talks/2015/phpugdus/redis-cluster/slides.pdf), [Slides on slidr.io](http://slidr.io/badboy/redis-cluster))
* **U2F Authentication** - Cologne.rb, 20.05.2015 ([Slides](https://fnordig.de/talks/2015/colognerb/u2f/slides.pdf), [Slides on slidr.io](http://slidr.io/badboy/u2f-authentication))
* **Rust Introduction** - CCCAC, 05.03.2015 ([Video](https://videoag.fsmpi.rwth-aachen.de/?view=player&lectureid=4532), [Slides](https://fnordig.de/talks/2015/cccac/rust-intro/#0))
### // 2014
* **Introduction to Redis** - OpenTechSchool Dortmund, 16.12.2014 - these slides are actually extracted from the _real slides_, which were built in [try.redis.io](http://try.redis.io). ([Slides](http://fnordig.de/talks/2014/ots/redis-introduction-otsdo-2014-12-16.pdf))
* **Rust for Rubyists** - FrOSCon, RedFrogConf, 24.08.2014 - this was a bit spontaneous and prepared in only one day. Mostly the content from [first experience with Rust](/2014/08/12/first-experience-with-rust/). I also gave this talk two months later at the Barcamp Salzburg (again, totally spontaneous to fill a gap in the schedule). ([Slides](https://fnordig.de/talks/2014/froscon/rust-for-rubyists/), [PDF](https://fnordig.de/talks/2014/froscon/rust-for-rubyists/froscon2014-redfrogconf-rust-for-rubyists.pdf))
## // services
* [etherpad](https://pad.fnordig.de/) - real-time collaborative document editing

26
talks.md Normal file
View file

@ -0,0 +1,26 @@
---
layout: post
title: talks
---
I gave some talks in the past and I'd love to give some more in the future.
I will talk about Redis, Web Development and Rust stuff or about any of the project I'm involved in.
Want me to speak? Contact me [via mail](mailto:janerik@fnordig.de).
## // 2016
* **Webdevelopment with Rust** - Rust Amsterdam, 02.03.2016 ([Slides](http://badboy.github.io/webdev-rust-slides/), [Meetup](http://www.meetup.com/Rust-Amsterdam/events/227827508/))
* **Automatic Crate publishing semantic.rs** - Rust Cologne/Bonn, 03.02.2016 ([Slides](http://badboy.github.io/semantic-rs-slides/#1))
## // 2015
* **Hire me for the JS, keep me for the Rust** - Hungarian Webconference, 14.11.2015 ([Video](https://www.youtube.com/watch?v=L9sTIi7wFPo))
* **Redis Cluster** - PHPUGDUS, 28.05.2015 ([Slides](http://fnordig.de/talks/2015/phpugdus/redis-cluster/slides.pdf), [Slides on slidr.io](http://slidr.io/badboy/redis-cluster))
* **U2F Authentication** - Cologne.rb, 20.05.2015 ([Slides](https://fnordig.de/talks/2015/colognerb/u2f/slides.pdf), [Slides on slidr.io](http://slidr.io/badboy/u2f-authentication))
* **Rust Introduction** - CCCAC, 05.03.2015 ([Video](https://videoag.fsmpi.rwth-aachen.de/?view=player&lectureid=4532), [Slides](https://fnordig.de/talks/2015/cccac/rust-intro/#0))
## // 2014
* **Introduction to Redis** - OpenTechSchool Dortmund, 16.12.2014 - these slides are actually extracted from the _real slides_, which were built in [try.redis.io](http://try.redis.io). ([Slides](http://fnordig.de/talks/2014/ots/redis-introduction-otsdo-2014-12-16.pdf))
* **Rust for Rubyists** - FrOSCon, RedFrogConf, 24.08.2014 - this was a bit spontaneous and prepared in only one day. Mostly the content from [first experience with Rust](/2014/08/12/first-experience-with-rust/). I also gave this talk two months later at the Barcamp Salzburg (again, totally spontaneous to fill a gap in the schedule). ([Slides](https://fnordig.de/talks/2014/froscon/rust-for-rubyists/), [PDF](https://fnordig.de/talks/2014/froscon/rust-for-rubyists/froscon2014-redfrogconf-rust-for-rubyists.pdf))