Skip to content
  • Development
  • SysAdmin
  • DIY
javaLounge

condensed notes to self

  • .NET
  • Azure DevOps
  • Linux
  • .NET
  • Azure DevOps
  • Linux
  • DIY

    Switching drivetrain on a cargo bike

    28/02/2024 - By Stig Stavik

    Having bought a cargo bike for moving my kids around – well knowing that the factory installed hub motor was underpowered, it also turned out that my recent purchase had a broken battery. Diving into stuff like this is always quite rewarding when it comes to obtaining new knowledge –…

    Continue Reading
  • red and gray industrial machinery
    Azure DevOps

    A starter Azure multistage pipeline

    26/02/2024 - By Stig Stavik

    Continue Reading
  • blackboard with handwritten calculations
    .NET

    Azure Functions integration testing

    23/01/2024 - By Stig Stavik

    Integration testing Azure Functions can be approached somewhat similar to how one may write integration tests for WebAPIs. The key difference is that while an HTTP test server will actually trigger your resources in the API, you will need to trigger the method in your function to be tested by…

    Continue Reading
  • close up photo of plugged cables
    Linux - SysAdmin

    MySQL Server upgrade from ‘80034’ to ‘80035’ started.

    13/11/2023 - By Stig Stavik

    The other day, the site went down because of a failed attempt to upgrade MySQL. At first glance, it was quite self-explanatory – something was missing somewhere. The something part was obviously general_log.CSV and the somewhere part would seem to be the the MySQL datadir. At this point, MySQL refused…

    Continue Reading
  • two clear glass jars beside several flasks
    .NET

    ASP.Net Core WebAPI integration testing with Entity Framework Core

    23/09/2023 - By Stig Stavik

    After recently having written about a possible approach to integration test an OWIN/EFCore setup, I thought I would share a minimal setup for doing the same with ASP.Net Core WebAPI and Entity Framework Core. There are a lot of great examples out there, and the documentation is really good –…

    Continue Reading
  • laboratory test tubes
    .NET

    OWIN WebAPI integration testing with Entity Framework Core and Castle Windsor

    22/09/2023 - By Stig Stavik

    Building WebAPIs using an ‘integration-test-first-approach’ can save you a lot of time. Letting your tests do the heavy lifting will surely pay out almost instantly. Used together with automated concurrent testing tools like nCrunch or Live Unit Testing in Visual Studio, you will get instant feedback and test your API…

    Continue Reading
Graceful Theme by Optima Themes