Bookmarks

Bookmarks

Google’s Engineering Culture
Google’s Engineering Culture
Elin Nilsson and I unpack how Google’s engineering culture, tools, and systems actually work behind the scenes.
·newsletter.pragmaticengineer.com·
Google’s Engineering Culture
OpenSpec — A lightweight spec‑driven framework
OpenSpec — A lightweight spec‑driven framework
OpenSpec is a lightweight, spec‑driven framework for coding agents and CLIs — universal, open source, and no API keys or MCP required.
·openspec.dev·
OpenSpec — A lightweight spec‑driven framework
Figma's $300,000 Daily AWS Bill Highlights Cloud Dependency Risks
Figma's $300,000 Daily AWS Bill Highlights Cloud Dependency Risks
Figma's IPO filing reveals a staggering $300,000 daily spend on AWS, totaling $100 million annually, or 12% of its $821 million revenue. The company's deep reliance on AWS exposes it to significant risks, including potential outages and policy changes. This highlights the critical dilemma for tech firms: balancing the benefits of cloud agility with rising costs and vendor lock-in challenges.
·infoq.com·
Figma's $300,000 Daily AWS Bill Highlights Cloud Dependency Risks
AlexLarra/internator: Your AI-Powered PR Sidekick. Automate iterative pull-request improvements with Codex. Just set your objectives, hit go, and watch as Internator refactors, tests, and commits code one smart step at a time—so you can focus on big ideas, not busywork.
AlexLarra/internator: Your AI-Powered PR Sidekick. Automate iterative pull-request improvements with Codex. Just set your objectives, hit go, and watch as Internator refactors, tests, and commits code one smart step at a time—so you can focus on big ideas, not busywork.
Your AI-Powered PR Sidekick. Automate iterative pull-request improvements with Codex. Just set your objectives, hit go, and watch as Internator refactors, tests, and commits code one smart step at ...
·github.com·
AlexLarra/internator: Your AI-Powered PR Sidekick. Automate iterative pull-request improvements with Codex. Just set your objectives, hit go, and watch as Internator refactors, tests, and commits code one smart step at a time—so you can focus on big ideas, not busywork.
VS Code でデバッガーを使って oxc の挙動を観察したい - mizdra's blog
VS Code でデバッガーを使って oxc の挙動を観察したい - mizdra's blog
oxc の挙動を観察したいな〜と突然思って、oxc のデバッグ環境を VS Code で用意した。ちょっと躓いたのでメモを残しておく。 やりたいこと oxc のテストを VS Code から実行したい しかも VS Code 上から breakpoint を設定して、テストをステップ実行したい Requirements…
·mizdra.net·
VS Code でデバッガーを使って oxc の挙動を観察したい - mizdra's blog
microsoft/amplifier
microsoft/amplifier

Amplifier: Supercharged AI Development Environment

·github.com·
microsoft/amplifier
エフェクトイベント関数はuseEffectのdepsに"入れてはならない" - Panda Noir
エフェクトイベント関数はuseEffectのdepsに"入れてはならない" - Panda Noir
depsに入れなくて良い、ではなく、入れてはならない です。 エフェクトイベント関数をdepsに入れるとレンダリング毎にエフェクトが走る useEffectEventは レンダリングごとに新しい関数を返します (検証用デモ)。 そのため、useEffect の deps にエフェクトイベントを含めると毎回エフェクトが実…
·pandanoir.info·
エフェクトイベント関数はuseEffectのdepsに"入れてはならない" - Panda Noir
BlacksmithでCIが速い・うまい・安い! - ベースマキナ エンジニアブログ
BlacksmithでCIが速い・うまい・安い! - ベースマキナ エンジニアブログ
こんにちは、ほとけです。 ベースマキナは、GitHub ActionsのランナーをBlacksmithに置き換えました。結論から言うと、Blacksmithは心の底からお勧めできるサービスです。ほとんどノーコストでCIの速度向上・コストカットが実現できました。 Blacksmithとは Blacksmithは「GitH…
·tech.basemachina.jp·
BlacksmithでCIが速い・うまい・安い! - ベースマキナ エンジニアブログ
The Rails Doctrine
The Rails Doctrine
A full-stack web application framework written in Ruby, following the Model View Controller pattern, that includes everything you need to build modern database-backed web apps.
·rubyonrails.org·
The Rails Doctrine
Vite+
Vite+
The Unified Toolchain for the Web
·viteplus.dev·
Vite+
Node.js Performance: Processing 14GB Files 78% Faster with Buffer Optimization
Node.js Performance: Processing 14GB Files 78% Faster with Buffer Optimization
Learn how to optimize Node.js for processing large files: 14GB of data processed 78% faster using buffer streaming, byte-level parsing, and hash-based lookups. Complete guide with benchmarks, profiling insights, and code examples for handling 1 billion rows efficiently.
·pmbanugo.me·
Node.js Performance: Processing 14GB Files 78% Faster with Buffer Optimization