Loading...
Loading...
Found 48002 skills
breeze4
Guides incremental upgrade of Nx peerDependencies from Angular 15 to 16, enabling dual compatibility in monorepo libraries during migration.
sehyun0518
Optimizes event handling by replacing multiple component-specific listeners with a single global listener, reducing redundancy and improving performance.
sehyun0518
Manages stable event handler references to prevent unnecessary re-subscriptions and improve performance in React applications.
sehyun0518
Utility for versioning and compressing browser localStorage data to prevent schema conflicts and minimize storage footprint.
sehyun0518
Optimizes web performance by batching DOM CSS changes to minimize reflows and repaints.
sehyun0518
Prevents duplicate API requests within a single request lifecycle using React Cache for efficient frontend data handling.
sehyun0518
Eliminates scroll delay by using passive event listeners for improved web scrolling performance.
sehyun0518
Conditionally loads large data modules on-demand to optimize application performance and reduce initial load times.
sehyun0518
Optimizes React component performance by initializing state lazily, preventing repeated expensive computations on every render.
sehyun0518
Manages show/hide state while preserving DOM and internal component state, preventing unnecessary re-renders in UI components.
SerendipityOneInc
Integrates with GitHub for code review, PR management, and issue tracking in software development workflows.
sehyun0518
Minimizes data transfer size by optimizing serialization at React Server Components boundaries in Next.js applications.
sehyun0518
Prevents waterfall chains in API routes, improving performance by 2-10x through optimized request handling.
sehyun0518
Enables non-blocking operations to improve application responsiveness and achieve faster response times without freezing the main thread.
chandima
Provides structured code review methodology with prioritized checklists and constructive feedback patterns for quality, correctness, maintainability, and performance.
chandima
Guides on system design patterns including layered architecture, clean architecture, microservices, and event-driven patterns with trade-off analysis.
chandima
Provides Astro framework patterns for building static-first web applications with components, layouts, content collections, and image optimization.
sehyun0518
Defers promise resolution until a code path is executed, preventing unnecessary blocking in asynchronous operations.
sehyun0518
Defers state reads until exact usage points to eliminate unnecessary subscriptions and improve application performance.
sehyun0518
Caches object property accesses within loops to minimize redundant lookups, improving iterative code performance.
tetetratra
Plans and executes verification of implemented features, documenting results for quality assurance.
joneqian
Framework for building autonomous coding agents using LangChain, supporting agent harness, subagents, and long-term memory for development.
thdxg
Generates standardized commit messages following conventional commit guidelines for improved version control clarity and consistency.
sehyun0518
Optimizes web performance by implementing dynamic imports for heavy components, reducing initial bundle size and improving TTI/LCP metrics.