タグ

アーキテクチャに関するtasanobuのブックマーク (8)

  • ソフトウェアアーキテクチャの基礎

    ソフトウェアアーキテクチャとは、ソフトウェアシステムの成功に欠かせない重要な土台です。そのためソフトウェア開発者には、効果的なアーキテクチャを実現するスキルが求められます。書は、そうした効果的なアーキテクチャを設計、構築、維持するアーキテクトになるために必要なスキルや知識を、現代的な視点から整理して包括的に解説する書籍です。 ソフトウェアアーキテクチャの定義から、アーキテクトの役割、モジュールや結合、アーキテクチャスタイルといったアーキテクチャ設計の基礎、チームやステークホルダーと効果的にコラボレーションしていくために必要なソフトスキルまで、さまざまなトピックについて実践的な例とともに説明します。 正誤表 ここで紹介する正誤表には、書籍発行後に気づいた誤植や更新された情報を掲載しています。以下のリストに記載の年月は、正誤表を作成し、増刷書籍を印刷した月です。お手持ちの書籍では、すでに修正

    ソフトウェアアーキテクチャの基礎
  • Service-oriented AppDelegate

    We are facing the problem in an incorrect way. Think about how you are managing your AppDelegate. I bet you that it’s huge, or at least you are using some workaround but you are not proud about how you are coding it. The problem with AppDelegate is that it knows too much about your app. It knows your dependencies, how to initialize them, how to parse your push notifications, and many more things.

    Service-oriented AppDelegate
  • iOS Clean Architecture - 騒音のない世界 BLOG


    iOS 2 Advent Calendar 2016 15 Clean ArchitectureClean Architecture Clean Architecture   iOS3 Presentation Domain Data  Clean Architecture          SDK  
    iOS Clean Architecture - 騒音のない世界 BLOG
  • iOS Architecture Patterns

    Don’t miss the iOS Developer Roadmap for 2018! UPD: Slides which I presented at NSLondon available here. Feeling weird while doing MVC in iOS? Have doubts about switching to MVVM? Heard about VIPER, but not sure if it worth it? Keep reading, and you will find answers to questions above, if you don’t — feel free to complain in comments. You are about to structure your knowledge about architectural

    iOS Architecture Patterns
    tasanobu
    tasanobu 2015/12/16
  • 2015年に備えて知っておきたいリアクティブアーキテクチャの潮流 - Qiita


     2015/ Google Trends"reactive programming"2010 2010Web 
    2015年に備えて知っておきたいリアクティブアーキテクチャの潮流 - Qiita
  • Amazon.co.jp: システムアーキテクチャ構築の原理: ITアーキテクトが持つべき3つの思考: ニックロザンスキ (著), イオインウッズ (著), 牧野祐子 (翻訳): 本

    Amazon.co.jp: システムアーキテクチャ構築の原理: ITアーキテクトが持つべき3つの思考: ニックロザンスキ (著), イオインウッズ (著), 牧野祐子 (翻訳): 本
  • ピュアAJAXアーキテクチャのススメ

    先日、ここで発表したFacebookユーザーむけグループウェア「Fruence.com」。今年のトレンドになるであろう「ソシアル・アプリ」の実例という意味もあったが、私自身の中で少し前から形になりつつあった「AJAXを最大限に活用した新しい形にウェブ・アプリケーション」のアーキテクチャの実践という意味合いも大きい。 このアーキテクチャの特徴は以下の3つである。 サーバー側は、JSON over HTTPのAPIHTML/CSS(およびそのテンプレート)をスタティックな形でのみ提供する(サーバー側では、ダイナミックなHTMLの生成はしない) クライアント側では、JavaScriptを使ってサーバーから取得したJSONとHTMLのテンプレートを組み合わせて(データ・バインドして)表示する。 ウェブサイトはあたかも独立したアプリのように動き、操作中はURLは一切変化しない もともとは、HTML

  • 「RESTful MVC」なアーキテクチャの話


     Model ModelAPIHTTPJSONXML RESTfulWeb ServiceController使Model
    「RESTful MVC」なアーキテクチャの話
  • 1