When working with tasks that take time, using concurrency can help speed up your program. Go has a great way to run things at the same time using goroutines and channels. Here’s a simple example that compares how long a program takes to run with and without concurrency.
Tag Archives: programming
.NET docker image amd64 building on M1
docker ကို macbook m1 မှာသုံးတာ သူဟာသူ M1 မှာ docker image build ပြီး container run တာက ကောင်းကောင်းအလုပ်လုပ်ပေမယ့် image support type က arm ဆိုတော့ အဲ image ကို aws ECS or azure AKS မှာတင်သုံးတဲ့အခါမှ Linux OS ဆိုတော့ docker image က အလုပ်မလုပ်ဘူးဖြစ် ဒါနဲ့ amd64 support image M1 ကနေ ဘယ်လို build လည်းရှာကြည့်ပြီးလုပ်ကြည့်ဖြစ်တယ်
AWS Cloud Watch Logging
Programming မှာ log နဲ့ပတ်သတ်ပြီး သုံးစရာအများကြီးရှိကြပါတယ် project server ထဲမှာပဲ txt file နဲ့ log ရိုက်ကြတာလည်းများပါတယ်။ ပြသာနာက ဘယ်ချိန်မှာ ရှိနိုင်လည်းဆို ရိုးရိုး project server ထဲ log4net နဲ့ရိုက်ထားပြီး server က တလုံးထက်ပိုများပြီး load balancer သုံးထားတဲ့အချိန်မျိုးဆို log ကြည့်ချင်ရင် တလုံးပြီး တလုံးဝင်ရှာနေရပါမယ်။
My First Youtube video tutorial (AWS ECS)
တခါတလေ ကိုယ်တိုင် tutorial တွေ လေ့လာတဲ့အခါ စာနဲ့ပုံနဲ့ ရှင်းပြထားတာ ဖတ်ရတာ အဆင်ပြေသလို တခါတလေကျလည်း video တွေကြည့်ရတာ ပိုအဆင်ပြေတယ်။ ကိုယ်တိုင်လည်း tutorial တွေရေးဖြစ်လုပ်ဖြစ်ရင် အဓိက ကိုယ်သိတာ ရှဲချင်သလို ကိုယ်တိုင်လည်း တချိန်မေ့ခဲ့သည်ရှိသော် ပြန်ကြည့်လို့ရအောင် လုပ်ဖြစ်တာ။
What is Code Coverage?
How to host asp.net application on iis
ဒီ post လေးကတော့ Junior Level တွေ အတွက်ရည်ရွယ်တာလေးဖြစ်ပါတယ်။ .Net Junior Developer အများစုက ရေးနိုင်ပေမယ် ကိုယ်ရေးထားတဲ့ app ကို အရင်ဆုံး localhost မှာတင် IIS နဲ့ဘယ်လို host လို့ရမယ်မှန်း မသိကြတာများပါတယ် အဲအတွက် လေ့လာစမ်းချင်တဲ့ junior level တွေကို ရည်ရွယ်ထားတာပါ။