面白駆動人生

やっほー

2020-01-01から1年間の記事一覧

2020年出会えてよかったものたち

ガジェットとか ヘッドホン オーディオインターフェース シュレッダー Mac Mini(2019) マウス 食材 鰹の藁焼き ハラミ 1kg 豚の味噌煮 ヨーグルト おかず畑 ひじきと豆のサラダ 音楽 The Winking Owl BAND-MAID わーすた Johannes Bornlöf Spotify My Top So…

【読書メモ】Fundamentals of Software Architecture ~第三章 Modularity~

connascenceは、Meilir Page-Jonesにより発明されたソフトウェア品質を測る指標だそうです。 coはtogather、 nascenceは'to be born' を意味するようです。 (ルネッサンス(Renaissance)は、re + nascence で復活の意味) connascenceは複数のものが、同時に生…

【読書メモ】Fundamentals of Software Architecture ~第二章 Architectural thinking~

雲を見る時、気象学者の視点と、芸術家の視点では見ているものが異なるはず。 本書では、アーキテクトの視点でアーキテクチャを見ることを、Architectural thinking(アーキテクチャ的思考)と呼んでいます。 重要なポイントは、Architectural thinkingは、単…

【読書メモ】Fundamentals of Software Architecture ~第一章 Introduction~ (2)

『Fundamentals of Software Architecture: An Engineering Approach』(以下、FoSA)の読書メモ、今回は第一章 Introductionの2回目です。 前回の記事はこちら Intersection of Architecture and... Engineering Practices Operations/DevOps Process Data ソ…

【読書メモ】Fundamentals of Software Architecture ~第一章 Introduction~ (1)

『Fundamentals of Software Architecture: An Engineering Approach』(以下、FoSA)の読書メモ、今回は第一章 Introductionです。 そもそもソフトウェアアーキテクトとは何なのか。 ソフトウェアアーキテクチャを定義づける システムの構造 アーキテクチャ特…

【読書メモ】Fundamentals of Software Architecture ~はじめに~

ソフトウェアアーキテクチャについて勉強してみたいと思い、『Fundamentals of Software Architecture: An Engineering Approach』(以下、FoSA)という本を買ってみました。 どうやら400ページくらいあるらしい。。。(しかも英語) このままだと、kindleアプリ…

実践 Vue Composition API

はじめに Vue Advent Calendar 2019 9日目の記事です。 担当は@yktm31です。 Composition APIとは、Vue3から導入予定の新しいAPIです。 海外Vueカンファレンスでは、今や必ずトピックに上がるほど注目されています。 本記事では、そんなComposition APIでモ…

Azureでサーバレス 、監視はどうする? 試して分かった、7つのこと

はじめに Azure Advent Calendar 2019 1日目の記事です。 担当は@yktm31です。 本記事では、Azure上でサーバレスシステムを分散トレーシングで監視しようと試みた際に、 できたこと・難しかったことをまとめていきます。 AzureにはApplication Insightsとい…

Vue3.0で導入されるComposition APIを、いち早く使いこなすためのリンク集

はじめに Vue.js × TypeScriptを始めるにあたり、Vue3.0からComposition APIというものが導入されるらしいということを知りました。 Vue2.x系であれば、vue-class-componentというライブラリを使うことが多いそう。 ただ、どうせ新しくなるならとComposition…