Notes on software, systems, books, and places.
A long-running personal archive with recent writing up front and old posts kept easy to scan.
HashMap performance improvements in Java 8 http://www.nurkiewicz.com/2014/04/hashmap-performance-improvements-in.html
Such a simple and convenient way to go from O(n) to O(logn) in a messy Symbol table
Read more
Javabean.ru has been renovated!
I’ve changed quite a few things on my blog and i’m going to spend much more time on it! Wish me good luck!
Read more
Effective Javascript: 68 specific ways to harness the power of Javascript review
This book considered to be a supplement for the “JavaScript: the good parts”. It’s said in the book’s introduction that these two books shouldn’t be considered as rivals though ...
Read moreJavaScript: The Good Parts review
Long time before I thought that JavaScript is an interpreted subset of Java. These days I ‘ve been struggling a lot because of my incompetence. Many cool JS frameworks (except f...
Read more
Mastering Web Application Development with AngularJS review
It wasn’t obvious for me how to start learning Angular because of the flood of information about it. I needed to take off the ground an Angular-based business application as qui...
Read more
My summer vacations: San Francisco -> Redwood forest -> Fort Ross -> Napa Valley -> Yosemite park -> Sequoia forest
Read moreProgramming Google glass: Mirror API book review
This time my intention to read a book was simple, I was trying to decide if it’s worth developing for Google glass because of the limitations it imposes.
Read more
Professional Node.JS book review
My motivation for reading this book was simple. I needed a technology that would allow me to build backend as quickly as possible. There were 2 candidates for that: Ruby on Rail...
Read more
Apache Cordova 3 programming book review
I’m learning if Cordova is able to solve the problems I’ve struggled with while developing an app using the native approach of Mobile Development.
Read more
The busy coder’s guide to Android development review
This year i’ve tried to give Android as a developmnent platform a second try. Previously i had a harsh experience with it, mostly because of the fact that it’s environment was i...
Read more
Spring in Action book review
It was an easy and pleasant job to write a review for this “Spring in Action” book. Though it’s almost three years old it’s still considered to be one best book about the Spring...
Read more
Testing in Scala book review
Intent for reading this book was trivial. I needed it to take full responsibility for testing an application at my job. This doesn’t happen every day. Most of the books I’ve rea...
Read more
Is Google Guice still relevant?
I haven’y used Guice for a long time, because most of the projects i tackle have Spring under the hood . But still, Google Guice was the fist framework that introduced me to the...
Read more