Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
Music
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/40/98/91/4098918c-56a0-d76a-2876-da5798347770/mza_6329512050688964188.jpg/600x600bb.jpg
火曜日のおフロ
igtm, tmr, ymdarake
80 episodes
1 week ago
@igtm, @t-gyo, @ymdarake が、ゆるーくフロントエンド周りの気になった記事を紹介しながらお届けします。おフロは「フロントエンド」から来てます。毎週土曜日更新。 https://tue-ofuro.vercel.app/
Show more...
How To
Education
RSS
All content for 火曜日のおフロ is the property of igtm, tmr, ymdarake and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
@igtm, @t-gyo, @ymdarake が、ゆるーくフロントエンド周りの気になった記事を紹介しながらお届けします。おフロは「フロントエンド」から来てます。毎週土曜日更新。 https://tue-ofuro.vercel.app/
Show more...
How To
Education
https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded/7154731/7154731-1595051214182-f0cd9b8360871.jpg
Typescript4.9 (satisfies), Nextjs13, Twitter backend architecture
火曜日のおフロ
2 hours 9 minutes 22 seconds
2 years ago
Typescript4.9 (satisfies), Nextjs13, Twitter backend architecture

Announcing TypeScript 4.9 - TypeScript

"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],
};

Symbol (シンボル) - JavaScript | MDN

TypeScript 5.0 Iteration Plan · Issue #51362 · microsoft/TypeScript · GitHub

Next.js 13のServer Componentsは書き方が便利になるだけ

State of JavaScript 2022

MacBook Proの“ノッチ”でマウス操作が遅くなる問題を改善、その方法は? 明治大が実証:Innovative Tech - ITmedia NEWS

ついに初の解説書! フォント制作の王道ソフト「Glyphs(グリフス)」執筆陣も非常に豪華で、フォントの作り方がよく分かります -Glyphsではじめるフォント制作 | コリス

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

Manhattan, our real-time, multi-tenant distributed database for Twitter scale

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

高速な文字列探索:Daachorseの技術解説 - LegalForce Engineering Blog

火曜日のおフロ
@igtm, @t-gyo, @ymdarake が、ゆるーくフロントエンド周りの気になった記事を紹介しながらお届けします。おフロは「フロントエンド」から来てます。毎週土曜日更新。 https://tue-ofuro.vercel.app/