ga('send', 'pageview');

Citerus blogg

Citerus blogg

Using your Gmail as a simple mail Kanban
/

Using your Gmail as a simple mail Kanban

If you use Gmail, or any other similar web mail, you know how it works – instead of a scrolling list of mail, you get to choose to show 25, ...
Enkel introduktion till lättrörlig produktutveckling
/

Enkel introduktion till lättrörlig produktutveckling

För verksamheter och företag som blivit nyfikna på vad som händer inom lättrörlig (agil) utveckling och hur de kan tillämpa praxis själva håller jag ett föredrag och grundutbildning om detta ...
magnus-mickelsson
/

Ant Refactoring

Today, those who work in agile teams have learned to constantly improve their code using refactoring techniques. However, build scripts still tend to degenerate as more functionality is added. Magnus ...
Learning-First Product Development: An Interview With Michael Kennedy
/

Learning-First Product Development: An Interview With Michael Kennedy

For many years, Michael Kennedy has immersed himself in the study of Toyota’s style of product development. Tobias Fors met him at a seminar in Södertälje, Sweden, and followed up ...
The top six technical practices every Product Owner must know about
/

The top six technical practices every Product Owner must know about

So, you have made it. You are the Product Owner of the company’s flagship product. Now you will spend your days thinking about business value and customer satisfaction, and leave ...
Fixed-point calculations (and square roots) in Clojure
/

Fixed-point calculations (and square roots) in Clojure

I’m currently reading “The interpretation and structure of computer programs”, (which by the way is a really joyful read) and I felt an urge to try the examples in a ...
From Java to Clojure
/

From Java to Clojure

Patrik Fredriksson takes us on a tour from Java to Clojure, by using a step by step conversion from one language to the other. If you’re a Java programmer who ...
Mocking to the Rescue!
/

Mocking to the Rescue!

I am not really a big fan of mocking. My experience is that if you design your code to be testable, you only rarely have to rely on mocks, instead ...
Lättrörlig kravhantering med Wiki
/

Lättrörlig kravhantering med Wiki

Idag blev jag ombedd att dela med mig av råd och erfarenheter rörande lättrörlig kravhantering i praktiken – vilka verktyg ska man använda, hur hanterar man nedbrytning, spårning mellan krav ...
On layering in DDDSample
/

On layering in DDDSample

There has been considerable interest in the DDDSample application on the Swedish DDD user group mailing list – people are scrutinizing the code, asking questions and raising concerns. This last ...