2019-03-01から1ヶ月間の記事一覧

『情熱プログラマー ソフトウェア開発者の幸せな生き方』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2019-03-30-the-passionate-programmer/"); h…

『Webを支える技術 -HTTP、URI、HTML、そしてREST』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2019-03-24-web-technology/"); head.appendC…

『この一冊でよくわかる ソフトウェアテストの教科書 品質を決定づけるテスト工程の基本と実践』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2019-03-15-software-test/"); head.appendCh…

AtCoder Beginner Contest 114の解説+α

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2019-03-11-atcoder-abc-114/"); head.append…