Bookmarks

Bookmarks

214 bookmarks
Newest
アーキテクチャーではトレードオフは避けられない | ソフトウェアアーキテクトが知るべき97のこと
アーキテクチャーではトレードオフは避けられない | ソフトウェアアーキテクトが知るべき97のこと
ソフトウエア・アーキテクトは、すべてを手にすることはできないということがわかっていなければなりません。
·ソフトウェアアーキテクトが知るべき97のこと.com·
アーキテクチャーではトレードオフは避けられない | ソフトウェアアーキテクトが知るべき97のこと
Everything is a trade-off - Awesome Software Engineer
Everything is a trade-off - Awesome Software Engineer
Everything is a trade-off
Software engineering is all about choosing the right trade-off. No matter it is designing software architecture or writing code. Everything is a trade-off. There is no perfect solution. You always need to pick the right trade-off in your day-to-day routine.
·awesomesoftwareengineer.com·
Everything is a trade-off - Awesome Software Engineer
Bundle Analyzer で Server Components と Client Components のバンドルサイズを可視化する
Bundle Analyzer で Server Components と Client Components のバンドルサイズを可視化する
静的ファイルを配信する際は圧縮を利用するため、バンドルサイズの差は gzip された単位で比較することが重要になります。最近では gzip よりも圧縮率のいい、brotil を利用することも増えてきているようです。
圧縮前のサイズはブラウザが JavaScript を解析、コンパイル、実行するのにかかる時間に影響します。これらはコードサイズに比例する傾向があります。
·zenn.dev·
Bundle Analyzer で Server Components と Client Components のバンドルサイズを可視化する
What Does "use client" Do? — overreacted
What Does "use client" Do? — overreacted
Together, these directives let you express the client/server boundary within the module system. They let you model a client/server application as a single program spanning the two machines without losing sight of the reality of the network and serialization gap. That, in turn, allows seamless composition across the network.
·overreacted.io·
What Does "use client" Do? — overreacted