@codemonkeyism

the blog for developers

Talk: Time to market, don’t focus on development

I’m very interested in time to market as I believe time to market is a huge lever. I wrote an eBook on the topic and gave some talks. Recently I gave a talk on time to market at the JAX conferences agile day. The talk went to my satisfaction. It was based on a talk I gave for HackFwd – an excellent incubator for startups. Highly recommended.

After writing the talk I’ve read a book though, Developing Products in Half the Time by Donald G. Reinertsen and included some good points into my JAX talk.

The gist of the talk at JAX was that time to market for development is solved. In the last 15 years the software industry at last found a process that works for software development quite well, after years of trying to adapt conventional engineering processes to software development. If you stick to a process like Kanban or Scrum, you automatically do things that focus on time to market and reduce time to market to a minimum. Nevertheless management often focuses on development, trying to speed things up to get a product or project faster too market. What very few people focus though is before development starts. And that’s where you can improve most.

Talk: LMAX Architecture for High Performance SEDA in Java

Last week I gave a talk at the JAX 2012 conference on Java. The topic of the talk was the LMAX architecture using disruptors. The team at the LMAX exchange found out that their problems were not adequately solved by RDBMS systems or SEDA architectures based on queues. The same went for their playing with Actor concurrency. The main trouble comes from not hardware aligned execution and that a lot of CPU power is spent on managing locks and concurrency with queues.

SEDA architectures are a special kind of concurrency problem. A work unit (web request, trade, …) moves through a system of stages and workers do their work on each stage. Reducing the problem space of concurrency, the idea was to do away with the queues and introduce a new data structure: the ring buffer.

I was first introduced to the LMAX architecture in an excellent blog post from Martin Fowler. My talk was heavily influenced by that blog post, but I’ve added a different perspective in it and make it smoother to digest.

Beside the good technical paper, there are blog posts focusing on Cache line padding and lock free publishing to the ring gave me some insights.

The source code for my talk was written by Lars Grindt and can be found on github.

I’m glad my employer brands4friends gives me the opportunity to speak at conferences.

Naysayers

Calling me and other enthusiast and corporate Scala users unfair naysayers makes me feel sad.

Guide to CodeMonkeyism

Over the last 4 years I wrote many articles on this blog. To make it easier for you to find the relevant ones, I've organized them into topics.

Top 10

6 reasons why my VC funded startup did fail

Go Ahead: Next Generation Java Programming Style

Java Interview questions: Write a String Reverser

The dark side of NoSQL

7 Bad Signs not to Work for a Software Company or Startup

Is Java dead?

Scala vs. Clojure

Never, never, never use String in Java

No future for functional programming in 2008 – Scala, F# and Nu

Clojure vs Scala, Part 2

Java Developer

Is Java Dead?

Go Ahead: Next Generation Java Programming Style

Be careful with magical code

All variables in Java must be final

Never, never, never use String in Java

Bending Java: More readable code with methods that do nothing?

NoSQL Guy

NoSQL: The Dawn of Polyglot Persistence

The dark side of NoSQL

Essential storage tradeoff: Simple Reads vs. Simple Writes

Sharding destroys the goals of your relational database

The unholy legacy of databases

Startup/CTO

Development Dream Teams

6 reasons why my VC funded startup did fail

American vs. European style of Software Development

12 Things to Reduce Your Lead Time and Time to Market

The high cost of overhead when working in parallel

Essential storage tradeoff: Simple Reads vs. Simple Writes

Job Seeker

Another Good (Java) Interview Question

7 Bad Signs not to Work for a Software Company or Startup

Java Interview questions: Write a String Reverser (and use Recursion!)

Java Interview questions: Multiple Inheritance

As a Manager: What I value in developers

Top 10 Tips (+1) to Get a Pay Raise

Agilist

What Developers Need to Know About Agile

5 Practices Better to Change in Your Scrum Implementation

Scrum is not about engineering practices

ScrumMaster and ZenMaster: The joke of certification

What is Trans-Scrum?