面白駆動人生

やっほー

2020-04-01から1ヶ月間の記事一覧

【読書メモ】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…