これ読まなきゃ、Sails.jsは始まらない。

  • http://sailsjs.com/documentation/reference/command-line-interface/sails-lift
  • http://sailsjs.com/documentation/reference/command-line-interface/sails-generate
  • http://sailsjs.com/documentation/reference/configuration/sails-config-routes
  • http://sailsjs.com/documentation/concepts/routes
  • http://sailsjs.com/documentation/concepts/routes/custom-routes
  • http://sailsjs.com/documentation/concepts/controllers
  • http://sailsjs.com/documentation/reference/blueprint-api
  • http://sailsjs.com/documentation/concepts/views/locals
  • http://sailsjs.com/documentation/concepts/models-and-orm/query-language
  • https://github.com/balderdashy/sails-docs/blob/master/concepts/extending-sails/Hooks/hookspec/initialize.md
  • http://sailsjs.com/documentation/concepts/logging
  • http://www.embeddedjs.com/

#sails lift –verbose –models.migrate=’safe’

mono * nancy (Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono) on Ubuntu.

 

Nancy – Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono、起動。

 

# building mono.

sudo apt-get update -o Acquire::ForceIPv4=true
sudo sudo apt-get install -y autoconf automake libtool g++ gettext
cd ~/src
git clone git://github.com/mono/mono.git
cd mono
cd ~/src/mono
./autogen.sh --prefix=/usr/local
make -j8 get-monolite-latest
make -j8
sudo make install

 

# building nancy.

cd ~/src
git clone https://github.com/NancyFx/Nancy.git
cd Nancy
./build.sh

 

# compiling demo.

cd ~/src
mkdir nancydemo
cd nancydemo
mcs Program.cs HelloModule.cs -r:../Nancy/src/Nancy.Hosting.Self/bin/Release/net452/Nancy.dll -r:../Nancy/src/Nancy.Hosting.Self/bin/Release/net452/Nancy.Hosting.Self.dll -r:/usr/local/lib/mono/4.5-api/Mono.Posix.dll
mono Program.exe

個人的なJS/CSSライブラリ・ユーティリティメモ(2016年)

  • コンパイラ
  • babel
    • ES6->ES5コンパイラ
  • ユーティリティ
  • webpack
    • 依存関係の解決
  • istanbul
    • カバレッジ計測
  • yeoman
  • sass
  • hubot
  • phantomjs
  • gulp
    • gulp-cucumber
    • gulp-watch
    • gulp-sass
    • gulp-cssnext
  • テンプレエンジン
  • riot
  • フレームワーク
  • sail
  • vue
  • onsen
  • ドキュメンテーション
  • jsdoc
  • 文法チェック
  • eslint
    • ES6対応
  • テスト
  • karma
    • 結合・ブラウザテスト
  • mocha
    • BDDフレームワーク
  • power-assert
    • アサーション

プログラミング言語人気ランキングTIOBE:Index for January 2016でGroovyが82位→17位

GroovyがTIOBEで82位→17位に上昇してて何かと思ったけど、Apacheソフトウェア財団に参加してプロジェクト停止を免れたことから利用率が上がったらしくて何よりだ。

Java’s rise goes hand in hand with Objective-C’s decline (-5.88%). Apple’s
announcement to replace Objective-C by Swift some time ago was the main
cause of this fall. It was expected that Swift would gain as much popularity as
Objective-C left behind, but that doesn’t appear to be the case. This is also
observed in practice: TIOBE’s customers are not eagerly migrating to Swift
yet. Apart from Objective-C, PHP (-1.08%) and Oracle’s PL/SQL (-1.00%)
also lost ground in 2015. Other interesting changes are: Groovy (from #82 to
#17), Erlang (from #89 to #35), Haskell (from #96 to #39) and Rust (from
#126 to #47), whereas Go, Hack and Clojure are about to enter the top 50.