<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Azure on x5ff</title>
    <image>
        <url>https://blog.x5ff.xyz/img/main/logo.png</url>
        <title>Azure on x5ff</title>
        <link>https://blog.x5ff.xyz/categories/azure/</link>
        <width>144</width>
    </image>
    <link>https://blog.x5ff.xyz/categories/azure/</link>
    <description>Recent content in Azure on x5ff</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 20 May 2020 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://blog.x5ff.xyz/categories/azure/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Running A Factorio Game Server on Azure</title>
      <link>https://blog.x5ff.xyz/blog/factorio-game-server-azure-terraform/</link>
      <pubDate>Wed, 20 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/factorio-game-server-azure-terraform/</guid>
      <description>Do you remember the good old days when SSH, manual tuning, and shell scripts were considered a solid base for running a Linux server? Often I couldn&amp;rsquo;t remember how I configured something just a day later&amp;hellip;
These days we have it better: declaration files have become more descriptive code and ideally they produce a consistent state in hardware and software. One such example is the magnificient Terraform. Together with a containers as a deployment format, deployment and maintenance should be a breeze.</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>4 Lessons to Understand AzureML Data Pipelines</title>
      <link>https://blog.x5ff.xyz/blog/ai-azureml-python-data-pipelines/</link>
      <pubDate>Tue, 24 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/ai-azureml-python-data-pipelines/</guid>
      <description>The AzureML SDK is Microsoft&amp;rsquo;s machine learning support framework that comes with several examples, docs, best practices etc. However, working on a simple ETL-type scenario, I learned a few key insights that I wanted to share. First, let&amp;rsquo;s clarify what AzureML Services are.
What is AzureML? The concept of the AzureML framework is great. It supports all areas of the machine learning cycle and it&amp;rsquo;s generic, which means it works with anything that you are willing to call machine learning.</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>10x Your JavaScript With WASM And Rust</title>
      <link>https://blog.x5ff.xyz/blog/azure-functions-wasm-rust-ai/</link>
      <pubDate>Thu, 25 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/azure-functions-wasm-rust-ai/</guid>
      <description>Welcome to the wonderful world of Rust &amp;hellip; or to be more specific it&amp;rsquo;s about Rust and
 WASM Azure Functions Genetic Algorithms Solving a complex optimization problem, fast  This is part four in a series of Rust on Azure Functions. The other parts are about performance comparisons (part 1 and part 2), and explaining the PMX algorithm (part 3). If you want to learn more about Genetic Algorithms be sure to read part 3 first).</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>Machine Data Science With Event Hubs &amp; CrateDB</title>
      <link>https://blog.x5ff.xyz/blog/cratedb-iothub-timeseries-prediction/</link>
      <pubDate>Wed, 12 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/cratedb-iothub-timeseries-prediction/</guid>
      <description>This post is the result of a CSE engagement with Crate.io, where I used to work before Microsoft
Convenient data science, wouldn&amp;rsquo;t that be great?
When creating or buying an IoT (Internet of Things) type solution, it comes without any further ways to actually make something out of the data - this is left to you, the user. Where to put the data and store only the relevant bits? How can this be made an easy to use and easy to manage solution for your data scientists?</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>The Return of: Can Rust speed up your Azure Functions?</title>
      <link>https://blog.x5ff.xyz/blog/azure-functions-wasm-rust-2/</link>
      <pubDate>Mon, 25 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/azure-functions-wasm-rust-2/</guid>
      <description>Interaction between technology is great! While giving developers from either language the chance to tap into a potentially larger and - in other areas maybe? - useful technology. These interactions have to be explored to know their limits and where they excel.
Explore A couple of weeks back I started using WASM on Azure&amp;rsquo;s FaaS (serverless/Functions as a Services) and unexpectedly the Rust version of my simple Monte Carlo estimation was considerably slower than its JavaScript counterpart.</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>3 Ways To Get Closer To Your Customers</title>
      <link>https://blog.x5ff.xyz/blog/servicefabric-sql-multiregion-cloud/</link>
      <pubDate>Sun, 17 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/servicefabric-sql-multiregion-cloud/</guid>
      <description>Do you have users around the globe? Have you ever worried about response times or local laws? A major advantage of any cloud provider is that this is usually easy to take care of - however is it worth the extra cost of closer to customers?
Commonly - and instinctively - everyone would agree that it makes the experience better. Making it economically viable however is a different story: can startups get into this early on or would the operating expense be too much of a risk?</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>Can Rust speed up your Azure Functions?</title>
      <link>https://blog.x5ff.xyz/blog/azure-functions-wasm-rust/</link>
      <pubDate>Mon, 30 Apr 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/azure-functions-wasm-rust/</guid>
      <description>What do you think about serverless? Is it the best thing ever - or just another terrible idea? Regardless if you love or hate the term or technology, I think universal access to it is critical. And since Rust is fast, safe, and simply awesome I&amp;rsquo;ll give that a try!
Node, wasm &amp;amp; Rust As a high-level recap: NodeJS is a runtime for JavaScript applications based on Google&amp;rsquo;s V8 engine. It&amp;rsquo;s highly optimized and provides a way to create JavaScript-based (incl.</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>Finding the truth in online retail marketplaces</title>
      <link>https://blog.x5ff.xyz/blog/typescript-bing-search/</link>
      <pubDate>Sun, 18 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/typescript-bing-search/</guid>
      <description>A picture I took near the customer&amp;rsquo;s office in Bordeaux, FR: Pont Jacques Chaban-Delmas
This post is about the work I do at Microsoft, read more here.
Online retail platforms are strange places, valid information is rare and especially titles seem to be the catch-all. Partly of course, this is encouraged by the platform for SEO reasons and while this is only a slight annoyance for consumers, platform providers struggle a lot more: their goal is to gather structured data about the products (e.</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>Building and Deploying Rust with VSTS</title>
      <link>https://blog.x5ff.xyz/blog/rust-ci-cd-vsts/</link>
      <pubDate>Fri, 02 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/rust-ci-cd-vsts/</guid>
      <description>Since I started at Microsoft about 6 months ago, I had to catch up on their (our) tech: Azure, .NET, Visual Studio. Yet as an avid GitHub user I overlooked one thing completely: Visual Studio Team Services! Turns out it&amp;rsquo;s quite the hidden gem and after a colleague showed me some of its power, I had to look into it more deeply. Turns out it&amp;rsquo;s an easy and free resource for any project.</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>Build cool IoT solutions with Rust</title>
      <link>https://blog.x5ff.xyz/blog/rust-mqtt-azure-iothub/</link>
      <pubDate>Tue, 19 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/rust-mqtt-azure-iothub/</guid>
      <description>More Microsoft cloud? Yes! Keep reading to see why
I believe that Rust is a great language for IoT - I have posted about making your sensors speak Rust, spoken at conferences and meetups about containerized deployments for Rust, but I felt like there was something missing. Often I felt that I couldn&amp;rsquo;t leverage existing solutions to go further and build models on top of that temperature data, build a fancy dashboard&amp;hellip; .</description>
      
      
      
        
      
    </item>
    
    <item>
      <title>Taking on the cloud</title>
      <link>https://blog.x5ff.xyz/blog/azure-app-services/</link>
      <pubDate>Fri, 13 Oct 2017 00:00:00 +0000</pubDate>
      
      <guid>https://blog.x5ff.xyz/blog/azure-app-services/</guid>
      <description>&amp;ldquo;Is this another piece of Internet propaganda? Microsoft is just trying to get me to pay for their expensive cloud. I&amp;rsquo;ll stick with AWS!!11!&amp;rdquo; We have all had these thoughts about the other cloud provider. However, technology should be for everyone to choose whatever fits their needs. Does Azure fit yours? Read and find out.
Regardless of any personal preferences, I thought that Microsoft&amp;rsquo;s developer tools always were impressively automated and advanced.</description>
      
      
      
        
      
    </item>
    
  </channel>
</rss>