Andrej Koelewijn

  • Home
  • About
  • Publications
  • Departments
    • agile
    • architecture
    • cloud
    • java
    • mobile
    • open standards
    • oracle
    • oss
    • other
    • soa
    • software development
    • tablet
    • Uncategorized
    • web
  • Subscribe via RSS

software development

« Previous Entries

Updating a vagrant box

February 2nd, 2012  |  by akoelewijn  |  published in software development

Here’s how i create an update of a vagrant box. It’s basically like creating a new box. I start a virtual machine based on an existing vagrant box, update it and shut it down. Next create a package and add the package:

Using littleproxy in Mule unit tests

February 1st, 2012  |  by akoelewijn  |  published in java, soa, software development

My mule configurations files often contain proxy settings for connectors that are used to communicate to the outside world. However during development and testing I can’t use the normal proxy, since i’m mocking the outside world. Littleproxy is a java proxy that you can use to replace the real proxy with a testing proxy. This [...]

25 million euros wasted, project failed

November 28th, 2011  |  by akoelewijn  |  published in agile, software development

Yet another big IT project in dutch government failed. A 25 million euro project was cancelled. Lots of press and discussions: Ict-project waterschappen loopt uit op debacle Tweede Kamer gaat onderzoek doen naar ict-problemen Parlementair onderzoek naar ict-problemen bij overheid Why did they spend 25 million before declaring the project failed? Shouldn’t they be able [...]

LAC2011 presentation: Scrum under Architecture

November 27th, 2011  |  by akoelewijn  |  published in agile, architecture, software development

My LAC-2011 presentation Scrum under Architecture is now available on speakerdeck. Since it contains mainly images, some notes might be useful: Scrum isn’t something by software developers, for software developers Scrum is a tool enabling management of product development by product managers There are two types of projects: those implementing known solutions, and those looking [...]

Ubuntu 11.10 base box for Vagrant

November 11th, 2011  |  by akoelewijn  |  published in software development

Here’s a useful manual how to create a Ubuntu 11.10 base box for Vagrant: Build Base Box Vagrant Ubuntu Oneiric 11.10 Server. I’m currently in the process of starting a 3 machine cluster on my laptop, it’s a shame you can’t run Vagrant in parallel. Now it takes me a full 10 minutes to create [...]

Crossing the Chasm, Personas and Minimal Viable Product

November 9th, 2011  |  by akoelewijn  |  published in agile, software development

The Lean Startup concept of Minimal Viable Product is getting a lot of attention at the moment. It’s good to focus on a MVP, even if you’re not working on a Lean Startup. You want to start learning as early as possible. You can also apply MVP to software development projects, for example by defining [...]

Presentation: Introduction to Scrum

October 26th, 2011  |  by akoelewijn  |  published in agile, software development

Just uploaded my first presentation to speakerdeck. It’s an introduction to scrum. I use it mainly as support for presentations, so it’s a bit lacking without me talking… I first discuss the goals of Scrum, before explaining the Scrum framework itself. I think the main object to understand is that you’re trying to manage uncertainty, [...]

Werner Vogels on Amazon Cloud

October 5th, 2011  |  by akoelewijn  |  published in architecture, cloud, soa, software development

The next web linked to a really interesting presentation by Amazon’s CTO today: Amazon’s CTO: “Amazon is a technology company. We just happen to do retail”. Lots of interesting information here: Scrum & Agile – small teams, fast innovation, all teams are customer focussed. How to scale. Architecture – what’s important when architecting large scale [...]

Using the Backbone router

September 8th, 2011  |  by akoelewijn  |  published in software development, web

Derick Bailey has some good advice regarding the backbone router: Stop Using Backbone As If It Were A Stateless Web Server. A javascript application using backbone is stateful, and implementing MVC doesn’t mean that all actions have to be handled by the router. Only use the router when you want to expose a url in [...]

When will we dump server side web frameworks?

September 2nd, 2011  |  by akoelewijn  |  published in software development, web

Single page web applications have been around for a while. Applications that run all user interface code in the browser using Javascript to update the user interface. The application server only exists to provide access to data and business logic. However, most Java Enterprise web applications i encounter still use serverside web technology like jsf, [...]

« Previous Entries

Tags

activemq agile bi camel css esb google governance grails groovy gtalk html5 internet ipad ivy J2EE java javascript jaxrs jmx jquery lean linkeddata linux maven mule noiv openoffice opensource Open Source oracle osgi oss rdbms rest scrum servicemix soa sql svg tablet web 2.0 XML xmpp yql

Archives

  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • June 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006
  • April 2006
  • March 2006
  • January 2006
  • December 2005
  • November 2005
  • October 2005
  • September 2005
  • August 2005
  • July 2005
  • June 2005

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Recent Posts

  • Updating a vagrant box
  • Using littleproxy in Mule unit tests
  • Useful site to determine what html5, css3 & svg you can use
  • A Product Owner is a Project Manager
  • Using css webfonts in inkscape

Categories

  • agile
  • architecture
  • cloud
  • java
  • mobile
  • open standards
  • oracle
  • oss
  • other
  • soa
  • software development
  • tablet
  • Uncategorized
  • web

Recent Comments

  • Pcdiggs on Software architecture, PHP and Javascript
  • Een Scrum Product Owner is een Project Leider on A Product Owner is a Project Manager
  • Using css webfonts in inkscape :: Andrej Koelewijn on Create presentations using inkscape
  • Create presentations using inkscape :: Andrej Koelewijn on Presentation: Introduction to Scrum
  • Gebhard Greiter on What is Agile?
Buzz
andrkoel: Utrecht hele dag mist, scheveningen zomerse dag... http://t.co/cDRCJHr9
4:35 PM Nov 10, 2011, comment
andrkoel: RT @stefanvdkamp: Beter filmpje van Garret McNamara in de 30 meter hoge golf. http://t.co/9abiWkYX
9:20 AM Nov 10, 2011, comment
andrkoel: Mmm, een uur voor den haag - leiden lijkt te weinig, ga mijn afspraak niet redden...
7:34 AM Nov 10, 2011, comment
andrkoel: Big Data is Useless without Science http://t.co/2I8EiLsH
6:18 AM Nov 10, 2011, comment
andrkoel: Just tried #vagrant to quickly setup virtualbox development environment. Looks good, although provisioning apache through puppet failed...
10:47 PM Nov 09, 2011, comment
 


©2012 Andrej Koelewijn
Powered by WordPress using the Gridline Lite theme by Graph Paper Press.