code, tools, kind-tech code … Migrating Our Blogs from WordPress to Ghost We used WordPress for years; really, years. In fact, as of this writing we still have a couple blogs running on WP. However, I just never really enjoyed using WordPress. I mean, in the first year or so, it was amazing. It was mostly…
code, development, everyDeveloper, products, tools, kind-tech code … Git vs. Mercurial Git Git is fast, efficient, and not too opinionated. Throw-away branches are a plus (and a minus). With this feature, you can create a feature branch to try something out or work on a new feature in isolation. When you’re done, you can…
.NET, code, development, snippets, kind-tech .NET … Convert a Value to Nullable I’ve decided to start a new series-like set of articles on highly reusable code snippets. I write a lot of these types of snippets and figure it’s time to share. Kicking off will be the ConvertToNullable function. Background I despise boilerplate code…