-
Core Java
Creating Password-Based Encryption Keys
This article discusses creating password-based encryption PBE keys. First a reminder of earlier points – as a rule you should,…
Read More » -
Software Development
A Few Thoughts About Method Implementation
In chapter 17 of “Clean Code” by Robert C. Martin, the author describes the idea of “code smells,” practices in…
Read More » -
Android Core
Send Email with Attachment in Android
This is a simple demo for send email in Android with attachment. For attachment I am using Intent.ACTION_GET_CONTENT. Don’t forget to…
Read More » -
Enterprise Java
CapeDwarf – Google App Engine on Java EE
I have many hobbyhorses. Coming all the way from the early Java EE specifications and having done the “cloud” excursion…
Read More » -
Enterprise Java
Guava 15 – New features
A new version of the Guava library was released earlier this month and contains several new features and improvements. Here…
Read More » -
Scala
Sending Email with Java and Akka actors
Akka is a concurrent framework written by Scala. Here I demonstrate sample application to send emails with Akka and implemented…
Read More » -
Career
Salary Negotiation For Geeks
Advice on salary negotiation is abundant, but material written for the general public may not always be applicable to a…
Read More » -
Core Java
Javaone 2013 Review
tl;dr I attended Javaone again this year. It was fun. Sunday The conference kicked off on Sunday, with user group…
Read More » -
Scala
Scala setup on Windows 7
This article will be dedicated to installation of Scala on PC with Windows 7. In general, doesn’t metter which Windows…
Read More »