Home » Archives for Mark Otto » Page 12
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…
July 25, 2024
By
Mark Otto
Customers can migrate their AWS CodeCommit Git repositories to other Git providers using several methods, such as cloning the repository, mirroring, or migrating specific branches. This blog describes a basic use case to mirror a repository to a generic provider, and links to instructions for…
July 25, 2024
By
Mark Otto
Large-scale, distributed compute framework migrations are not for the faint of heart. There are backwards-compatibility constraints to maintain, performance expectations to meet, scalability limits to overcome, and the omnipresent risk of introducing breaking changes to production. This all becomes especially troubling if you happen to…
July 25, 2024
By
Mark Otto
Astro 4.12: Say Hello to Server Islands — The flexible Astro framework for building modern content-based sites continues to go from strength to strength. v4.12 includes a new concept of server islands, a way to integrate static HTML and server-side generated components together. Erika and Phillips…