Team Feed

Thoughts from the team

  1. Daniel (Raniz) Raneland
    Daniel (Raniz) Raneland

    Generating test flavours in C# part 2: Making the compiler write code for us

    In the previous post I explored how to run the same tests for multiple database engines by extending Xunit. Unfortunately that did not wo...
    Read more at raniz.blog ↗
  2. Nizar Selander
    Nizar Selander

    Robot Control with the Jetson Nano

    Two years ago, I got to dive into a project at the intersection of machine learning and hardware - right before ChatGPT became a househol...
    Read more at nizar.se ↗
  3. Daniel (Raniz) Raneland
    Daniel (Raniz) Raneland

    Generating test flavours in C# part 1: The non-solution

    Imagine that you're working on a project that should support multiple different database backends. Up until now you have only worked with...
    Read more at raniz.blog ↗
  4. Daniel (Raniz) Raneland
    Daniel (Raniz) Raneland

    About pair programming

    When I first heard about pair programming I didn't like the concept. I'm much faster on my own without someone else slowing me down. And ...
    Read more at raniz.blog ↗
  5. Daniel (Raniz) Raneland
    Daniel (Raniz) Raneland

    The art of testing: failing gracefully

    When writing tests, we should always write them so that when (not if) they fail, they do so gracefully, with as much information regardin...
    Read more at raniz.blog ↗
  6. Daniel (Raniz) Raneland
    Daniel (Raniz) Raneland

    Back on Gentoo

    I discovered Linux back in 2002 when I was in my second year of "Gymnasiet". I studied "Computer Technology" and we had our own computer ...
    Read more at raniz.blog ↗
  7. Dino Opijac
    Dino Opijac

    Code criticism: Context Matters

    I work as a software developer consultant. This role often puts me in the midst of varied personalities and codebases. I’ve learned that ...
    Read more at dino.opij.ac ↗
  8. Daniel (Raniz) Raneland
    Daniel (Raniz) Raneland

    Can you Test-Drive Music?

    I think Martin Molin of Wintergatan is test-driving his Marble Machine 3. Here is why.
    Read more at raniz.blog ↗
  9. Martin Hellspong
    Martin Hellspong

    Statements vs Expressions

    Programming languages are sometimes categorized into expression-oriented or statement-oriented. Statements typically do something, wherea...
    Read more at recurse.se ↗