Tag: programming

The unbearable weight of massive JavaScript

November 23, 2023 By Mark Otto Off

Time to Take the State of JavaScript 2023 — The long standing State of JavaScript survey is back for another run at figuring out what the community is up to and what tools we’re using. The results are always illuminating and we’ll share the tastiest…

Introducing Amazon CodeWhisperer for command line

November 22, 2023 By Mark Otto Off

The command line is used by over thirty million engineers to write, build, run, debug, and deploy software. However, despite how critical it is to the software development process, the command line is notoriously hard to use. Its output is terse, its interface is from…

Angular is back

November 9, 2023 By Mark Otto Off

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…

Web Components forever?

October 26, 2023 By Mark Otto Off

🗣 Jake’s post fuelled an extensive Hacker News discussion touching on everything from MDX and htmx‘s role, to state management and the ‘shallow’ nature of the Web Components API as-is. Yarn 4.0 Released — Starting life as an npm alternative that resolved several of its…

Why AWS is the Best Place to Run Rust

October 23, 2023 By Mark Otto Off

Introduction The Rust programming language was created by Mozilla Research in 2010 to be “a programming language empowering everyone to build reliable and efficient(fast) software”[1]. If you are a beginner level SDE or a DevOps engineer or a decision maker in your organization looking to adopt…

Node.js 21 released

October 17, 2023 By Mark Otto 0

😅 We’ve mentioned some community efforts to create a mascot for Node recently, but the Node project itself has 🐦 unveiled a Node.js mascot design contest on Twitter/X. You have until November 6 to submit your ideas. Don’t Block the Event Loop (or the Worker Pool)…

Blue/Green deployments using AWS CDK Pipelines and AWS CodeDeploy

October 12, 2023 By Mark Otto Off

Customers often ask for help with implementing Blue/Green deployments to Amazon Elastic Container Service (Amazon ECS) using AWS CodeDeploy. Their use cases usually involve cross-Region and cross-account deployment scenarios. These requirements are challenging enough on their own, but in addition to those, there are specific…

Fluid simulation in JavaScript

October 12, 2023 By Mark Otto Off

✍️ Due to being on the road at an event, this is a more compact and bijou issue but I’m back at full pace next week 😅__Peter Cooper, your editor Speeding Up the JS Ecosystem: The Barrel File Debacle — Marvin continues his tour through…

Who forgot about React Forget

September 27, 2023 By Mark Otto 0

Upgrading Frontend Dependencies with Confidence — Tests often provide a way to see if the logic in our apps isn’t working the way we expect, but what about if a frontend component is rendering incorrectly? Visual regression testing to the rescue! Sébastien, well known for…

How to import existing resources into AWS CDK Stacks

September 22, 2023 By Mark Otto Off

Introduction Many customers have provisioned resources through the AWS Management Console or different Infrastructure as Code (IaC) tools, and then started using AWS Cloud Development Kit (AWS CDK) in a later stage. After introducing AWS CDK into the architecture, you might want to import some…