Optimizing workflows with In-Memory and Natively Compiled Objects – or how it does not work
Explores performance challenges when using SQL Server's In-Memory and Natively Compiled Objects, showing they don't always provide expected speed gains.
Explores performance challenges when using SQL Server's In-Memory and Natively Compiled Objects, showing they don't always provide expected speed gains.
August 2017 update on Sway, an i3-compatible Wayland compositor, covering new features like tray icons, bug fixes, and project stats.
An explanation of Sattolo's algorithm for generating a random permutation with a single cycle, aimed at those without a strong math background.
The author shares their experience organizing ScriptConf, focusing on achieving a diverse speaker lineup and collaborating with the Travis Foundation.
A technical guide for exporting and importing Grafana data sources using curl, jq, and bash scripts.
A guide to managing runtime configuration when migrating from Azure VMs to VM Scale Sets, using a custom solution with Cosmos DB.
A developer's journey from semantic CSS to functional utility classes, challenging traditional 'separation of concerns' in web development.
Learn to build a low-cost, self-hosted cloud storage app using Sia and Nextcloud, offering a cheaper alternative to Dropbox or Google Drive.
A developer shares their experience integrating Facebook's comment plugin into a static site, covering setup, common pitfalls, and caching issues.
A technical guide on deploying Sonatype Nexus containers with persistent storage in Azure Container Instances, including test results for Nexus 2, Nexus 3, and Jenkins.
A guide to building a statically typed functional language, covering type checking, interpretation, and transpilation to JavaScript.
A guide to setting up persistent storage using Azure File Shares for containers in Azure Container Instances, including a PowerShell script and ARM template.
Learn how to trigger validation on submit and disable the button for invalid forms in Angular Reactive Forms.
A tutorial on how to programmatically read Azure Service Health activity logs using .NET Core and the Azure SDK.
A technical guide on using PowerShell to connect to and manage multiple Office 365 services like Exchange Online and SharePoint.
Introducing downshift, a React library using render props to build flexible and accessible autocomplete/combobox components.
A PowerShell script to automate creating an Azure Service Principal and generating a .azureauth file for use with the Microsoft.Azure.Management.Fluent library.
A developer shares his move to Berlin for a new Go role, his excitement for learning Go, and initial lessons from porting a Python project.
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
Explains how boxing works internally in the .NET CLR, covering type creation, IL code, and JIT compilation.