Docker Resource Management: CPU & Memory Limits

Control the CPU and memory usage of Docker containers with CLI and Docker Compose configurations for optimal performance.

October 18, 2024 · 2 min · 320 words · Nirajan Khatiwada

React Day 10: Performance Optimization (memo, useMemo, useCallback)

Day 10 of React series. Deep dive into performance optimization techniques using memo, useMemo, and useCallback.

November 25, 2024 · 9 min · 1718 words · Nirajan Khatiwada

Advanced Django ORM Optimization: N+1 & Query Performance

Master advanced Django ORM concepts including query optimization techniques, solving the N+1 problem for complex database operations.

January 12, 2025 · 4 min · 771 words · Nirajan Khatiwada

React Day 12: State Management with Zustand

Day 12 of React series. Learn how to use Zustand for efficient, scalable, and boilerplate-free state management in React.

November 27, 2024 · 9 min · 1812 words · Nirajan Khatiwada