kwebble’s posterous

The Benefits of Testable Code

Interview with Miško Hevery about writing testable code and doing test driven development. Miško works at Google developing web applications and writes about developing testable software on his blog.

In this interview he discusses topics like test driven development, dependency injection, using the right OO techniques to write testable code and his aversions against static code and Singletons.

Filed under  //   tdd   test driven development  

Comments [0]

Open source universiteit van start

De Free Technology Academy geeft vanaf januari mastercursussen over vrije software. Het is een initiatief van onder meer de Open Universiteit Nederland. Al het cursusmateriaal is vrij toegankelijk.

Er wordt gestart wordt met 2 modules:

  • The concepts of Free Software and Open Standards
  • The GNU/Linux Operating System

Filed under  //   cursusmateriaal   open source   opleiding  

Comments [0]

NOVI komt met alternatief voor ITIL-opleiding

Hogeschool NOVI start in januari met een alternatief voor Information Technology Infrastructure Library (ITIL)-trainingen. De hbo-studie IT Service Management (ITSM ) richt zich naast ITIL versie 3 op andere denkwijzen over beheer, waaronder ISO 2000, BiSL en ASL. Volgens de hogeschool is de studie nodig omdat ITIL met versie 3 een complexe weg inslaat die wat betreft certificering veel kosten met zich meebrengt. Bovendien is de waarde van de ITIL-certificaten buiten de ict vrijwel nihil.

Filed under  //   itil   opleiding  

Comments [0]

Opleiders en bedrijven starten Linux-instituut

Fontys Hogeschool Techniek en Management en aanbieders van Linux-trainingen beginnen samen een Nederlandse versie van Het Linux Professional Institute (LPI). Dienstverleners als Ictivity, StarTel en AT Computing doen mee aan het initiatief.

Filed under  //   linux   opleiding  

Comments [0]

Jumpstart for Oracle Service Bus Development

Three tutorials that demonstrate the capabilities of Oracle Service Bus, in particular the functionality that isn't included in Oracle ESB:

  • Exposing a simple service: getting to know OSB basics such as Business and Proxy Services, and simple routing rules and transformation capabilities based on XQuery.
  • New adapters: getting to know the adapter support in OSB such as the e-mail adapter.
  • Data enrichment: more advanced routing and transformation capabilities of OSB.

Filed under  //   esb   osb   service bus   tutorial  

Comments [0]

You Can Get There From Here: Websites for Learners

Web creators might aim for beautiful, accessible, usable interfaces to house their smart, web-native content, but they don’t often have learners’ goals or needs in mind—if they even know what those needs are. Learners require more from us than keywords and killer headlines. They need an environment that is narrative, interactive, and discoverable.

Filed under  //   elearning   web design  

Comments [0]

InfoQ: Real-life SOA

In this presentation, based on real-life cases from the financial industry, Michael Poulin shows how to use 7 service oriented principles, Composability, Autonomy, Contracts, Abstraction, Loose Coupling, Reusability, and Discoverability, to handle service behavior in the execution context and UI changes, and how to prepare for unexpected changes.

bron: infoq.com

Filed under  //   oo   presentation   soa   video  

Comments [0]

What I learnt About Clustering

Een tip uit deze post:

Make sure when testing with a software load balancer that it uses HTTP cookie affinity rather than IP address affinity.

want...

This is bad when testing because it means that if you run a test script from a single machine it will only target a single machine in the cluster.

Filed under  //   infrastructuur   testen  

Comments [0]

Opleider Compu'train koopt nieuw pand

Aanbieder van ict-cursussen Compu'train gaat verhuizen. De opleider heeft een nieuw pand gekocht in Utrecht. Doordat de ruimte efficiënter kan worden ingedeeld, is in het nieuwe kantoor meer lesruimte op minder oppervlakte. Compu'train verhuist maandag 2 november naar het nieuwe pand.

Filed under  //   opleider  

Comments [0]

SOA Manifesto

Service orientation is a paradigm that frames what you do. Service-oriented architecture (SOA) is a type of architecture that results from applying service orientation. We have been applying service orientation to help organizations consistently deliver sustainable business value, with increased agility and cost effectiveness, in line with changing business needs.

Filed under  //   architecture   principles   soa   software design  

Comments [0]