Skip to content

Instantly share code, notes, and snippets.

View bdkoder's full-sized avatar
🎯
Focusing

Shahidul Islam bdkoder

🎯
Focusing
View GitHub Profile
@bdkoder
bdkoder / optimize.md
Created June 9, 2026 19:11 — forked from phpfour/optimize.md
Claude Fable 5 Prompt

Act as a Principal Software Architect and Performance Engineer.

Your task is to perform a comprehensive performance audit and refactor of this entire codebase.

Before making any changes:

  1. Thoroughly analyze the architecture, code structure, dependencies, database access patterns, caching strategy, queues, API endpoints, background jobs, asset loading, and deployment configuration.

  2. Identify all performance bottlenecks, including but not limited to:

  • N+1 database queries
@bdkoder
bdkoder / index.html
Created January 6, 2019 12:22
The Dark - CSS animated background
<div class="container">
<div class="background"></div>
<div id="particles"></div>
<div class="foreground"></div>
</div>