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.
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.