🏷️

performance

3 articles tagged with "performance"

Tech Feeds

programming

How to Run Jest Integration Tests in Parallel Using Isolated SQL Schemas

In one of our TypeScript/Node.js services, most of our confidence comes from integration tests, with a deliberately thin layer of unit tests applied only where business logic is sufficiently complex t...

programming

How to Create Memory-Efficient Software: A Practical Guide for Developers

This article provides a comprehensive guide on creating memory-efficient software, emphasizing the importance of understanding memory management across different programming languages. It covers practical techniques such as data structure selection, object reuse, memory profiling, and effective caching strategies to optimize performance and reduce costs.

Deep Dives