The IKEA Effect
On placing a higher value on things that you've either made yourself, or to which you’ve contributed towards making!

Peter Lawrey is a Java Champion and Oracle Code One alumnus. Peter likes to inspire developers to improve the craftsmanship of their solutions and his popular blog “Vanilla Java” has had over 4 million views. He is the founder and architect of Chronicle Software. He has one of the top number of answers for Java and JVM on StackOverflow.com (~13K).
Peter Lawrey
4,654 viewsOn placing a higher value on things that you've either made yourself, or to which you’ve contributed towards making!

Peter Lawrey
6,824 viewsStandard solutions for controlling CPU isolation for low-latency Linux applications are isolcpus and cgroups/csets. Each have their …

Peter Lawrey
7,315 viewsGenerate a highly efficient approach to generating an 8-byte lightweight identifier that is unique across many hosts.

Peter Lawrey
8,418 viewsThe cost of object creation can be far higher than the cost of cleaning them up if they are very short lived.

Peter Lawrey
3,251 viewsTechniques that help maximise hardware utilisation, while also reducing power consumption, helping reduce costs to your organisation.

Peter Lawrey
7,385 viewsIs replicating data to a secondary system faster than sync-ing to disk? My first time benchmarking with a realistic example.

Peter Lawrey
4,845 viewsFollowing the Hello World example, this article looks at an Order Processor with a New Order Single in and an Execution Report out.

Peter Lawrey
4,252 viewsMapping large areas of memory avoids having to know in advance how much memory we need or having to resize the memory mappings while in use.

Peter Lawrey
11,709 viewsLet's use an event-driven Hello World (a paradigm where the flow is determined by events) to step through behaviour-driven development,

Peter Lawrey
4,896 viewsHow to use Behaviour Driven Development to establish the requirements from users, and Event Driven Architecture to automate testing!