Terraform CI/CD and testing on AWS with the new Terraform Test Framework

April 3, 2024 By Mark Otto Off

Graphic created by Kevon Mayers  Introduction Organizations often use Terraform Modules to orchestrate complex resource provisioning and provide a simple interface for developers to enter the required parameters to deploy the desired infrastructure. Modules enable code reuse and provide a method for organizations to standardize…

How to Choose Right CRM Templates for Your Business

April 1, 2024 By Mark Otto Off

Choosing the correct Customer Relationship Management (CRM) solution is often considered crucial for a business. And why not? Customers are the lifeblood of our businesses. They are the sole individuals who can make or break it for us in a rapidly competitive market. Selecting the…

Starting Web App in 2024 [Research]

March 29, 2024 By Mark Otto Off

We are happy to announce that we are back with collecting data for our research on how developers and organizations start to build their web applications, expanding upon the findings of the 2023 research on starting a web application, conducted last year. This year, we’re…

Promises visualized

March 28, 2024 By Mark Otto Off

JavaScript Visualized: Promise Execution — A helpful diagrammed and animated article, coupled with an (optional) 8-minute video, that goes into how promises work and are scheduled behind the scenes. It’s useful to have a good mental model of these mechanics, given promises form the basis…

Best 10 Project Management AI Tools

March 27, 2024 By Mark Otto Off

A Deloitte survey in 2022 revealed that 82% of respondents believe working with AI technologies will enhance their performance and job satisfaction. Accenture, a global consulting firm, faced significant challenges in resource allocation before implementing AI-driven solutions, including the complexity of matching consultants’ diverse skill…

React Server Components for everyone

March 27, 2024 By Mark Otto 0

🐣 A quick note to say React Status is taking next Tuesday off, in celebration of Easter. We’ll be back on Wednesday, April 10 🙂__Your editor, Peter Cooper React Server Components Now in RedwoodJS — If you thought RSCs were a Next.js phenomenon, think again.…

Node gets a redesign (and a documentary)

March 26, 2024 By Mark Otto 0

🐣 A quick note to say Node Weekly is taking next Tuesday off, in celebration of Easter. We’ll be back on Tuesday, April 9 🙂__Your editor, Peter Cooper ▶  Node.js: The Documentary (An Origin Story) — Late last year, Honeypot released a Ruby on Rails documentary…

Package managers, the new todo app?

March 21, 2024 By Mark Otto Off

Runtime Compatibility Across JavaScript Runtimes — Several developers have come together to build this convenient way to visualize the compatibility of different Web APIs and JavaScript features across the ever increasing number of different runtimes (e.g. Bun, Deno, Node, LLRT..) Tom Lienard et al. ✅…

Writing React components with CSS

March 20, 2024 By Mark Otto 0

Building a React Login Page Template — This guide shows how to build a React login page and integrate it with an Express auth server using JWTs. It introduces Clerk as an easier option with pre-made UI components for authentication setup. Clerk IN BRIEF: React Flow…