The Declining Quality of Low and Middle Class Laptops
My old laptop broke (3.5 years in service already), so I had to get a new one. I thought it would be easy – I went to an online store,Continue reading
My old laptop broke (3.5 years in service already), so I had to get a new one. I thought it would be easy – I went to an online store,Continue reading
Ever since I started working full-time, I’ve been wearing slippers at work. Just because it is way more comfortable than staying with your shoes on all day long. Sounds weird?Continue reading
How should you decide when to use trailing slashes with pretty URLs? In my opinion you should never use them. Why? Because a trailing slash denotes a directory, while theContinue reading
(This isn’t going to be a rant. I’ll try to figure out why the problems with the facebook graph API exist) The other day an article got popular on dzone.Continue reading
JPA and domain-driven design don’t mix well. In fact, JPA “entities” are representatives of the anemic data model that Fowler warns against. I have already discussed DDD in the lightContinue reading
The usual choice for a collation in MySQL is utf8_general_ci (or whataver_ci). ci means “case insensitive” (there are also the _cs collations). All is fine with that, but if youContinue reading
Frameworks like Hibernate and Spring are industry-standards. JSF, EJB and the likes are also standards and used in many applications. But there are always people that are against these frameworks.Continue reading
Today I launched a “field trial” of my sort-of-a-startup (http://welshare.com). And here I’ll write some technical details. The stack: Java – the language and the platform I’m most familiar with.Continue reading
Facebook and all OAuth applications (facebook is sort-of OAuth) provide access tokens for applications to do things on behalf of users. I’ll not go into details of how to obtainContinue reading
How many times have you been asked where some class or resource is located when you say “this configuration is in the foobar.properties”? It’s not rare. I’ve heard it manyContinue reading