Posts filed under “Reading”
Excellent Book on Software Development
Just want to quickly point out an excellent reading for all software developers, architects, team leads or project managers: »Leading Lean Software Development: Results Are not the Point« by Mary and Tom Poppendieck. Although there is a chapter about technical excellence that covers architecture, TDD, evolutionary development etc., you won’t any code in it (a [...]
Demystifying Kanban and Scrum
»Do not develop an attachment to any one weapon or any one school of fighting.« (Miyamoto Musashi) – this is directly cited from a very readable free pdf book by Henrik Kniberg & Mattias Skarin about two popular agile practices: Kanban and Scrum. Not only do the authors compare Kanban and Scrum to each other, [...]
Fundamental Facts about Software Engineering
Interesting article about “Frequently Forgotten Fundamental Facts about Software Engineering” on the IEEE website.
CommunityCommands: Command Recommendations for Software Applications
Actually, this should be one of my recent “Paper of the Month” posts but I’m not really fond of that title and the structure of my past posts any more. I’m going to keep on presenting new papers, which I find interesting and worthwhile, in a more informal style from now on (in software terms: [...]
Paper of the Month: Faster Cascading Menu Selections Using AAMUs and EMUs
Actually, this post deals with two papers that I want to briefly present here (since they are closely related to each other). Download links and a short introduction below: The papers Tanvir, E., Cullen, J., Irani, P., Cockburn, A. (2008) AAMU: Adaptive Activation Area Menus for Improving Selection in Cascading Pull-Down Menus. Proceedings of ACM [...]
“Flash Engineering” – A book about software engineering with the Flash Platform
Recently, the book “Flash Engineering” by Sven Busse (2009) has been published. While it is currently only available in German, English speakers might still want to read on, since it is quite unique compared to other books relating to that technology. I don’t know if an English version is being planned (if not, it would [...]
Paper of the Month: Rethinking the Progress Bar
This is the second post in my series about worthwhile, freely available academic papers with practical relevance for application design. Here you go: The paper Harrison, C., Amento, B., Kuznetsov, S., Bell, R. (2007) Rethinking the Progress Bar. Proceedings of the 20th Annual ACM Symposium on User interface Software and Technology. Newport, Rhode Island, USA, [...]
Academic Flash and Paper of the Month
After almost a year of silence on this blog, I’m starting a new series of blog posts that cover serious topics that have both academic and practical relevance in terms of RIA development, user interface design or software design – basically topics that might be of interest for people involved in the design and development [...]
Object-Oriented Design Heuristics
Here’s just a quick book recommendation: Searching for books on OOP I came across the book Object-Oriented Design Heuristics by Arthur J. Riel. It’s a great book on object-oriented design that deals with language-independet oo guidelines. It contains more than sixty heuristics and general information on object-oriented mechanisms and design which are useful for both [...]