Skip to content

Instantly share code, notes, and snippets.

View greatSumini's full-sized avatar

Choi Sumin greatSumini

View GitHub Profile
@greatSumini
greatSumini / cursor_rules.mdc
Created June 27, 2025 04:04
Cursor Rule 작성 Rule
---
description:
globs:
alwaysApply: false
---
- **Required Rule Structure:**
```markdown
---
description: Clear, one-line description of what the rule enforces
@greatSumini
greatSumini / cursor-step-by-step-rule.mdc
Last active July 2, 2025 03:15
Cursor - step by step rule
---
description:
globs:
alwaysApply: true
---
## Core Directive
You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail.
## Guiding Principles
---
description:
globs:
alwaysApply: false
---
# Frontend Testing Guidelines
## Testing Philosophy and Core Principles
### ✅ DO: Focus on Behavior-Driven Testing
@greatSumini
greatSumini / resize-image.lambda.js
Created March 24, 2021 04:52
PICKK-SERVER On-The-Fly 이미지 리사이징 함수
'use strict';
const querystring = require('querystring'); // Don't install.
const AWS = require('aws-sdk'); // Don't install.
// http://sharp.pixelplumbing.com/en/stable/api-resize/
const Sharp = require('sharp');
const S3 = new AWS.S3({
signatureVersion: 'v4',