Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2015-12-15から1日間の記事一覧

Bootstrapを拡張するライブラリFuel UX

この記事は、Bootstrap Advent Calendarの23日目です。qiita.comBootstrapは便利ですが、たまに必要なコントロールがないことがあります。 そんな時に使えるFuel UXを紹介します。Bootstrapを拡張するライブラリです。getfuelux.com

【ASP.NET Web API】WindowsサービスでREST APIを公開する

ASP.NET Web APIを使って、WindowsサービスでREST APIを公開する方法を紹介します。