<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom" xmlns:dc="https://purl.org/dc/elements/1.1/">
  <channel>
    <title>MNie</title>
    <description></description>
    <link>http://mnie.me</link>
    <atom:link href="http://mnie.me/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Signaling in WebRTC with Ably and Fable</title>
        <description>Implement simple WebRTC signaling mechanism via Ably.io.</description>
        <pubDate>Tue, 05 Jan 2021 00:00:00 +0100</pubDate>
        <link>http://mnie.me/webrtcandably</link>
        <guid isPermaLink="true">http://mnie.me/webrtcandably</guid>
      </item>
    
      <item>
        <title>Struggles when migrating from ES 6.8 to ES 7.5</title>
        <description>What problems I encounter when migrating from ES 6.8 to ES 7.5 and how to avoid them.</description>
        <pubDate>Sun, 26 Apr 2020 00:00:00 +0200</pubDate>
        <link>http://mnie.me/migratedatafromoneelastictoanother-copy</link>
        <guid isPermaLink="true">http://mnie.me/migratedatafromoneelastictoanother-copy</guid>
      </item>
    
      <item>
        <title>How to define &quot;proper&quot; function in Fable</title>
        <description>Little insight, how the definition of a function in F# would result in a Javascript code.</description>
        <pubDate>Sun, 26 Apr 2020 00:00:00 +0200</pubDate>
        <link>http://mnie.me/definefablemultiargjsfunction</link>
        <guid isPermaLink="true">http://mnie.me/definefablemultiargjsfunction</guid>
      </item>
    
      <item>
        <title>Running Canopy in Docker container</title>
        <description>In this article you will see how to write and run Canopy tests inside of Docker Container.</description>
        <pubDate>Mon, 27 Jan 2020 00:00:00 +0100</pubDate>
        <link>http://mnie.me/runningcanopyindocker</link>
        <guid isPermaLink="true">http://mnie.me/runningcanopyindocker</guid>
      </item>
    
      <item>
        <title>Visualization of estates on a map with Fable</title>
        <description>From time to time I look at bailiff auctions. To check if there are some interesting properties for sale. If I want to check where they are located I have to go into details of each auction. I felt it would be great to see all of them on the map, so I could filter them by localization or district.</description>
        <pubDate>Wed, 08 Jan 2020 00:00:00 +0100</pubDate>
        <link>http://mnie.me/estatesonmap</link>
        <guid isPermaLink="true">http://mnie.me/estatesonmap</guid>
      </item>
    
      <item>
        <title>Deleting old branches using Azure Functions</title>
        <description>Doing a `git branch` lists a milion of branches on a remote? You have some policies in a team to delete branch after merging, but let's be serious, someone remember about that? You don't have to worry in this article you will find how to write automatic Deleter (as a time trigger Azure Function) of old stale branches from AzureDevops.</description>
        <pubDate>Mon, 23 Sep 2019 00:00:00 +0200</pubDate>
        <link>http://mnie.me/branchdeleter</link>
        <guid isPermaLink="true">http://mnie.me/branchdeleter</guid>
      </item>
    
      <item>
        <title>Testing application continuously with Canopy and Azure Pipelines</title>
        <description>In this article you will see how to write and run Canopy tests on Azure Pipelines.</description>
        <pubDate>Mon, 02 Sep 2019 00:00:00 +0200</pubDate>
        <link>http://mnie.me/testingapplicationwithcanopy-copy</link>
        <guid isPermaLink="true">http://mnie.me/testingapplicationwithcanopy-copy</guid>
      </item>
    
      <item>
        <title>AppInsights logging full requests with hidding sensitive data</title>
        <description>In our application, daily, we are using Application Insights. To look at the details of a request/response, we store the body of them in a separate Log database. As long as the application growth, we thought it would be easier for us to have everything in one place. So we planned to involve everything in ApplicationInsights.</description>
        <pubDate>Mon, 02 Sep 2019 00:00:00 +0200</pubDate>
        <link>http://mnie.me/appinsightslogging</link>
        <guid isPermaLink="true">http://mnie.me/appinsightslogging</guid>
      </item>
    
      <item>
        <title>Batching Events via BatcherBlock</title>
        <description>In our systems, we send notifications. But as long as the application grows it starts working slowly.
Wee decided to implement the mechanism, which responsibility would be to collect events, group them, eliminate duplicates and then after some interval send them to the end devices.</description>
        <pubDate>Mon, 11 Feb 2019 00:00:00 +0100</pubDate>
        <link>http://mnie.me/batchingevents</link>
        <guid isPermaLink="true">http://mnie.me/batchingevents</guid>
      </item>
    
      <item>
        <title>Serialization of F# UnionType</title>
        <description>Union Type serialization is not a built-in option in Newtonsoft.Json. In this article we will take a look how to work around that.</description>
        <pubDate>Thu, 20 Dec 2018 00:00:00 +0100</pubDate>
        <link>http://mnie.me/serializationofuniontype</link>
        <guid isPermaLink="true">http://mnie.me/serializationofuniontype</guid>
      </item>
  </channel>
</rss>
