Home » Performance Optimization
November 1, 2023
By
Mark Otto
Next.js 14 Released — Unveiled at last week’s Next.js Conf, Next 14 caused a disproportionate amount of discussion on social media over relatively small changes, mostly surrounding Server Actions being declared stable and the style of development they make possible. The Turbopack bundler is now…
October 10, 2023
By
Mark Otto
✍️ Due to being on the road attending the inaugural AI Engineer Summit, this week’s issue was meant to be far shorter than usual.. but I’m not sure it’s actually turned out that way 😅 In any case, we’re back to full service next week!__Your…
April 14, 2023
By
Mark Otto
One of the reasons developers love PostgreSQL, beyond being an open source relational database, is that you can add new capabilities to support your applications. This is possible because of the extensible design of PostgreSQL, which allows for implementing new functionality such as data types…
March 21, 2023
By
Mark Otto
FFmpeg is an industry standard, open source, widely used utility for handling video. FFmpeg has many capabilities, including encoding and decoding all video compression formats, encoding and decoding audio, encapsulating and extracting audio and video from transport streams, and much more. If AWS customers want…
January 20, 2023
By
Mark Otto
In this post I will show you how to add a manual approval to AWS Cloud Development Kit (CDK) Pipelines to confirm security changes before deployment. With this solution, when a developer commits a change, CDK pipeline identifies an IAM permissions change, pauses execution, and…