#caching

[ follow ]
#nextjs
fromPeterbe
3 weeks ago

Combining Django signals with in-memory LRU cache - Peterbe.com

Django ORM can efficiently retrieve category data as a dictionary, with cache for performance.
Node JS
fromLogRocket Blog
2 months ago

How to get faster data access in Node.js with Valkey - LogRocket Blog

Valkey offers a robust, open-source alternative to Redis for advanced caching in Node.js applications.
fromHackernoon
1 year ago

Optimizing RPC Performance with Batch Requests and Caching Layers | HackerNoon

Heavy-traffic decentralized applications (dApps) querying Ethereum's blockchain frequently face latency due to high node workload, leading to poor user experiences and elevated costs.
Node JS
fromMedium
2 months ago

Frequent Spark Interview QuestionsPart 2

Both cache() and persist() store an RDD/DataFrame/Dataset in memory (or disk) to avoid recomputation. cache() is shorthand for persist(StorageLevel.MEMORY_ONLY), while persist() offers more control.
Scala
Ruby on Rails
fromHackernoon
3 months ago

How to Use Redis for Caching in Full Stack Applications | HackerNoon

Caching in full stack apps enhances performance, making applications faster and more scalable by reducing database load.
Web frameworks
fromHackernoon
1 year ago

The Many Layers of Caching: All the Places Data Lives in Modern Systems | HackerNoon

Caching is critical for improving the performance and speed of modern software systems.
fromPycoders
3 months ago

PyCoder's Weekly | Issue #681

In this tutorial, you'll learn how to use Loguru to quickly implement better logging in your Python applications. You'll spend less time wrestling with logging configuration and more time using logs effectively to debug issues.
Django
React
fromHackernoon
3 years ago

How to Cash 300K Requests per Second in a High-Volume Surveillance System | HackerNoon

High-throughput systems require resilience, not just speed, to handle extreme volumes.
Implementing eBPF effectively can transform caching strategies in high-volume applications.
[ Load more ]