並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 2460件

新着順 人気順

architectureの検索結果161 - 200 件 / 2460件

  • Continuous Architecting and Rails: From rails new to Your Own Architecture

    銀座Rails#35での発表資料です https://ginza-rails.connpass.com/event/216491/

      Continuous Architecting and Rails: From rails new to Your Own Architecture
    • Clean Architecture: Applying with React

      This text is part of a series of texts about Clean Architecture analysis applied with different frameworks and languages. The purposes of this text are in line with those of the previous text, which are: I. Show an architectural division of a React application using Clean Architecture; II. Guide the implementation of new features in this proposed architecture. Architectural Division The initial st

        Clean Architecture: Applying with React
      • IBM dW : XML | Web architecture : HTMLの将来、パート1:WHATWG - Japan

        IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.

          IBM dW : XML | Web architecture : HTMLの将来、パート1:WHATWG - Japan
        • GitHub - android/architecture-samples: A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - android/architecture-samples: A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
          • Clean Architecture in Web Frontend #mixleap - Speaker Deck

            Effectで作る堅牢でスケーラブルなAPIゲートウェイ / Robust and Scalable API Gateway Built on Effect

              Clean Architecture in Web Frontend #mixleap - Speaker Deck
            • Introducing Domain-Oriented Microservice Architecture

              You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more Introduction Recently there has been substantial discussion around the downsides of service oriented architectures and microservice architectures in particular. While only a few years ago, many people readily adopted microservice architectures due to the numerous benefi

                Introducing Domain-Oriented Microservice Architecture
              • なぜ MVVM + FRP は Elm Architecture に勝てないのか - dely Tech Blog

                こんにちは、delyでクラシルiOSアプリ開発を担当している稲見 (@inamiy)です。 この記事は「dely #2 Advent Calendar 2020」の25日目の記事です。 dely #1 Advent Calendar 2020 dely #2 Advent Calendar 2020 昨日は、delyのSREチームのjoooee0000(高山)さんによる delyのSREチームがオンコールトレーニングを導入する3つの理由 の記事でした。 オンコール対応できるエンジニア、強くてカッコいい・・・ 私の方からは、メリークリスマス🎄🎅🔔 にふさわしい Elm Architecture による unidirectional なプレゼントをお届けします🎁 (2020/12/26 EDIT: タイトルを「なぜ MVVM は Elm Architecture に勝てないのか」から「

                  なぜ MVVM + FRP は Elm Architecture に勝てないのか - dely Tech Blog
                • 脆弱性レジリエンスを高めるための Clean Architecture | yamory Blog

                  ビジネススピードを確保しつつ、脆弱性のリスクを抑えるにすれば良いのでしょうか。本記事では、Clean Architecture を用いて脆弱性への対応力「レジリエンス」を高めるアプローチを解説します。

                    脆弱性レジリエンスを高めるための Clean Architecture | yamory Blog
                  • Latest 32-bit RISC architecture for automotive expands functionality - EE Times

                    News, technologies, and trends in the electronics industry eetimes.eu

                      Latest 32-bit RISC architecture for automotive expands functionality - EE Times
                    • Abema iOS Architecture

                      突撃!!隣のアーキテクチャ #totsugekita https://totsugeki-architecture.connpass.com/event/125845/ ## SeeAlso - Flux with RxSwift https://speakerdeck.com/dekatotoro/flux-with-rxswift - MVVM + Flux https://speakerdeck.com/martysuzuki/mvvm-plus-flux

                        Abema iOS Architecture
                      • Webサーバの高集積マルチテナントアーキテクチャに関する研究 / Studies on Highly Integrated Multi-Tenant Architecture for Web Servers

                        松本亮介 2016年8月30日 2016年度 京都大学大学院 情報学研究科 博士課程 予備審査

                          Webサーバの高集積マルチテナントアーキテクチャに関する研究 / Studies on Highly Integrated Multi-Tenant Architecture for Web Servers
                        • Clean ArchitectureとBuilding Evolutionary Architecturesを読んだ

                          Clean Architectureという本とBuilding Evolutionary Architecturesという本を最近読んだのでざっくりとしたメモ。(両方共2-3時間ぐらいでざっくりとしか読んでないので、解釈間違いは普通にありそうです) 両方共アーキテクチャに対するメタ的な視点な部分があるので、合わせて読むと面白いかも。 Clean Architecture(Clean Codeの人のシリーズ)という本を読んだ。 Clean Architecture: A Craftsman’s Guide to Software Structure and Design | InformIT PDFとかEpubとかMobiが買える Robert C. MartinのClean *シリーズでいわゆるクリーンアーキテクチャそのものだけを扱ったという内容ではない。 でもクリーンアーキテクチャについ

                            Clean ArchitectureとBuilding Evolutionary Architecturesを読んだ
                          • React Architecture: How to Structure and Organize a React Application

                            There is no consensus on the right way to organize a React application. React gives you a lot of freedom, but with that freedom comes the responsibility of deciding on your own architecture. Often the case is that whoever sets up the application in the beginning throws almost everything in a components folder, or maybe components and containers if they used Redux, but I propose there's a better wa

                              React Architecture: How to Structure and Organize a React Application
                            • Clean Architecture で Go 製の API サーバを書く - blog.syfm

                              この記事は Aizu Advent Calendar の 20 日目の記事です。 adventar.org 前日は id:nktafuse の 、 nktafuse.hatenablog.com 明日は id:ywkw1717 です。 ywkw1717.hatenablog.com きっかけ 最近職場で Clean Architecture を取り入れたアプリケーションを Python で書いていて、Go でも書けないか?という試みではじめました。 作ったものは、サーバにアップロードしたファイル自体の改竄を検出できる簡易ファイルアップローダみたいなものです。 github.com 以下では CA について簡単に解説した後、設計・実装する上で悩んだ点などを挙げています。 Clean Architecture 原文と翻訳版は以下。 8thlight.com クリーンアーキテクチャ(The Cl

                                Clean Architecture で Go 製の API サーバを書く - blog.syfm
                              • DroidKaigi 2018 App Architecture

                                What's in a price? How to price your products and services

                                  DroidKaigi 2018 App Architecture
                                • YouTube Architecture - High Scalability -

                                  Update 3: 7 Years Of YouTube Scalability Lessons In 30 Minutes and YouTube Strategy: Adding Jitter Isn't A Bug Update 2: YouTube Reaches One Billion Views Per Day. That’s at least 11,574 views per second, 694,444 views per minute, and 41,666,667 views per hour. Update: YouTube: The Platform. YouTube adds a new rich set of APIs in order to become your video platform leader--all for free. Upload, ed

                                  • Isomorphic Architecture & Interface

                                    isomorphic interface for front + proxy + back layer. at #isomorphic_meetupRead less

                                      Isomorphic Architecture & Interface
                                    • Kong を使った Microservices Architecture API Gateway Pattern の実現方法 - Qiita

                                      Kong を使った Microservices Architecture API Gateway Pattern の実現方法Dockermicroservices この記事は、Kong - API Gateway Pattern速習会@Wantedlyの資料として作られたものです。 サービスが大きくなるとやりたくなってくること より高速な実装に置き換えたい APIを複数のサービスに分けて開発したい マイクロサービス化 何故マイクロサービスか James Lewis/Martin Fowlerの"Microservices"日本語訳 State of the Art in Microservices by Adrian Cockcroft - Qiita いろいろ理由は言われてるけど... 人が扱える大きさの限界 「明確な」境界が必要 名前空間やスコープなど、プログラミング言語でも使用してい

                                        Kong を使った Microservices Architecture API Gateway Pattern の実現方法 - Qiita
                                      • API サーバーを Clean Architecture で構築する - OPTiM TECH BLOG

                                        はじめまして。オプティムのR&Dに所属している新卒2年目の板垣です。 普段は、AI の学習に必要な教師データを作成するためのアノテーションツールの設計・開発・運用を行なっています。 アノテーションツール自体は Web アプリで、クライアント側は React と TypeScript、サーバー側は Go で実装しています。 さて、先日 Clean Architecture 達人に学ぶソフトウェアの構造と設計 という本が ITエンジニアに読んでほしい!技術書・ビジネス書 大賞2019 の技術書部門ベスト10にノミネートされました。 本記事を読もうと思って下さった方の中には、この本を読もうと思っている、または、もう読んだという方が結構いらっしゃるのではないでしょうか。 かくいう私も、携わっているソフトウェアのソースコードがひどくて(というより、そのアーキテクチャでは耐えられなくなってきたと言った

                                          API サーバーを Clean Architecture で構築する - OPTiM TECH BLOG
                                        • なにも考えずClean ArchitectureでExposedを使ったらパフォーマンスで地獄を見た話

                                          Random\Randomizer クラスで日常のあれこれを解決しよう! / Random\Randomizer class solves familiar trouble

                                            なにも考えずClean ArchitectureでExposedを使ったらパフォーマンスで地獄を見た話
                                          • アプリ開発を発注する時に準備したい10のこと - architecture_database

                                            随分と久しぶりの更新になってしまいました。 最近アプリ開発をしているのですが、開発よりも大きな範囲で意見を求められることが多いので、参考となればと思ってまとめてみました。 自分の考えたサービス企画が無事に社内で承認を得た。さぁ開発会社に見積り取って発注するぞ!そんな状況の人にぜひ目を通して欲しい10の情報をまとめました。 依頼する前にあなたが考えること 1.アプリをリリースして1年間のストーリーを書く 開発会社によってはあなたの企画したサービスに対して親身に相談に乗ってくれるかもしれませんが、残念ながら開発会社の本業はアプリの開発なので、過度な期待はやめましょう。 一方、あなた自身もいきなりサービス全体を完璧に想像できないでしょう。そこで開発会社とサービスのイメージを共有するためにも、リリース後1年間のストーリーを描きましょう。 いきなり「ストーリーを書け」と言われても難しいと思うので、「

                                              アプリ開発を発注する時に準備したい10のこと - architecture_database
                                            • Android Architecture Components 感想 - ほげほげ(仮)

                                              Google I/O 2017で追加された、Android Architecture Componentsを触ってみた感想です Components 大きく分けて4つあります。 Lifecycle LiveData ViewModel Room Roomはちょっと時間かかりそうなので別の機会で。(やるかは未定) とりあえず、Room以外の3つを触ってみました。 Lifecycle これが一番重要だと思います。LiveDataもViewModelもこれがあるからこそ実現できるように感じました。 ActivityやFragmentのライフサイクルイベントの監視や状態の管理ができるようになります。 簡単な使い方です。 まずはLifecycleObserverをimplementsして、監視したいライフサイクルイベントをアノテーションで指定します。 public class SampleObser

                                                Android Architecture Components 感想 - ほげほげ(仮)
                                              • React Application Architecture for Production〜これ一冊で全てが網羅〜 - Qiita

                                                はじめに この記事は、Alan Alickovicさんの著書「React Application Architecture for Production」をまとめたものになります。Alanさんと言えばZennで最も人気のある記事「bulletproof-react」の作者であり、彼のprojectから学ぶことはとても多い印象です。 今回紹介する本は2023年1月に公開されたため、bulletproof-react以後のReactアプリケーションにおけるベストプラクティスの宝庫となっています。また、本で扱われているアプリケーションのProjectがGitHubで公開されていることから、Projectを眺めるだけでも勉強になる点があるかと思います。 想定読者 Reactのアーキテクチャを模索している方 テスト手法やCI/CDなどのアプリケーション設計に関心がある方 使用される技術と本の構成 言

                                                  React Application Architecture for Production〜これ一冊で全てが網羅〜 - Qiita
                                                • 【後藤弘茂のWeekly海外ニュース】 GPUをCPUのように扱えるFusion System ArchitectureをAMDが発表

                                                  • JSのプラグインシステムについて書くJavaScript Plugin Architecture 2.0をリリースしました

                                                    JSのプラグインシステムについて書くJavaScript Plugin Architecture 2.0をリリースしました JavaScriptのプラグインシステムについて書いた小さな電子書籍であるJavaScript Plugin Architecture 2.0をリリースしました。 1.0(初版)公開時の記事は次のページから参照できます。 JavaScript Plugin Architectureというプラグイン設計について学ぶ無料の電子書籍を書いた | Web Scratch 2.0の詳しい変更点についてはリリースノートを参照してください。 Release v2.0.0 · azu/JavaScript-Plugin-Architecture 2.0リリース時にGitBookからHonKitに移行しました。 そのため、公開するURLが次の場所に変更されています。 https://a

                                                      JSのプラグインシステムについて書くJavaScript Plugin Architecture 2.0をリリースしました
                                                    • AI活用やデータ分析をする前に知っておきたい!エンタープライズデータアーキテクチャ入門/ What You Need to Know Before Using AI and Analyzing Data! Introduction to Enterprise Data Architecture

                                                      次のイベントの投影資料です。 https://studyco.connpass.com/event/251782/

                                                        AI活用やデータ分析をする前に知っておきたい!エンタープライズデータアーキテクチャ入門/ What You Need to Know Before Using AI and Analyzing Data! Introduction to Enterprise Data Architecture
                                                      • OSCON - React Architecture

                                                        React Architecture CHRISTOPHER “VJEUX” CHEDEAU FACEBOOK OPEN SOURCE String Concatenation — 2004 $str = ''; foreach ($talks as $talk) { $str += '' . $talk->name . ''; } $str += ''; Way back in time, in the early days of Facebook when Mark Zuckerberg was still in his dorm room, the way you would build websites using PHP is with string concatenation. It turns out that it’s a very good way to build we

                                                          OSCON - React Architecture
                                                        • Clean ArchitectureとEffで変更に強いAPIを設計する

                                                          モジュラモノリスで表現する複雑なドメイン領域と境界 https://speakerdeck.com/showmant/expressing-complex-domain-regions-and-boundaries-with-modular-monoliths PofEAAで考えるSaaSバックエンドの作り方 https://speakerdeck.com/dnskimo/pofeaadekao-erusaasbatukuendofalsezuo-rifang The Clean Architecture https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html Freer Monads, More Extensible Effects http://okmij.org/ftp/Haskell/

                                                            Clean ArchitectureとEffで変更に強いAPIを設計する
                                                          • The Architecture Twitter Uses to Deal with 150M Active Users, 300K QPS, a 22 MB/S Firehose, and Send Tweets in Under 5 Seconds - High Scalability -

                                                            « Sponsored Post: NoSQL Now!, Booking, Apple, Two Sigma, RAMP, Blurocket, Incapsula, Surge, Rackspace, aiCache, Aerospike, ScaleOut, New Relic, LogicMonitor, AppDynamics, ManageEngine, Site24x7 | Main | Stuff The Internet Says On Scalability For July 5, 2013 » Toy solutions solving Twitter’s “problems” are a favorite scalability trope. Everybody has this idea that Twitter is easy. With a little ar

                                                              The Architecture Twitter Uses to Deal with 150M Active Users, 300K QPS, a 22 MB/S Firehose, and Send Tweets in Under 5 Seconds - High Scalability -
                                                            • フロントエンドの複雑さに立ち向かう / Tackling Complexity of Front-end Software with DDD and Clean Architecture

                                                              フロントエンドの複雑さに立ち向かう 〜 DDD と Clean Architecture を携えて 〜 さくらのテックランチvol.6 〜ローストチキンのフロントエンドパスタとクリスマスFigmaケーキ〜 https://sakura-tokyo.connpass.com/event/303232/ YouTube配信アーカイブ https://www.youtube.com/watch?v=usmLmI1bj74&t=472s ドメイン駆動設計(Domain-Driven Design)や Clean Architecture をヨイショもディスもせずフラットな立場で評価し、現実解を探りながらフロントエンドの複雑さに立ち向かった半年間の軌跡

                                                                フロントエンドの複雑さに立ち向かう / Tackling Complexity of Front-end Software with DDD and Clean Architecture
                                                              • ZOZOのグローバルECのフロントエンドアーキテクチャ設計 / Frontend Architecture Design of ZOZO - Speaker Deck

                                                                HTML5カンファレンス2018で登壇した内容です。

                                                                  ZOZOのグローバルECのフロントエンドアーキテクチャ設計 / Frontend Architecture Design of ZOZO - Speaker Deck
                                                                • JavaScript Application Architecture On The Road To 2015

                                                                  I once told someone I was an architect. It’s true in a way since I now have to design an intricate web of lies to back it up. On a serious note, I thought it might be salutary to look at the state of application architecture in the JavaScript community as we ebb our way towards 2015. I’ll talk about composition, functional boundaries, modularity, immutable data structures, CSP channels and a few o

                                                                    JavaScript Application Architecture On The Road To 2015
                                                                  • Visual Sitemaps | Crawl & Plan Website Architecture + Flows

                                                                    Automatically generate beautiful visual sitemaps + high-resolution screenshots of any public or private website, making it fast and easy to perform in-depth site audits for UI, UX, SEO, and marketing research. Simply enter a URL and get a thumbnail-based visual architecture of the entire site.

                                                                      Visual Sitemaps | Crawl & Plan Website Architecture + Flows
                                                                    • PearPC - PowerPC Architecture Emulator

                                                                      Repository moved to Github Submitted by Seppel on March 3, 2015 - 21:46, GMT +0100. I moved the main repository of PearPC to Github. Hopefully this makes merging patches easier. Additionally, I made the repository compile under clang and the assembler shipped with Mac OS X. Github Repository PearPC 0.5.0! Submitted by Seppel on July 13, 2011 - 18:37, GMT +0200. It took a whole lot of a while but h

                                                                      • [Android Architecture Components] Lifecycle, LiveData and ViewModel 詳解 | PSYENCE:MEDIA

                                                                        [Android Architecture Components] Lifecycle, LiveData and ViewModel 詳解 Jumpei Matsuda 2017.05.24 155 28194464 こんにちは。daruma です。 Google I/O 2017 で Android Architecture Components をテーマとした以下の3セッションが行われました。 Introduction Solving the Lifecycle Problem Persistence and Offline そのセッションでは Google が 公式に Androidアプリにおけるアーキテクチャの指針と支援ライブラリを提供する ことを発表しました。すでにガイド及びライブラリは公開されており、こちらから試すことが可能です。ただし まだ正式版ではなく、1.0.0-alp

                                                                          [Android Architecture Components] Lifecycle, LiveData and ViewModel 詳解 | PSYENCE:MEDIA
                                                                        • 徹底解説マイクロサービス 〜マイクロサービスのメリット、デメリット、なぜマイクロサービスを選択するのか〜 /why do you choose microservices architecture

                                                                          JAWS UG 函館勉強会 Vol12 徹底解説マイクロサービス 〜マイクロサービスのメリット、デメリット、なぜマイクロサービスを選択するのか〜

                                                                            徹底解説マイクロサービス 〜マイクロサービスのメリット、デメリット、なぜマイクロサービスを選択するのか〜 /why do you choose microservices architecture
                                                                          • サーバーレスは死なぬ!みんなEDA(Event Driven Architecture)として使ってるでしょ?

                                                                            2023年、Amazon Prime Videoの技術部門が公開したブログ記事がきっかけとなり、サーバーレス技術に関する議論が巻き起こりました。中には、"Serverless is Dead"という言説も散見されました。サーバーレスアーキテクチャは死んだのでしょうか?いえ、わたしはそうは思いません。サーバーレス技術は、今でも特にEDA(Event Driven Architecture)の中心技術として、広く使われています。本セッションでは、AWSを題材に、コロナ前、2019年頃からのAWSサービスアップデートや技術トレンドを振り返りつつ、サーバーレス技術が活用されている代表的なEDAを紹介します。 ※なお、AWSの「サーバーレス」は、人によりイメージするものが異なる可能性が高いため、セッション冒頭で本セッションでの「サーバレス」の定義をご説明します。

                                                                              サーバーレスは死なぬ!みんなEDA(Event Driven Architecture)として使ってるでしょ?
                                                                            • Nick Craver - Stack Overflow: The Architecture - 2016 Edition

                                                                              This is #1 in a very long series of posts on Stack Overflow’s architecture. Welcome. Previous post (#0): Stack Overflow: A Technical Deconstruction Next post (#2): Stack Overflow: The Hardware - 2016 Edition To get an idea of what all of this stuff “does,” let me start off with an update on the average day at Stack Overflow. So you can compare to the previous numbers from November 2013, here’s a d

                                                                              • Ja - Scalable and Modular Architecture for CSS

                                                                                大規模なプロジェクトにおいて最適な構造を見つけ出すために自分自身(そして自分の周りの人たち)のプロセスを分析してきたが、その結果、私が見つけ出したのはプロセスは規模の大小に関わらず大規模なサイトであっても小規模なサイトであっても同じように有効なプロセスだった。 プロジェクトやチームが大きくなるのに併せてCSSをより柔軟に、よりメンテナンスしやすいCSSを書くための構造について学んでいこう。 What is it? SMACSS (スマックスと発音する) は厳格なフレームワークというよりはスタイルガイドである。インストール、またはダウンロードするライブラリは本書にはない。SMACSSはデザインプロセスを分析するための手法であり、厳格なフレームワークを柔軟な思考過程とする手法だ。そしてCSSを使ったウェブサイトの開発に対する一貫したアプローチをドキュメント化する試みでもある。いったい誰が現在に

                                                                                • Cloud Design Patterns: Prescriptive Architecture Guidance for Cloud Applications

                                                                                  January 2014 Containing twenty-four design patterns and ten related guidance topics, this guide articulates the benefit of applying patterns by showing how each piece can fit into the big picture of cloud application architectures. It also discusses the benefits and considerations for each pattern. Most of the patterns have code samples or snippets that show how to implement the patterns using the

                                                                                    Cloud Design Patterns: Prescriptive Architecture Guidance for Cloud Applications