--- name: jm-balanced-coding-patterns description: jm-balanced-coding-patterns is a set of design patterns and best practices curated by JM to enhance software development efficiency and maintainability, while ensuring code quality and scalability. category: Software Development --- # jm-patterns It's a collection of design patterns and best practices curated by JM to enhance software development efficiency and maintainability. The repository includes implementations of common design patterns, coding standards, and architectural guidelines that can be applied across various programming languages and frameworks. ## References & guides - [Interacting with 3rd party services](./guides/interacting-with-3rd-party-services.md) - [Components in React](./guides/react-components.md) - [Next.js - how to](./guides/nextjs-guide.md) - [Production systems principles](./guides/production-systems-principles.md)