Typescript4.9 (satisfies), Nextjs13, Twitter backend architecture - a podcast by igtm, tmr, ymdarake

from 2022-11-26T05:15:36

:: ::

href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/">Announcing TypeScript
4.9 - TypeScript


href="https://github.com/microsoft/TypeScript/issues/47920">"satisfies" operator to ensure
an expression matches some type (feedback reset) · Issue #47920 · microsoft/TypeScript · GitHub


type Colors = "red" | "green" | "blue";
type RGB = [red: number, green: number, blue: number];

type Palette = Record<Colors, unknown> & {
red: RGB;
green: string;
blue: RGB;
};

const palette: Palette = {
red: [255, 0, 0],
green: "#0f0",
blue: [0, 0, 255],
};

href="https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Symbol">Symbol
(シンボル) - JavaScript | MDN


href="https://github.com/microsoft/TypeScript/issues/51362">TypeScript 5.0 Iteration Plan · Issue
#51362 · microsoft/TypeScript · GitHub


href="https://zenn.dev/sumiren/articles/f39a151e7320d5">Next.js 13のServer Componentsは書き方が便利になるだけ


href="https://survey.devographics.com/survey/state-of-js/2022">State of JavaScript 2022


href="https://www.itmedia.co.jp/news/articles/2211/21/news040.html">MacBook
Proの“ノッチ”でマウス操作が遅くなる問題を改善、その方法は? 明治大が実証:Innovative Tech - ITmedia NEWS


href="https://coliss.com/articles/book-review/isbn-9784802512374.html">ついに初の解説書!
フォント制作の王道ソフト「Glyphs(グリフス)」執筆陣も非常に豪華で、フォントの作り方がよく分かります -Glyphsではじめるフォント制作 | コリス


Twitter
を作るのはなぜ難しいのか - Togetter


href="https://blog.twitter.com/engineering/en_us/a/2014/manhattan-our-real-time-multi-tenant-distributed-database-for-twitter-scale">Manhattan,
our real-time, multi-tenant distributed database for Twitter scale


href="https://techgenix.com/elasticsearch-alternatives/">Elasticsearch alternatives: 8 to consider
after the license change


GitHub -
pola-rs/polars: Fast multi-threaded, hybrid-streaming DataFrame library in Rust | Python |
Node.js


href="https://tech.legalforce.co.jp/entry/2022/02/24/140316">高速な文字列探索:Daachorseの技術解説 - LegalForce
Engineering Blog

Further episodes of 火曜日のおフロ

Further podcasts by igtm, tmr, ymdarake

Website of igtm, tmr, ymdarake