[2020 devnexus] mothering a dev team

Speaker: Valarie Regas @ValarieRegas

For more, see table of contents


Wardley Maps

  • For more: https://medium.com/@swardley
  • Map/graphic inspires more confidence than strengths/weaknesses/opportunities/threats matrix or list of steps
  • Customer is anchor point – your gol is your users
  • ex: Y axis is value chain visibility
  • ex: X axis is evolution. goes from genesis (ex: in house custom solutions) to commodity (stuff can outsource0
  • Links between nodes are dependencies

Examples/Lessons

  • Must have only one anchor point
  • Everything shouldn’t link to everything else
  • Need midtier examples – something between “hello world” and enterprise software
  • Disney trip example! ex: fastpasses, pack, dining. (time bound events). Y axis dates and X axis is person doing
  • Chore chart leading to donuts. X axis is people again. Used pictures for four year old.
  • Work project with y axis as time needed to do. X axis is status (planning to completed)
  • All show movement from beginning to end, shows components clearly and shows how to get from one to another

Other axis ides

  • Cost
  • Complexity
  • # people needed

Other notes

  • There is software as well. Can make whiteboard version or electronic one.
  • Can use for sprint planning.
  • Valarie creates the maps independenly

My take

I hadn’t heard of Wardley Maps. Interesting idea. I *love* the Disney example. I have planned a trip to Disney World. What a project. Also, loved the how to make PB&J sandwich reference. I enjoyed that when I was a kid. I like there was a lot of Q&A. (I noted this last year too)

[2020 dev nexus] agile software engineering

Speaker: Jeff Wilson @mjeffw

For more, see table of contents


Quotes

  • “Scrum is like your mother-in-law, it points out ALL your faults” – Ken Schwaber
  • “Without requirements or design, programming is the art of adding bugs to an empty text file” – Louis Srygley
  • Cartoon – “A good architect leaves a footprint” cartoon – gave up giving them names and just name layers after the architect.
  • “Make it work; make it right; make it fast” – Kent Beck
  • “If you are releasing software into production once every six months, you aren’t very good at it. If you can release software into production every 11.6 seconds like Amazon, you are bloody good at it” – Dave Farley

General

  • In short term, those ignoring quality are faster. In long run, those focused on quality win
  • Common problems:
    • we can’t demo anything until all the layers are addressed.
      • product owner should understand enough that can demo through a test
      • hexagonal architecture/prots-and-adapters – interchangeable requirements, can unit test or demo parts. Note all parts and draw a hexagon around them. Each layer has its own port and understands format. Adapter changes data to standard format.
    • must have a database to test business rules
      • can use in memory database or mock objects
    • testers have a different interpretation of requirements than developers
      • problem that put testing at end of process
      • better to have the tests being the requirements.
      • cannot release code until all requirements met and no failing test cases
      • BDD – gets business, developer and QA to collaborate. Gherkin acceptance tests (given/when/then)
    • we don’t understand the user stories until 3-4 days into the sprint
    • tech debt is slowing us down
    • can’t get through coding and testing in the same sprint
      • happens if stories too big
      • happens if silos
      • “waterfalling” as sprint – spend first two days for design, and…
    • can only test thru gui or api
      • test should be at lowest possible level of code
      • test UI/API separate from rest of system
      • inverted pyramid for # of tests is an anti-pattern
    • Low level quality
      • Designing to interfaces, not implementation
      • SOLID Principle
      • Robert Martin’s “Agile Software Development” book
      • Eric Gamma’s “Design Patterns” book
      • Robert Martin’s “Clean Code” book
      • Focus on maintainability because changing code all the time – readable, extensible, clear design well-defined interfaces, ease of build/reuse, sufficient documentations
      • Create domain objects (ex: social security number) rather than just using Strings

My take

Hexagonal architecture was new to me. I want to read more about it after the session. It’s always surprising what the “new” thing I learn in this type of talk is. I’ve read all the recommended books, but good recommendations.

[2020 dev nexus] keynote – dueling banjos

Burr Sutter (RedHat) and Ray Tsang (Google)

Freddy and Nancy played guitar/banjo to start

For more, see table of contents


Live demos

  • Ray
    • demo Kubernettes on Google Cloud
    • spring boot
    • jib-maven-plugin (use container registry instead of dockerfile)
  • Burr
    • demo OpenShift (Kubernettes implementation) running on Amazon, Azure and Google
    • quarkus
    • graalvm
  • deployed each other’s containers into the other one’s cluster
  • showed traffic redirection between cloud providers fronted both with a load balancer
  • audience load balancer – Can play at kubejava.com during the demo. Stopped it from the back end; good way to get everyone to pay attention again
  • move between clouds. took amazon instance down. showed auto failover to one of the others when unpaused

My take

Fun start to the day. We had music (banjos), a golden switch, a game and a high energy cloud presentation. Well, Or maybe it was two presentations concurrently..