Introducing the new Amazon Q Developer experience in AWS Lambda

October 23, 2024 By Mark Otto Off

AWS Lambda recently announced a new code editor based on Code-OSS. Like the previous version, the new editor includes Amazon Q Developer. Amazon Q Developer is a generative AI-powered assistant for software development that can help you build and debug Lambda functions more quickly. In…

Node v23, and a proper hello to Express v5

October 22, 2024 By Mark Otto 0

Node v23.0.0 (Current) Released — Say hello to the newest release line of Node.js that gets all the cutting edge features first (Node 22 will soon become the active LTS release). v23 notably enables support for loading ES modules with require() by default, drops 32-bit…

Code security scanning with Amazon Q Developer

October 20, 2024 By Mark Otto Off

A primary objective of software developers is to develop products that uphold the highest standards of data privacy and security, fostering trust and confidence among their users and customers. Developers seek to secure their software by identifying and mitigating security vulnerabilities in their codebase, thereby…

Five ways to optimize code with Amazon Q Developer

October 19, 2024 By Mark Otto Off

Practical improvement and optimization of software quality requires expert-level knowledge across various subjects. As such, in this blog we shall look at how Amazon Q Developer can help improve your development team productivity and application stability by enabling automation around code optimization by improving your code’s…

Enhance release control with AWS CodePipeline stage-level conditions

October 17, 2024 By Mark Otto Off

It’s an established practice for development teams to build deployment pipelines, with services such as AWS CodePipeline, to increase the quality of application and infrastructure releases through reliable, repeatable and consistent automation. Automating the deployment process helps build quality into our products by introducing continuous…

JS0 + JSSugar not so sweet?

October 17, 2024 By Mark Otto Off

The Story of Web Framework Hono, By Its Creator — Hono is a neat, lightweight framework designed to run on any JavaScript runtime that has been picking up steam in the past year. You can create a simple app reminiscent of Express.js, say, but run…

The parallel evolution of React and Web Components

October 16, 2024 By Mark Otto 0

✏️ We’re back! Though only for a single week, as we’re taking next week off too. So we’re back again on October 30 but will then be going all the way through to Christmas 🙂__Your editor, Peter Cooper React Folder Structure in Five Steps, 2024 Edition…