タグ

2015年3月18日のブックマーク (8件)

  • express.js 4をCoffeeScriptで開発できるようにする - Qiita

    いつの間にかexpress.jsも4です。 では早速 expressのインストール 4からnpmではexpressをインストールするんじゃなくてexpress-generatorをインストールするようになりました。 npm install -g express-generator coffee-script js2coffee プロジェクトの作成 適当な名前のプロジェクトを作成 オプションはお好みで express hoge -css stylus cd hoge ここでjsをcoffeeにする便利ツールjs2coffeeを使い一括で変換 find . -type f -name "*.js" | while read f; do js2coffee "$f" > "${f%.*}.coffee"; done 上手くできたらjsファイルは削除 find . -type f -name "*

    express.js 4をCoffeeScriptで開発できるようにする - Qiita
    muyuuu
    muyuuu 2015/03/18
  • HackerWeb

    ☕️ Buy me a cup of coffee HackerWeb homepage Hacker News homepage HackerWeb on GitHub Follow @cheeaun Send Feedback Built by Lim Chee Aun. Not affiliated with Hacker News or YCombinator.

    muyuuu
    muyuuu 2015/03/18
  • 志低く • 赤の女王の走りかた

    I saw the Sex Pistols. They were terrible. I thought they were great. I wanted to get up and be terrible with them. ベイエリアをふらついていて感じることは、やたらとスタートアップの数が多いということ。もちろん、そういう連中が集まる所にいるのだから、そりゃ出会う機会だって多かろうよということなのだけれど、SOMAやUniversity Avenueあたりのカフェはもとより、Palo Altoの外れの客が数人しかいないような薄汚いカフェでを読んでいても、「こんなプロダクト作ろうと思ってるんだ」だとか、「こないだ調達したんだよね」なんて会話が耳に飛び込んでくる。六木や道玄坂あたりのカフェにいたって、転職エージェントやマルチ商法の売り込みに出くわすことはあっても、こんな頻度でスタ

    志低く • 赤の女王の走りかた
    muyuuu
    muyuuu 2015/03/18
  • Ajaxを劇的に簡単にするReact.js

    ここ数年、Javascript界隈でフレームワーク戦争が勃発してきました。クライアント開発の規模も年々大きくなり、jQueryだけでは複雑な画面遷移などを管理しきれなくなってきたのが原因だと思います。 私も昨年までAngularとbackboneを試しましたが、サーバサイドをMVCにしているのに、クライアントでもMVCを作るMVCの2階建ては、やり過ぎなのではないかと思っていました。フレームワークそのもの覚えるまでにも一苦労というのも面倒に感じました。 2014年、海外でブームに火が付いたReact.js そんな中、2014年の後半からFacebook発のReact.jsの採用事例が聞こえてくるようになりました。AirBnBや米Yahoo! Mailなど大手がReact.jsを積極的に採用し出したので気になり、年末年始を使って色々調べてみることにしました。 Rails以来の衝撃 色々試して

    Ajaxを劇的に簡単にするReact.js
    muyuuu
    muyuuu 2015/03/18
  • WebGL Water

    Made by Evan Wallace This demo requires a decent graphics card and up-to-date drivers. If you can't run the demo, you can still see it on YouTube. Interactions: Draw on the water to make ripples Drag the background to rotate the camera Press SPACEBAR to pause and unpause Drag the sphere to move it around Press the L key to set the light direction Press the G key to toggle gravity Features: Raytrac

    muyuuu
    muyuuu 2015/03/18
  • Functional Reactive React.js

    After watching a compelling talk about FRP by Jafar Husain from the Netflix UI team, I’ve been fascinated by the way reactive programming can make code both effective and elegant. At Football Radar, we work with many different streams and sources to create rich interfaces that capture realtime data about football matches, and we’re convinced that our products are a perfect fit for reactive program

    Functional Reactive React.js
    muyuuu
    muyuuu 2015/03/18
  • Reactive UIs with React & Bacon — Josh Bassett

    19th April 2014 I’ve been experimenting with React.js after recently watching a great presentation by Pete Hunt at JSConf AU 2014. Like many great tools, React focuses on one problem: the views in your web application. The rest of the technology stack is left up to you. If you haven’t had a chance to play with React, I highly recommend spending a couple of hours reading up on it. If, like me, you’

    muyuuu
    muyuuu 2015/03/18
  • React.js 実戦投入への道 - Qiita

    最近話題のReact.jsですが、実戦投入に当たっては結構重たい選択を迫られることになります。 ざっくり言えば、テンプレートエンジンを捨ててReactしますか?それともReactあきらめますか?という選択です。 記事ではReactの基思想とこうした選択肢が生まれてしまう背景を述べるとともに、後半では「どちらもあきらめない」という(若干シミュレーションRPGあるある感のある)第三の方策について案を提示します。 Reactの基 最初に、Reactの基的な仕組みについてまとめておきます。 Reactは公式ドキュメントが非常に充実しているので、始める際はぜひQuick Startのドキュメントに目を通すことをお勧めします。 Getting Started Tutorial Thinking in React 後述しますが、Reactを使ってアプリケーションを作る際の設計方法についての記載が

    React.js 実戦投入への道 - Qiita
    muyuuu
    muyuuu 2015/03/18