Home » Archives for Mark Otto » Page 9
September 5, 2024
By
Mark Otto
Amazon Q Developer is a generative artificial intelligence (AI) powered conversational assistant that can help you understand, build, extend, and operate AWS applications. You can ask questions about AWS architecture, your AWS resources, best practices, documentation, support, and more. With Amazon Q Developer in your…
September 5, 2024
By
Mark Otto
An SSR Performance Showdown — Fastify’s Matteo Collina set out to find the current state of server-side rendering performance across today’s most popular libraries. The first attempt faced negative feedback due to implementation issues, but the showdown has been improved and re-run. Matteo Collina Announcing Vue…
September 4, 2024
By
Mark Otto
Redwood v8.0 Released — A long standing, opinionated React & GraphQL (and/or RSC) full-stack framework that covers all the bases for professional dev teams with best-in-class tool support. v8.0 introduces a background jobs system, Docker support, and easier SSR and RSC setup. If you’re unfamiliar with…
September 3, 2024
By
Mark Otto
This is the fourth blog post of our “Istio on EKS” series. In this blog post, we’ll explore how Istio, a powerful service mesh, enables organizations to implement a zero trust security model on Amazon Elastic Kubernetes Service (Amazon EKS). We will start by understanding…
September 3, 2024
By
Mark Otto
Node v22.8.0 (Current) Released — This landed just before we hit ‘send’! 🙂 The enhancements are minor, but there are a few, including a new API for enabling on-disk code caching of modules (rather than using the NODE_COMPILE_CACHE env var) and a way to set…
August 31, 2024
By
Mark Otto
Are templates the future of business software? Discover how these pre-designed blueprints are changing the industry and what it means for your business. Have you ever wondered how templates can save your business time and money? Are you curious about the real-world success stories of…
August 30, 2024
By
Mark Otto
Why waste hours coding from scratch when the future of app development is literally at your fingertips? Discover the game-changing LCNC tools that can turn your ideas into reality faster than you ever imagined. Are you wondering which Low-Code/No-Code (LCNC) platforms are truly worth your…
August 29, 2024
By
Mark Otto
Rspack 1.0: The Rust-Powered JavaScript Bundler — Far from being ‘yet another bundler’ with its own approach and terminology to learn, Rspack prides itself on being webpack API and ecosystem compatible, while offering many times the performance. The team now considers it production ready and…
August 28, 2024
By
Mark Otto
Material UI v6: The Popular React UI Design/Component System — At almost exactly ten years old, the MUI design system has its latest major release. The enhancements are more evolutionary than revolutionary though, with a focus on improved theming, color scheme management, container query support, and…
August 27, 2024
By
Mark Otto
How to Create an NPM Package in 2024 — Sounds simple, but there are a lot of steps involved if you want to follow best practices, introduce useful tools, and get things just right. Matt Pocock walks through the process here, and there’s a 14-minute…