cahiers of tn
Steve McConnell『Code Complete 第2版』、読んだ
Steve McConnellの『Code Complete』(第2版、2004年)は、ソフトウェア開発の名著とされる。たとえば、The 25 most recommended programming books of al
Web アプリケーションフレームワーク
Introduction Web アプリケーションフレームワークについて調べたことをまとめる。 Wikipedia の記事 によれば: Web フレームワーク (WF) または Web アプリケーションフレームワーク (WAF)
プログラミング言語における文字列
プログラミングにおいて文字列 (string) 型は課題であり続けた。 文字列の内部表現は何か? ASCII で5文字の文字列や、日本語で5文字の文字列は、どれほどメモリを
"Learning React" を読んだ
Alex Banks & Eve Porcello の “Learning React” Second Edition。 ざっと読んでみたが、この本は正直微妙だった。 というのも、React の公式ドキュメントを読めば十分だし、そち
"JavaScript: The Definitive Guide (7th Edition)" を読んだ
感想 David Flanagan の “JavaScript: The Definitive Guide (7th Edition)” (O’Reilly Media) を紙の本で買って読んだ。 “JavaScript: The Definitive Guide” というと定評ある JavaScript のレファレンス本だった。1つ前の 6th Edition は2011年出版で、HTML
JWT, OAuth, OpenID Connect, SCIM
JWT RFC 7515 JSON Web Signature (JWS) RFC 7516 JSON Web Encryption (JWE) RFC 7517 JSON Web Key (JWK) RFC 7518 JSON Web Algorithm (JWA) RFC 7519 JSON Web Token (JWT) OAuth 2.0 RFC 6749 The OAuth 2.0 Authorization Framework RFC 6750 The OAuth 2.0 Authorization Framework: Bearer Token Usage RFC 6819 OAuth 2.0 Threat Model and Security Considerations RFC 7009 OAuth 2.0 Token Revocation RFC 7591 OAuth 2.0 Dynamic
Hugo と GitHub Pages を使ってサイトを作る