Amazon Web Services, ClojureJuly 29, 2020595Views0Likes Prevent IP address spoofing with X-Forwarded-For header when using AWS ELB and Clojure Ring Sometimes you need to get the IP address of the client that originally sent the request to your server. If you are…Read More
Books, DatabasesJuly 27, 2020292Views0Likes Book of the Month – July 2020 In order to get a deeper understanding of PostgreSQL, I started working diligently through this book. It's written by Hans-Jürgen Schönig, the…Read More
PitchNovember 1, 2019769Views0Likes I am joining Pitch I have made the decision to leave Microsoft and the Microsoft To Do team in order to work for a new startup,…Read More
JavaScriptApril 10, 2019433Views0Likes How to use JavaScript in the browser to bulk copy links into the clipboard I am frequently buying the book bundles from Humblebundle and since they are DRM free, I download the acquired books and backup…Read More
PythonMarch 25, 20191311Views0Likes How to extract information from a PDF containing images using Python and Tesseract on Mac OS Sometimes you need to take a written piece of information from the real world (e. g. a letter, a document) and enter…Read More
Game DevelopmentFebruary 12, 20191006Views0Likes How to install SDL2 on Mac OS Introduction SDL stands for Simple DirectMedia Layer and provides an abstraction for underlying hardware, such as video, audio and input devices. It…Read More
WunderlistJune 2, 2015783Views0Likes Wunderlist was acquired by Microsoft Today I have a big announcement to make: Microsoft acquired Wunderlist! We are officially joining the Microsoft family in the Office group…Read More
Quotes, Software ArchitectureJanuary 6, 2013221Views0Likes Applications are never perfectly designed. Every choice has a prize. Applications are never perfectly designed. Every choice has a prize. A good designer understands this tension and minimizes costs by making informed…Read More
RubyApril 24, 2012203Views0Likes Ruby – Access a module like an array I found a cool way to access a module like an array: module Fruits @fruits = ["Banana", "Apple", "Melon"] def…Read More
RubyApril 11, 2012245Views0Likes Ruby on Rails – Stub Remote IP with RSpec Today I wanted to simulate an external IP request with RSpec (2.8.0) and Rails (3.1). Unfortunately Google didn’t reveal much upon a…Read More
Quotes, RubyJanuary 8, 2012196Views0Likes Convincing people to write tests However, it’s still a lot of work to convince people that writing tests that are often longer than their implementation code can…Read More
PythonSeptember 27, 2011188Views0Likes Fractals in Python I became very interested in fractals recently - you can find them everywhere, especially in nature. Here is a nice Python script…Read More