-
Software Development
Managing your application as a file system
Overview “A database is a smart file system” — Anonymous “Your database/application is a file system” — Chronicle Software. Why…
Read More » -
Agile
Preparing Your Culture to Move Beyond Agile Development
How can companies and organizations build in innovation today beyond agile development? Agile methods are evolving from the basic Scrum…
Read More » -
Software Development
Architecting Data Intensive Applications – Part 1
Introduction Every software application can, in essence, be divided into two types : Compute Intensive Applications and Data Intensive Applications.…
Read More » -
Software Development
Candidate bugs for the EclipseCon Europe 2015 Hackathon
Alternate title: What I saw at the EclipseCon Europe Hackathon made my jaw drop! I’m pretty excited about the hackathon…
Read More » -
Core Java
Java 8 SE Optional, a strict approach
About two weeks ago Stephen Colebourne presented his pragmatic approach to using Optional. If you read it, you might have…
Read More » -
Software Development
JET Conference – Let’s Fly to Java World
Did you hear about JET conference? Probably no, why? It is the first time appearance of this event. And that’s…
Read More » -
DevOps
Configuration Management in the Docker World
Anyone managing more than a few servers can confirm that doing such a task manually is a waste of time…
Read More » -
Software Development
There is no Such Thing as Object-Relational Impedance Mismatch
Much of the ORM criticism of the last decade missed the point, being inaccurate. By the end of this article,…
Read More » -
Core Java
Optional in collections
Sometime it is argued that the type Optional is worth being used in collections. It allegedly solves the problem of…
Read More »