Quantcast
Channel: Uncategorized – Konrad Garus
Browsing all 5 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Fitt’s Law and Dual Monitors

Thanks to Jeff Atwood at Coding Horror I recently discovered the good old Fitt’s law. To make a long story short, it says that the larger the component is, the easier it is to click on it. The area...

View Article


I am a DZone Most Valuable Blogger and JavaCodeGeek!

I’m happy to announce that at about the same time I became a DZone Most Valuable Blogger and a JavaCodeGeeks author. Some of my posts have been appearing on various blogs, community sites and...

View Article


Two Ways to Access Properties in ClojureScript

There are two pairs of complementary functions to set properties on objects in ClojureScript. One is aset and aget, another is set! and .-propname: (def scope (js-obj)) (aset scope "var1" "Value")...

View Article

Image may be NSFW.
Clik here to view.

“Cooking for Geeks” by Jeff Potter; O’Reilly Media

And now for something completely different… cooking! I’ve always been intrigued by “Cooking for Geeks”. I came across it several times, and finally when I saw it in O’Reilly Blogger Reviews program I...

View Article

classycle-gradle-plugin update: works with Gradle 2.14.1 and Java 7

A while ago I released classycle-gradle-plugin, enabling easy integration of Classycle into Gradle builds. Classycle is a really great tool for static code analysis, especially checking for unwanted...

View Article

Browsing all 5 articles
Browse latest View live