We had a card that described how to install multiple mysql versions using mysql-sandbox. Nowadays with the wide adoption...
In Ruby (almost) everything is an Object. While this enables a lot of powerful features, this concept might be confusing...
Speaker today is Henning Koch, Head of Development at makandra. This talk will be in German with English slides.
An end-to-end test (E2E test) is a script that remote-controls a web browser with tools like Selenium...
Slides for Henning's talk on Sep 21st 2017. Understanding sync vs. async control flow Talking to synchronous (or "blocking...
Many of our developers love to use the "awesome" window manager on Linux. However, RubyMine dialogs occasionally defocus while typing...
Instead of using this hack you might want to use MariaDB 10.x which can work with both old and...
In Ruby, the meaning of protected and private is different from other languages like Java. (They don't hide methods...
Every now and then, Java is subject to security issues where code can break out of Java's sandbox and...
Slides presenting ways to integrate the ideas of Aspect-Oriented Programming in Ruby. Outline Why Aspect-Oriented Programming?
This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...
Web fonts are awesome. After being restricted to Arial for two decades there is finally a cross-browser way to...
My RubyMine (and it seems like many other Java GUI applications) crashes the Compiz window decorator almost every time on...
With SNI, you can have many virtual hosts with HTTPS sharing the same IP address and port, and each one...
Some people, when confronted with a problem, think "I know, I'll use a queue." Now they have an unbounded...
This is for those who already own an SSL certificate (e.g. using it in the Apache HTTP Server) and need...
This card explains how to install RubyMine for the first time. If you want to upgrade an existing RubyMine installation...
Sometimes you inherit a non Rails or non Rack based web app such as PHP, Perl, Java / JEE, etc. I...
Note that you should disable the Java plug-in in your browsers after installation. Ubuntu >= 12.04 Java 11
A well-written API can be a great asset to the organization that wrote it and to all that use...
rjb is a bridge software. It connects Ruby and Java.
Following up on my previous post, this is the second installment of Java Concurrency Bugs. In this post, we’ll...
Jasmin is an assembler for the Java Virtual Machine. It takes ASCII descriptions of Java classes, written in a simple...
The number of operators that you can overload is very small and each of them is attached to very specific...