Generating Code & Boilerplate (Code အသစ်များ ဖန်တီးခြင်း)
Generating Boilerplate
Section titled “Generating Boilerplate”- Prompt: “Create a basic Express.js server setup with TypeScript, Cors, and Helmet middleware.”
- Prompt: “Generate a
package.jsonscript for running tests and linting.”
Generating Data
Section titled “Generating Data”Test လုပ်ဖို့ Data အတု (Mock Data) တွေ လိုရင် AI က အကောင်းဆုံးပါပဲ။
- Prompt: “Generate a JSON array of 10 users with realistic names, emails, and Myanmar phone numbers.”
Generating Regex & SQL
Section titled “Generating Regex & SQL”ခက်ခဲတဲ့ Regular Expression တွေ၊ SQL Query တွေကို ခေါင်းစားခံပြီး စဉ်းစားမနေပါနဲ့။
- Prompt: “Write a Regex to validate Myanmar NRC format.”
- Prompt: “Write a SQL query to find the top 3 customers who spent the most in the last month.”
Generating Unit Tests
Section titled “Generating Unit Tests”Code ရေးပြီးရင် Test ရေးဖို့ ပျင်းတတ်ကြပါတယ်။ AI ကို ရေးခိုင်းပါ။
- Prompt: “Write Jest unit tests for this function. Cover edge cases like null inputs.”