タグ

ブックマーク / leanpub.com (4)

  • Angular Router

    Managing state transitions is one of the hardest parts of building applications. This is especially true on the web, where you also need to ensure that the state is reflected in the URL. In addition, we often want to split applications into multiple bundles and load them on demand. Doing this transparently isn’t trivial. The Angular router solves these problems. Using the router, you can declarati

    Angular Router
  • The Majesty of Vue.js 1

    TL;DR: This book is addressed to anyone interested in learning Vue.js. It is useful for developers who are new to Vue.js as well as those who already use Vue.js and want to expand their knowledge. The book will be constantly updated to keep up with Vue.js changes and new chapters will be added for a long time. A percentage (30%) of book earnings will be donated to Evan You to support the excellent

    The Majesty of Vue.js 1
    koba04
    koba04 2016/03/24
    vue.js book
  • Setting up ES6

    1. About this book 2. Deploying ECMAScript 6 2.1 Using ECMAScript 6 today 2.2 ES6 REPLs 2.3 Transpilation tools 2.4 Other useful ES6 tools and libraries 2.5 The future: native ES6 2.6 Are there ES6 features that can’t be transpiled to ES5? 3. Babel setups for browsers and Node.js 3.1 npm and local installs 3.2 Source maps 3.3 Browser setup: ES6 via webpack and Babel 3.4 Node.js setup: Dynamically

    Setting up ES6
  • Everyday Rails - RSpecによるRailsテスト入門

    みなさんはこんなふうにRailsアプリケーションを作ったことはありませんか?たとえば、ブラウザをポチポチとクリックするだけでテストを終わらせて「たぶん大丈夫」と思い込んだり、「とにかく全部うまくいきますように」とただ祈るだけだったり……。 心配しないでください。それは誰もが通る道です。アプリケーションのテストやテスト駆動開発はRails開発における重要なトピックですが、巷の参考書を見ると適当な説明で済ませているものも多かったりします。書「Everyday Rails - RSpecによるRailsテスト入門」では、どのようにして私がそうしたテクニックを身につけたのか、そして、どのようにしてコードの信頼性を上げ、ブラウザ上で延々とテストしなくて済むようにしたきたのかをみなさんに説明します。 対応バージョンについて2024年1月のアップデートで、書のコンテンツをRails 7.1とRSpe

    Everyday Rails - RSpecによるRailsテスト入門
    koba04
    koba04 2014/02/07
    Rails書いてないけど面白そうだし読んでみたい
  • 1