ºÝºÝߣshows by User: mreinsch / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: mreinsch / Thu, 01 Feb 2018 22:40:17 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: mreinsch Apache Kafka as Message Queue for your microservices and other occasions /slideshow/apache-kafka-as-message-queue-for-your-microservices-and-other-occasions/87075912 messagequeues-rugb-180201224018
This talk provides a quick intro to Apache Kafka, the basic concepts, and why it's good as a message queue. We'll also explore the benefits and challenges of using a message queue as base of your microservices infrastructure (especially when transitioning from a monolith).]]>

This talk provides a quick intro to Apache Kafka, the basic concepts, and why it's good as a message queue. We'll also explore the benefits and challenges of using a message queue as base of your microservices infrastructure (especially when transitioning from a monolith).]]>
Thu, 01 Feb 2018 22:40:17 GMT /slideshow/apache-kafka-as-message-queue-for-your-microservices-and-other-occasions/87075912 mreinsch@slideshare.net(mreinsch) Apache Kafka as Message Queue for your microservices and other occasions mreinsch This talk provides a quick intro to Apache Kafka, the basic concepts, and why it's good as a message queue. We'll also explore the benefits and challenges of using a message queue as base of your microservices infrastructure (especially when transitioning from a monolith). <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/messagequeues-rugb-180201224018-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This talk provides a quick intro to Apache Kafka, the basic concepts, and why it&#39;s good as a message queue. We&#39;ll also explore the benefits and challenges of using a message queue as base of your microservices infrastructure (especially when transitioning from a monolith).
Apache Kafka as Message Queue for your microservices and other occasions from Michael Reinsch
]]>
939 1 https://cdn.slidesharecdn.com/ss_thumbnails/messagequeues-rugb-180201224018-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
async makes your tests fun - acceptance testing with capybara /slideshow/async-makes-your-tests-fun-acceptance-testing-with-capybara/59042733 rugb-funwithrspec-160303221310
There are a couple pitfalls when testing more complex websites which use ajax and need to be tested with selenium or phantomjs in order to execute the Javascript in the site. Random test failures and strange errors can happen if the test code doesn't take the asynchronous nature of the test setup into account.]]>

There are a couple pitfalls when testing more complex websites which use ajax and need to be tested with selenium or phantomjs in order to execute the Javascript in the site. Random test failures and strange errors can happen if the test code doesn't take the asynchronous nature of the test setup into account.]]>
Thu, 03 Mar 2016 22:13:10 GMT /slideshow/async-makes-your-tests-fun-acceptance-testing-with-capybara/59042733 mreinsch@slideshare.net(mreinsch) async makes your tests fun - acceptance testing with capybara mreinsch There are a couple pitfalls when testing more complex websites which use ajax and need to be tested with selenium or phantomjs in order to execute the Javascript in the site. Random test failures and strange errors can happen if the test code doesn't take the asynchronous nature of the test setup into account. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/rugb-funwithrspec-160303221310-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> There are a couple pitfalls when testing more complex websites which use ajax and need to be tested with selenium or phantomjs in order to execute the Javascript in the site. Random test failures and strange errors can happen if the test code doesn&#39;t take the asynchronous nature of the test setup into account.
async makes your tests fun - acceptance testing with capybara from Michael Reinsch
]]>
1121 7 https://cdn.slidesharecdn.com/ss_thumbnails/rugb-funwithrspec-160303221310-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Finding the right stuff, an intro to Elasticsearch (at Rug::B) /mreinsch/finding-the-right-stuff-an-intro-to-elasticsearch-at-rugb elasticsearchrugb-160208103232
Searching through a dataset can provide quite interesting challenges, especially when natural languages are involved. Elasticsearch is a very powerful yet also at times quite complex solution. In this talk I'll give an intro on using Elasticsearch from within Ruby/Rails, discussing some of the general principles, starting with a simple example and then expanding into more complex topics such as multi-language search, search on data from multiple different objects, integration testing and production use.]]>

Searching through a dataset can provide quite interesting challenges, especially when natural languages are involved. Elasticsearch is a very powerful yet also at times quite complex solution. In this talk I'll give an intro on using Elasticsearch from within Ruby/Rails, discussing some of the general principles, starting with a simple example and then expanding into more complex topics such as multi-language search, search on data from multiple different objects, integration testing and production use.]]>
Mon, 08 Feb 2016 10:32:32 GMT /mreinsch/finding-the-right-stuff-an-intro-to-elasticsearch-at-rugb mreinsch@slideshare.net(mreinsch) Finding the right stuff, an intro to Elasticsearch (at Rug::B) mreinsch Searching through a dataset can provide quite interesting challenges, especially when natural languages are involved. Elasticsearch is a very powerful yet also at times quite complex solution. In this talk I'll give an intro on using Elasticsearch from within Ruby/Rails, discussing some of the general principles, starting with a simple example and then expanding into more complex topics such as multi-language search, search on data from multiple different objects, integration testing and production use. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/elasticsearchrugb-160208103232-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Searching through a dataset can provide quite interesting challenges, especially when natural languages are involved. Elasticsearch is a very powerful yet also at times quite complex solution. In this talk I&#39;ll give an intro on using Elasticsearch from within Ruby/Rails, discussing some of the general principles, starting with a simple example and then expanding into more complex topics such as multi-language search, search on data from multiple different objects, integration testing and production use.
Finding the right stuff, an intro to Elasticsearch (at Rug::B) from Michael Reinsch
]]>
1130 4 https://cdn.slidesharecdn.com/ss_thumbnails/elasticsearchrugb-160208103232-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Finding the right stuff, an intro to Elasticsearch with Ruby/Rails /slideshow/finding-the-right-stuff-an-intro-to-elasticsearch-with-rubyrails/53813607 elasticsearchintro-151012070224-lva1-app6892
ºÝºÝߣs for my introduction to using Elasticsearch with Ruby/Rails, held at Tokyo Rubyist Meetup in October 2015. In it I'm giving a short overview on how to use Elasticsearch using the official Elasticsearch Gems with a Ruby on Rails project. Starting with a simple example, expanding to multilanguage, multiobject indexes. Also I'm shortly discussing integration testing and production hosting.]]>

ºÝºÝߣs for my introduction to using Elasticsearch with Ruby/Rails, held at Tokyo Rubyist Meetup in October 2015. In it I'm giving a short overview on how to use Elasticsearch using the official Elasticsearch Gems with a Ruby on Rails project. Starting with a simple example, expanding to multilanguage, multiobject indexes. Also I'm shortly discussing integration testing and production hosting.]]>
Mon, 12 Oct 2015 07:02:24 GMT /slideshow/finding-the-right-stuff-an-intro-to-elasticsearch-with-rubyrails/53813607 mreinsch@slideshare.net(mreinsch) Finding the right stuff, an intro to Elasticsearch with Ruby/Rails mreinsch ºÝºÝߣs for my introduction to using Elasticsearch with Ruby/Rails, held at Tokyo Rubyist Meetup in October 2015. In it I'm giving a short overview on how to use Elasticsearch using the official Elasticsearch Gems with a Ruby on Rails project. Starting with a simple example, expanding to multilanguage, multiobject indexes. Also I'm shortly discussing integration testing and production hosting. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/elasticsearchintro-151012070224-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ºÝºÝߣs for my introduction to using Elasticsearch with Ruby/Rails, held at Tokyo Rubyist Meetup in October 2015. In it I&#39;m giving a short overview on how to use Elasticsearch using the official Elasticsearch Gems with a Ruby on Rails project. Starting with a simple example, expanding to multilanguage, multiobject indexes. Also I&#39;m shortly discussing integration testing and production hosting.
Finding the right stuff, an intro to Elasticsearch with Ruby/Rails from Michael Reinsch
]]>
1626 5 https://cdn.slidesharecdn.com/ss_thumbnails/elasticsearchintro-151012070224-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Hosting Ruby Web Apps /slideshow/rubyhosting-32386774/32386774 rubyhosting-140317005729-phpapp02
The options for hosting ruby web application are plentiful, all with different advantages and disadvantages, options, limitations. How to start, how to grow, what are the pitfalls? With this talk I’d first like to give a short overview of several cloud hosting alternatives such as plain VPS, AWS, EngineYard, Heroku, and provide some insights based on my experience with them – beyond just somehow getting it to run, but also how to handle continuous deployment, how to maintain and scale them. While Rails already comes with many best practices build in, there are still plenty enough traps for you. We definitely had our fair share, and I’d like to share some of them for your entertainment and learning.]]>

The options for hosting ruby web application are plentiful, all with different advantages and disadvantages, options, limitations. How to start, how to grow, what are the pitfalls? With this talk I’d first like to give a short overview of several cloud hosting alternatives such as plain VPS, AWS, EngineYard, Heroku, and provide some insights based on my experience with them – beyond just somehow getting it to run, but also how to handle continuous deployment, how to maintain and scale them. While Rails already comes with many best practices build in, there are still plenty enough traps for you. We definitely had our fair share, and I’d like to share some of them for your entertainment and learning.]]>
Mon, 17 Mar 2014 00:57:29 GMT /slideshow/rubyhosting-32386774/32386774 mreinsch@slideshare.net(mreinsch) Hosting Ruby Web Apps mreinsch The options for hosting ruby web application are plentiful, all with different advantages and disadvantages, options, limitations. How to start, how to grow, what are the pitfalls? With this talk I’d first like to give a short overview of several cloud hosting alternatives such as plain VPS, AWS, EngineYard, Heroku, and provide some insights based on my experience with them – beyond just somehow getting it to run, but also how to handle continuous deployment, how to maintain and scale them. While Rails already comes with many best practices build in, there are still plenty enough traps for you. We definitely had our fair share, and I’d like to share some of them for your entertainment and learning. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/rubyhosting-140317005729-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> The options for hosting ruby web application are plentiful, all with different advantages and disadvantages, options, limitations. How to start, how to grow, what are the pitfalls? With this talk I’d first like to give a short overview of several cloud hosting alternatives such as plain VPS, AWS, EngineYard, Heroku, and provide some insights based on my experience with them – beyond just somehow getting it to run, but also how to handle continuous deployment, how to maintain and scale them. While Rails already comes with many best practices build in, there are still plenty enough traps for you. We definitely had our fair share, and I’d like to share some of them for your entertainment and learning.
Hosting Ruby Web Apps from Michael Reinsch
]]>
1456 3 https://cdn.slidesharecdn.com/ss_thumbnails/rubyhosting-140317005729-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-mreinsch-48x48.jpg?cb=1522860869 Being involved in communities has always been important to me, which lead me to become an organizer at Startup Weekend Japan, and help with many other events. doorkeeperhq.com https://cdn.slidesharecdn.com/ss_thumbnails/messagequeues-rugb-180201224018-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/apache-kafka-as-message-queue-for-your-microservices-and-other-occasions/87075912 Apache Kafka as Messag... https://cdn.slidesharecdn.com/ss_thumbnails/rugb-funwithrspec-160303221310-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/async-makes-your-tests-fun-acceptance-testing-with-capybara/59042733 async makes your tests... https://cdn.slidesharecdn.com/ss_thumbnails/elasticsearchrugb-160208103232-thumbnail.jpg?width=320&height=320&fit=bounds mreinsch/finding-the-right-stuff-an-intro-to-elasticsearch-at-rugb Finding the right stuf...