Hadoop In Action

Posted by & filed under Books.

As we use Hadoop at work I am reading this book right now. The part about MapReduce algorithm is boring… We use much more cool technologies… I mean we do mapreduce but with Apache Pig and not pure java…

Po pierwszy dniu nowej pracy… Wow!

Posted by & filed under java.

Jestem po pierwszym dniu w nowym miejscu pracy. Po prostu Wow! Super lokalizacja, super ludzie, super narzędzia i technologie po prostu wypas. Piszę zupełnie bez wazeliny i miodu. Poza tym jest super ekspres do pycha kawy! Niesamowite. Technologie w projekcie do którego jestem przewidziany to hadoop, spring, js, groovy, fabric py, zapowiada się ciekawie…

zmiana pracodawcy

Posted by & filed under java.

Wkrótce zmieniam pracodawce. Jestem mega podekscytowany ponieważ nauczę się nowych technologii mongoDB, spring i jego podejścia do DI. To bardzo ważne dla gościa od narzędzia SOA i po kilku projektach z EJB :) Poza tym testy,testy, testy oraz TDD – mam nadzieję, że będzie tak jak sobie wymarzyłem. Dodatkowo projekty prowadzone scrumem. Zespół jest młody… Read more »

Ouch.. DateFormat concurrency issue

Posted by & filed under java.

I wrote many ejb’s using SimpleDateFormat object to format date, implement time shift etc. Unfortunately I didn’t care about thread safety. And suddenly turns out you need to sychronize access to it because it’s not thread safe. I red an article 3 possible ways of dealing with it in project. (except of course best solution of using… Read more »

My Url Check App on app engine

Posted by & filed under java.

This is an app that pings your website once every hour. You will be notified by mail if your site is down. Maybe you could test it and drop me some criticism?