F# Koans - The Stock Example
July 14, 2020My early attempt on functional programming in F# - solving one of the F# Koans exercises.
My early attempt on functional programming in F# - solving one of the F# Koans exercises.
This article will cover one of the potential reasons why you're getting the invalid signature error when you're trying to authenticate against and IDP.
How to bind complex objects as GET query params in Swashbuckle / Swagger in .Net Core?
How to access a development (localhost) instance of a .Net Core WebAPI from a Docker container?
How to mount a Docker volume inside a container from Git Bash on Windows.
In this article we look at how to implement anomaly detection in your InfluxDB time-series data in Azure ML Studio without overloading your WebAPI service.
How to use tuples as the main input argument of an extension method in C#?
How to create and consume (read) JWT tokens in .Net WebAPI?
How to handle timezone conversions between utc and local time in C# / .Net using Noda Time library?
How to duplicate data in InfluxDB using the SELECT INTO syntax?
How to delay InfluxDB continuous query data resampling?
How to write a SQL WHERE LIKE equivalent in InfluxDB?
A list of useful to know things about how to use LLBLGen Pro ORM
How to fetch (prefetch) nested entities in LLBLGen Pro ORM?
How to filter record collections by the LIKE operator in LLBLGen Pro ORM?
How to filter record collections by multiple field values at the same time in LLBLGen Pro ORM?
How to filter prefetched (nested / child) entities in LLBLGen Pro ORM?
How to do basic entity filtering in LLBLGen Pro ORM?
How to filter record collections by non-existing child entities with LLBLGen Pro ORM?
How to mock promises in AngularJS Jasmine unit tests?
How to convert the JointJS mouse position to the canvas matrix coordinates?
A happy story of my InfluxData.Net library being used in the wild.
How to broadcast an AngularJS event to get back from vanilla JavaScript into AngularJS lifecycle.
How to set up Alesis DM10 drum kit to work with Addictive Drums and be able to listen a back track at the same time?
How to override Google Maps cluster markers to allow multiple characters per label instead of only a single one?
How to detect that the user lost the internet connection in AngularJS?
How to pre-cache HTML templates in AngularJS to make them accessible even if the app goes offline?
How to add a solution resource image file into PdfSharp/MigraDoc?
This article explains how to stream private Azure Storage blobs through .Net WebAPI for usage in AngularJS apps.
This blog post explains how to create a PDF in-memory and upload it straight to Azure Storage.
In this article we explore creation of a C# method attribute to process your model objects and throw and return a 422 HTTP status code if the model validation fails. DRY.
How to implement a centralized place in your AngularJS app to handle all the .Net WebAPI exceptions and bad HTTP status codes that the server might return to the browser.
How to invalidate cached AngularJS templates with BundleConfig.cs in .Net?
Should you be resolving AngularJS $http promises in services or controllers? Which one is better?
How to add extra endpoints to WebAPI controllers besides the standard ones that don't have explicit routes?
How to change JSON property serialization in .Net WebAPI to lowerCamelCase?
Is there a way to fix almost-bricked TF300T?
How to dynamically pass an arbitrary amount of function arguments to a JS function if we don't know in advance how many we'll have to pass?
How to pass a value from a fragment back into the parent activity that initialized it in the first place?
How to apply automatic MAC address formatting to EditText and prevent invalid input?
Roumaji-to-latin auto-correct converter jQuery plugin.
A few simple steps to instale OpenWrt Linux distribution on your TP-Link WR703N router.
What are some things you could do to your WR703N after installing OpenWrt on it to enhance its capabilities?
A simple method to generate an IP range from two string IP's in Python.
How to combine multiple Nessus scan XML files into a single one for further analysis with a simply Python script?
How to remove multiple elements from a list in Python and not break the list while doing so?
How to set up port forwarding on Thomson SpeedTouch 780WL router.