3月メモ・リンク集

3月に調べたことのメモです。

Angular関連

React関連

CircleCI関連

Angularで作成したアプリのCircleCI環境を2.0に移行した時のメモです。

2.0 Docs - CircleCI(オフィシャルドキュメント)

オフィシャルからは、これくらいの資料を確認。

Angular対応

It has 3 main components: a version, a list of jobs, and a list of workflows.

...

Common things that you can achieve within a job include: - Installing the tools you need to run/build/test your project - Executing bash commands - Storing or restoring items from the CircleCI cache

...

The key of the cache is generated using the checksum function, which will output a base64 encoded hash of the package.json file’s content.

...

We run the build command. Notice that we are going to use a multi-line command with each line running in the same shell, so we start the command with the pipe (|) character.

...

その他

Rails関連

Android関連

もしかしたらAndroidエンジニアになるかも、という状況があったので設計まわりについて調べてみた時の記事リンクです。Androidアーキテクチャも面白そう。

その他