Promises, promises..

October 19, 2022 By Mark Otto 0

Together with  💡 If, like me, you learn better from examples, here are code examples of simple server-side and client-side components using the idea under discussion. The Remix Fundamentals — Join Kent C. Dodds for this detailed video course and get up to speed on…

Node to keep an eye on your code

October 14, 2022 By Mark Otto Off

Together with  ▶  Creating Your Own JavaScript Runtime with V8 — Want to join the pantheon of developers famed and esteemed for creating things like Node, Deno, and Bun by creating a JS runtime of your own? Erick takes us deep into the main moving parts…

Canary Testing with AWS App Mesh and Tekton

October 13, 2022 By Mark Otto 0

Planning a release from product strategy to product delivery is a complex process with multiple interconnected services and workflows. On top of that, creating and deploying new versions of services into production has always been a challenge for developers. DevOps teams must choose an effective…

✂️ Cutting away the unused parts of your project

October 13, 2022 By Mark Otto 0

Together with  Node Authentication, Simplified — In this article, we lay out a new approach to authentication (plus access control & SSO) in Node.js applications. Userfront 🔐  Node.js Authentication with Twilio Verify — If you’re happy using a third party service, bringing two-factor auth into your…

The future of rendering in React

October 12, 2022 By Mark Otto 0

Together with  The Future of Rendering in React — This kicks off with a review of current patterns (CSR/SSR) and then moves on to some of the new rendering patterns such as streaming SSR and server components. This was also the basis of a recent…

Top AWS Open Source Talks at KubeCon + CloudNativeCon 2022

October 10, 2022 By Mark Otto 0

We’re excited to meet up with the open source community in Detroit later this month for KubeCon + CloudNativeCon North America! Here at AWS we’ve been growing our participation and contributions across a number of Cloud Native Computing Foundation (CNCF) projects. We are looking forward…

Axios turns 1.0; TypeScript turns 10

October 7, 2022 By Mark Otto Off

Together with  🤔 If you wonder why people use Axios when the Fetch API is widely supporters, interceptors are just one of many features its fans cite. ‘I Turned JS Into a Compiled Language (for Fun and Wasm)’ — You can never be bored observing…

Digging into dependencies with npm query

October 6, 2022 By Mark Otto 0

Together with  An Active Typosquatting Campaign Targeting npm Users — Security supply chain company Phylum detected a campaign to ‘typosquat’ against a variety of high profile packages. The idea behind typosquatting is that you claim package names similar to others, such as ‘expresss’ for express…

17 minutes to build up your ‘React brain’

October 5, 2022 By Mark Otto 0

Together with  ▶  useState: Is it Asynchronous or.. Not? — Jack admits up front that the answer is.. it’s complicated. He digs into an example to help you ‘build your React brain’ by exploring what’s really going on behind the scenes, noting that the state setter…