Fiddling with ASP.NET Core and F# with Suave
Suave is a possible replacement for the ASP.NET stack, but with some help, the two can be used together to build composable F# web applications.
Suave is a possible replacement for the ASP.NET stack, but with some help, the two can be used together to build composable F# web applications.
In my opinion, Azure App Services are an easy and direct way to launch your ASP.NET Core application for the outside world to access.
While not the primary focus of Microsoft's efforts, F# makes for an excellent language choice for applications targeting .NET Core.
SEO is a hard beast to tame. Once you have everything just right, moving to a new platform, a new URL structure, or even a new domain can be stressful.
Recently, I built an API wrapper for Mandrill. Let's walk through the steps I used to create it.
Don't rely on MD5/SHA1/SHA256/etc. hashes for storing passwords. Join me in learning how to bcrypt in Erlang applications.
What is Percona Server, and why should I care?