Home » Archives for Mark Otto » Page 44
November 9, 2023
By
Mark Otto
AWS CodeBuild recently announced that it supports running projects on AWS Lambda. AWS CodeBuild is a fully managed continuous integration (CI) service that allows you to build and test your code without having to manage build servers. This new compute mode enables you to execute…
November 9, 2023
By
Mark Otto
Reintroducing Angular with Angular v17 — Angular first appeared in the shape of AngularJS in 2010 and helped launch a wave of large-scale JavaScript frameworks. Angular remains popular in many use cases but is often overlooked in favor of newer options. v17 takes a leap…
November 8, 2023
By
Mark Otto
Headless Component: A Pattern for Composing React UIs — Posting on the Martin Fowler blog, an engineer at Atlassian takes us on a (very) practical journey into the concept of headless components and the pattern of having reusable logic and behavior separate from the presentation…
November 7, 2023
By
Mark Otto
Artificial intelligence (AI) is no longer the stuff of science fiction – it has become the heart of a Fourth Industrial Revolution that promises to shape our future. Why is everyone talking about AI? What does it mean for businesses trying to stay competitive? How…
November 7, 2023
By
Mark Otto
🖼 image-dimensions: Get the Dimensions of Images — Sindre’s latest creation is a simple but comprehensive one. A way to get the size (as width and height in pixels) for JPEG, PNG, APNG, and GIFs in any modern JavaScript environment. He seeks PRs to add…
November 6, 2023
By
Mark Otto
Today we’re excited to tell you about the Kani Rust Verifier (or Kani, for short), an open source automated reasoning tool developed by Amazon Web Services for analyzing and proving properties of your Rust code. Like other automated reasoning tools, Kani provides a way to…
November 2, 2023
By
Mark Otto
We are excited to introduce our new business application generation feature directly from text descriptions! Our new feature provides a faster and more intuitive way for organizations to create custom business applications. What’s New? Now you can enter a text description to specify the functionality…
November 2, 2023
By
Mark Otto
Next.js 14 Released — Unveiled at last week’s Next.js Conf, v14 caused a lot of community discussion (not least on Hacker News), largely surrounding Server Actions being declared stable and the ‘backend-meets-frontend’ opportunities this opens up. A new partial prerendering feature is also in preview,…
November 1, 2023
By
Mark Otto
One year ago AWS announced a brand new open source project, Finch, a command line developer tool for building, running, and publishing Linux containers on macOS. The team and our growing community have been busy this year and we are excited to announce today that…
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…