Mainly Devel Notes

Twitter, GitHub, StackOverflow: @ovrmrw (short hand of "overmorrow" that means the day after tomorrow)

Entries from 2015-11-01 to 1 month

Solution for npm install Red Errors on Windows

Node.js, Windows, npm, Development Environment (This post is English version of Windowsでnpm installの赤いエラーに悩まされているアナタへ) I know preparing Node.js Dev Environment on Windows is really painful... until today. They says "Inst…

Windowsでnpm installの赤いエラーに悩まされているアナタへ

Node.js, Windows, npm, 開発環境 WindowsでNode.jsの開発環境を整えるのは多くの人にとって鬼門だったかと思います。 VC++のなんちゃらをインストールせよとかWindows SDKが別途必要とか言われてもよくわからないし、32bitはあーで64bitはこーでとか、手探…

ElectronでAngular2を動かすついでにasync/awaitも試してみた。

Electron, Angular2, TypeScript, async/await 【注】この記事ではAngular2 alpha.47を前提としています。それ以降のバージョンだと色々細かいところで違いがあるので注意してください。 Electronいいですね。 何がいいって、一番手間のかかるUI部分のプログ…

Angular2でDIしてテストを書いたけどhtmlファイルの重複をなんとかしたかった。

index.htmlとindex.test.htmlの重複排除, テスト(Jasmine), System.js, Angular2, Dependency Injection 前回↓の記事の続きです。 Angular2でDI(依存性注入)してテスト(Jasmine)を書いてみた。 前回は本番用のindex.htmlとテスト用のindex.test.htmlはほぼ同…

Testing(Jasmine) with DI on Angular2

Angular2, Dependency Injection, Test(Jasmine), TypeScript (This post is English version of Angular2でDI(依存性注入)してテスト(Jasmine)を書いてみた。) I've learned about DI of Angular2 and Test at the official tutorials below. 5 MIN QUICKST…

Angular2でDI(依存性注入)してテスト(Jasmine)を書いてみた。

Angular2, Dependency Injection, テスト(Jasmine), TypeScript 【注】この記事ではAngular2 alpha.47を前提としています。それ以降のバージョンだと色々細かいところで違いがあるので注意してください。 Angular2 の Dependency Injection とテストについて…

TypeScript + System.jsの構成におけるSystem.config()の基本パターン。そしてモダンWeb開発の環境をマッハで作る。

System.js, TypeScript, System.config() 前回こういう↓エントリーを書きましたが、System.jsについてよくわかっていなかったのでドキュメントを読んだりして調べました。 overmorrow.hatenablog.com そういうわけで今回は前回と直接関連はありませんが、実…

Angular2 for TypeScriptの公式チュートリアルを少しアレンジして遊んでみた。

Angular2, TypeScript, System.js 【注】この記事ではAngular2 alpha.47を前提としています。それ以降のバージョンだと色々細かいところで違いがあるので注意してください。 僕は断然TypeScript派であり、それ以外のものを使ってWeb開発とかしたくないのでAn…

Angular2 for TypeScript official tutorial - and - some additional playings

Angular2, TypeScript, System.js (This post is English version of Angular2 for TypeScriptの公式チュートリアルを少しアレンジして遊んでみた。) I love TypeScript and never want to develop the modern web app with other tools. Several months ago…