August Meetup 2016

hosted by Tobias Pfeiffer by co.up co-up.de, 04.08.2016 at 19:30

Come and join for some great summerly talks and people :)

Topics

A better logging experience

Logging in rails is a seamless experience. It just works! For rails developer, this is a no-brainer. It doesn't take that much time. However, if you experiment with Sinatra logging, you find the complete opposite.

  • What kind of logging you need? Apache-like Access log?

  • Do you need the convenient "logger.info/debug/error/..."?

  • How about your ActiveRecord queries? They don't show automatically in the log (as in the case with Rails).

  • But wait, errors don't show the log. Do you need to connect these as well?

Out of experience, Sinatra logging configuration is not easy. And, it doesn't come ready out of the box. In Minodes, I developed an open-source gem Sinatra Logger (https://github.com/minodes/sinatra-logger) to make Sinatra's configuration easier. I would also love to show the SemanticLogger from RocketJob (https://github.com/rocketjob/semantic_logger), on top of which we based our gem.

Sinatra Logger gem is a Berlin-based project that was featured in Ruby Weekly.

Do's and Don'ts of Code Reviews

Reviewing code has become a well-established best practice in the last decade of software development. Basically, programmers are reviewing code everyday now. But though they are such an important tool of our everyday work, I claim that they are often done very inefficiently and I will talk about how we can optimise.

The first part of the talk is about the important things on which we should concentrate during our reviews, the second part is about the human factor involved and how to give better feedback.

Speed up with CDNs

A shorter version of my RubyConfPH talk “Incredibly Fast Web Apps Without Touching Ruby” focussing on using CDNs.

Get your web app extremely fast by optimizing it outside of the app itself. If done right, it’s possible to reduce your loading times to less than 50 ms by using a CDN in front of your app, moving some kind of code into JavaScript, setting the right headers, and using localStorage. I’ll show you the easy and the lessons learned transforming a Rails app.

Attendees: (33)

Study.EU
Events: 9
Topics: 2

Bodo Tasche 🔭
Events: 40
Topics: 3

Anthony Cherepanov
Events: 3
Topics: 1

Organizer

Tobias Pfeiffer
Events: 101
Topics: 15

Nico Hagenburger
Events: 30
Topics: 3

Peter Gundel
Events: 10
Topics: 1

Duilio Ruggiero
Events: 27
Topics: 0

Cristian
Events: 7
Topics: 0

Armin Pašalić
Events: 69
Topics: 3

Andrew France
Events: 29
Topics: 0

Sebastian Spier
Events: 5
Topics: 1

Dennis van de Hoef
Events: 7
Topics: 0

vonTronje
Events: 2
Topics: 0

Alexander Sulim
Events: 25
Topics: 2

Yehya Abouelnaga
Events: 1
Topics: 1

Bastian Bartmann
Events: 17
Topics: 0

Diego Torres
Events: 5
Topics: 0

Cameron Prebble 🇳🇿
Events: 45
Topics: 0

Deepak Lamichhane
Events: 22
Topics: 0

jprberlin
Events: 8
Topics: 0

Hendrik Bergunde
Events: 6
Topics: 0

Tanja Cerri
Events: 11
Topics: 0

Christoph Rahles
Events: 4
Topics: 0

Nikola Nizbrdica
Events: 7
Topics: 0

Christoph Grabo
Events: 83
Topics: 1

Jake Kelly
Events: 2
Topics: 0

Michael
Events: 2
Topics: 0

Holger Frohloff
Events: 18
Topics: 3

Holger Just
Events: 16
Topics: 0

Hermann
Events: 1
Topics: 0

Tiago Teixeira
Events: 12
Topics: 0

Skmitty
Events: 4
Topics: 0

Route