Skip to content
GitHub

Generating Code & Boilerplate (Code အသစ်များ ဖန်တီးခြင်း)

  • Prompt: “Create a basic Express.js server setup with TypeScript, Cors, and Helmet middleware.”
  • Prompt: “Generate a package.json script for running tests and linting.”

Test လုပ်ဖို့ Data အတု (Mock Data) တွေ လိုရင် AI က အကောင်းဆုံးပါပဲ။

  • Prompt: “Generate a JSON array of 10 users with realistic names, emails, and Myanmar phone numbers.”

ခက်ခဲတဲ့ 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.”

Code ရေးပြီးရင် Test ရေးဖို့ ပျင်းတတ်ကြပါတယ်။ AI ကို ရေးခိုင်းပါ။

  • Prompt: “Write Jest unit tests for this function. Cover edge cases like null inputs.”