Q1 2025 F# Vienna Meetups hosted by Zastrpay Studio (former 5G Pay)
tldr; We hosted 2 F# meetups in January and March 2025 in our office in Vienna.
Download the presentation from our GitHub repo 20 min read
tldr; We hosted 2 F# meetups in January and March 2025 in our office in Vienna.
Download the presentation from our GitHub repo 20 min read
tldr; Scanning projects with SonarQube Community and retrieving a couple of metrics and reports can be done easily with the below scripts.
Read the full article on dev 5 min read
tldr; This bash script will allow you to start and approve (multiple) Azure DevOps pipelines from the terminal.
Read the full article on dev 5 min read
tldr; Use a standard .NET 8+ host for your microservices running for example in AKS without any Azure WebJobs SDK syntactic sugar or similar fluff/magic
Read the full article on dev 5 min read
tldr; Use k3d, multi-tenant Azure Services, local docker containers and mirrord for an amazing local development experience.
Read the full article on dev 5 min read
tldr; Splitting your "services" into several "microservices" based on technical responsibility simplifies development and code management and gives you deployment flexibility and isolation.
Read the full article on dev 5 min read
tldr; MongoDB Atlas M20-M40 on Azure and GCP perform pretty similar, with Azure seemingly a bit faster (surprise!) and GCP seemingly a bit more stable (less outliers).
Read the full article on dev 6 min read
tldr; MongoDB Atlas on Azure (smaller instances with smaller storage) works but comes with a number of pitfalls you should be aware of. You'd save a lot of headaches hosting MongoDB Atlas on AWS/GCP instead.
Read the full article on dev 8 min read
tldr; Use a standard .NET 5 host which gives you full control (incl. upgradability!) and still allows for WebJobs sugar, instead of the fluffy and "magical" Azure Functions host.
Read the full article on dev 5 min read
tldr; Use TickSpec in F# for BDD-style tests, and utilize the classless or module/function-based approach with a Context record type being passed between the individual step functions.
Read the full article on dev 11 min read
tldr; You'd better use AKS (incl. Traefik or similar ingress controller) instead of Azure Functions App Service/Premium/Consumption Plans + Azure API Management for hosting your microservices.
Read the full article on dev 13 min read
tldr; Storing the current state of an entity including a LastEvent property (indicating the last event that happened to the entity) in combination with database change stream technology can be an alternative to an event-sourced entity approach, but of course with its own pros and cons.
Read the full article on dev 7 min read
Read the full article on dev 3 min read