
Blogifier 2.1 Released
Tonight I released Blogifier 2.1. I also installed it on couple sites that I'm going to support moving forward. Having multiple instances running in production environment puts a lot of restrictions, because support and maintenance on the live site takes a lot of time and effort.

Azure Pay-As-You-Go Option
It sounds reasonable - why would I want to pay for something I'm not using, right? Well, there is a catch - you pretty much signing in for a lottery. And I "won". Twice.

Blogifier September 2018
Few weeks back I upgraded this blog to run on Blogifier - open source project I put on Github over a year ago. In its current incarnation it is a small blogging application that is fun and easy to use - to me at least :)

How to Remove Vertical MiniMap in Visual Studio Proper
It is very much in your face but so sudden that it took me awhile to realize. You may be familiar with this from VS Code - the minimap on the side of code window displaying quick preview. It can be helpful and some people like using it, but over time I wanted go back to minimalistic editor and remove this feature.

Open Source Project Structure
Most open source projects follow common structure. You put your source files under "src", distribution files go to "dist", unit tests under "tests". Nothing wrong with that, so I mostly followed it for Blogifier and ended up with this structure.

ASP.NET Core on DigitalOcean Jumpstart
There is decent amount of documentation on how to install, configure and run .NET Core on Linux, but most of it pretty generic and may be a little overwhelming when you trying to accomplish specific and relatively simple task.

Consolidating Blogifier and Core
For a while Blogifier tried wearing two hats - been platform (Core) and application at the same time. In theory it made sense, in reality you need large team for this kind of multitasking.

The Failure of Communication
Explaining is hard. Things that seem crystal clear to you can be completely foreign to others, and when I started planning on Blogifier, concept looked very natural and not even worth explanation.

Blogifier Release 1.1
It took just a few weeks to move Blogifier to release 1.1. Although changes are mostly cosmetic, it adds some really nice polishing touches to core functionality and significantly improves UX. Check out below what exactly was added in this new version.

Blogifier 1.0 has been released
It took way too long but finally Blogifier.Core 1.0 has been released to the world! It means, two brand new packages popped up in the Nuget.org and, if you search on "blogifier" it should return page looking similar to this

Update on BlogEngine.NET
People keep sending me emails asking if BlogEngine.NET is dead. Not surprisingly, given lack of updates since beginning of 2017. So what's going on? As they say, picture worth a thousand words, this one explains where things stand now pretty accurately.

Introducing the Blogifier
I've been playing with this idea for a while now, trying different approaches, building proof of concept samples, throwing them away and starting over. Here is scenario I going after: your client asks you to build web application...