Recently, I had to implement an Azure Topic subscription within my Xamarin app. AzureTopicListener The code below is what I built to get my Xamarin app to subscribe to Azure topic that relies on a filter rule: Test Here's a test that I wrote:
Feature Toggles: Client
Intro I'm totally in love with the concept of feature toggles. To make a long story short, a Feature Toggle is a strategy used for managing continuous delivery. Thus, it's an alternative to branching features which can also be slow and error prone. Domain Model I declared the interface for requesting a feature. Declaring these …
What are the Responsibilities of a Software Engineer?
F# (Rehearsal): Property-based Testing
South Florida Test Automation Meetup.
F#: Unit Testing ViewModel Initialization
F#: ViewModel (Dependency Injection)
Intro In this post, I attempt to demonstrate how cool I am at writing proven code for a user's registration form. Please note that I use the term proven and testable interchangeably. The viewmodel is the root of the testable codebase for business logic. As a result, I injected the function (aka: implementation) …
Wiring a ViewModel to a DDD-Workflow
Intro I recently connected a viewmodel to a workflow that I was inspired to write as a result of reading the book: Domain Driven Design Made Functional. All of my source code can be found on GitHub/Nikeza. ViewModel In the viewmodel, I handle validating and submitting a form. The interesting part of this exercise is …
Elm: Week 18 of my Journey
Nikeza: F# and Elm Integration
Lambda Cartel: Unit Testing Feud and Hiring Developers
Ody, Pablo, and I discuss the latest updates to project Nikeza. We then debate unit test strategies. Lastly, we discuss how to hire a talented developer.