Issue #228 · September 13, 2021

Migrating from Docker to Podman

“Code generation, like drinking alcohol, is good in moderation”

Serverless Database for Redis with low latency data and per-request pricing.

Start FREE in 30 seconds!

Migrating from Docker to Podman

Migrating from Docker to Podman

Docker has recently announced that Docker Desktop will soon require a subscription and, based on the size of your company, may require a paid subscription. In this article you can learn how to switch from Docker to Podman.

Articles

Best Practices for Logging in Node.js

Logging is one of those underestimated topics. It seems simple on the surface but it's actually tricky to get it right. Good logs are a valuable tool, especially when you need to troubleshoot something going wrong. In this article, you can learn some invaluable practical tips to help you write more useful log entries in Node.js.

Stateful AWS Lambda with Redis REST

One of the main challenges of Lambda is managing state. Most of the popular data stores are connection-based and managing connections can become painful in serverless. In this article, you will learn how to take advantage of Upstash Redis and its high performance REST API for building stateful Lambda functions. sponsored

Global vs. Local Styling In Next.js

Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the framework’s logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.

Using AbortSignal in Node.js

The AbortController and AbortSignal APIs are quickly becoming the standard mechanism for cancelling asynchronous operations in the Node.js core API. If you haven't looked at these new APIs yet, check out this article!

Book of the week

MongoDB: The Definitive Guide: Powerful and Scalable Data Storage

MongoDB: The Definitive Guide: Powerful and Scalable Data Storage

by Kristina Chodorow

Manage the huMONGOus amount of data collected through your web application with MongoDB. This authoritative introduction—written by a core contributor to the project—shows you the many advantages of using document-oriented databases, and demonstrates how this reliable, high-performance system allows for almost infinite horizontal scalability. This book provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project.