Home » Archives for Mark Otto » Page 36
November 16, 2023
By
Mark Otto
Prettier 3.1 Released — The popular opinionated code formatter has a new release including support for the new control flow syntax in Angular 17 plus a new, experimental formatting option for ternary expressions (as in x ? y : z) explained in more depth in…
November 15, 2023
By
Mark Otto
Datasheet Grid: An Airtable-like Grid Component — If you’ve got an array of objects and you want a way for users to manipulate them, this is for you. It’s not going to replace a spreadsheet or an extensive data grid framework, but it’s a good,…
November 14, 2023
By
Mark Otto
Re:Invent promises to be even bigger and better this year with over 50,000 participants and a steady stream of product launches and announcements. Amid the excitement, it can be challenging for attendees to find the right person to answer their questions and learn more about…
November 14, 2023
By
Mark Otto
AWS created the ezsmdeploy open source Python package to help easily deploy machine learning models and provide a variety of options such as passing one or more model files, automatic selection of instances, and autoscaling. This blog post will cover the new features of the…
November 14, 2023
By
Mark Otto
👍 Note: There’s a ‘last update’ badge saying 2021, but it’s incorrect – there was a big update this month 😄 ▶ Talks from the Node.js Collab Summit 2023 — If you want to stay up to date with the latest discussions within the Node project, here are the…
November 10, 2023
By
Mark Otto
Craving an ERP System as unique as your organization? If you’re seeking answers to questions like, ‘How can I design an ERP system that streamlines operations?’ or ‘What modules should I include to enhance productivity?’ then you’ve come to the right place. As renowned business…
November 9, 2023
By
Mark Otto
Apache Hudi is an open source technology that many organizations on AWS use to build a high performance low-latency data lakehouse. For anyone new to this space, a lakehouse is a popular new data architecture that brings the capabilities of a data warehouse to a…
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…