Home » Archives for Mark Otto » Page 19
August 1, 2024
By
Mark Otto
Development teams adopt DevOps practices to increase the speed and quality of their software delivery. The DevOps Research and Assessment (DORA) metrics provide a popular method to measure progress towards that outcome. Using four key metrics, senior leaders can assess the current state of team…
August 1, 2024
By
Mark Otto
We are thrilled to share the results of our third study on how to start web applications in 2024! Over the past few years, our studies on web app development in 2022 and 2023 have garnered significant attention and citations. This year, we have continued…
August 1, 2024
By
Mark Otto
🏖️ Hi! Just a quick note to say that we’re taking next week off for a brief summer break. We’ll be back with our next issue on August 15.__Peter Cooper, your editor How Google Handles JavaScript In Its Indexing Process — Once, if you wanted…
July 31, 2024
By
Mark Otto
This post demonstrates how Amazon Q Developer, a generative AI-powered assistant for software development, helps create Terraform templates. Terraform is an infrastructure as code (IaC) tool that provisions and manages infrastructure on AWS safely and predictably. When used in an integrated development environment (IDE), Amazon…
July 31, 2024
By
Mark Otto
Ever wondered how AI will transform app development in the next few years? Stay with me as we dive into the future trends and unveil the game-changing tools that will shape our industry. As a developer, you might be asking: How will AI app generators…
July 31, 2024
By
Mark Otto
🏖️ A quick note to say that we’re taking the next two weeks off for a summer break. We’ll be back with our next issue on Wednesday, August 21.__Peter Cooper, your editor The React Conf 2024 Talks — It was possible to catch up with…
July 30, 2024
By
Mark Otto
Introduction Many organizations with workloads hosted on AWS leverage the advantage of AWS services like AWS CloudFormation, AWS CodeDeploy, and other AWS developer tools while integrating with their existing development workflows. These customers seek to maintain their preferred version control systems, such as GitHub, and…
July 30, 2024
By
Mark Otto
Node.js Adds Experimental Support for TypeScript — In this pull request, Node merged an experimental ability to transpile TypeScript into JavaScript, ultimately letting Node directly ‘run TypeScript’. However, no type checking is performed and, as Matt Pocock explains, experimental and TypeScript-only features are a no-no.…
July 29, 2024
By
Mark Otto
Testing code is a fundamental step in the field of software development. It ensures that applications are reliable, meet quality standards, and work as intended. Automated software tests help to detect issues and defects early, reducing impact to end-user experience and business. In addition, tests…
July 26, 2024
By
Mark Otto
Building with AWS requires you to interact with and manipulate your AWS resources, whether it’s to manage infrastructure, deploy applications, or troubleshoot issues and many AWS customers use AWS Cloud9 to do so today. However, developers want the ability to work with AWS resources within…