Insights, ideas, and stories


1975 views Apr 04, 2025
Training Custom Object Detector With YOLO

ဒီနေ့ မှာတော့ custom object detector ကို ဘယ်လို train ရမယ်ကို ပြောပြသွားပါမယ်။ကျွန်တော်တို့ ဒီ example မှာ handgun detection လုပ်ပါမယ်။Handgun detection သည် …

Read More
1461 views Apr 04, 2025
Gentle Introduction To Redis

အားလုံးပဲ မင်္ဂလာပါခင်ဗျာ။ကျွန်တော်တို့ ဒီနေ့မှာတော့ redis ဆိုတာဘာလဲ မသိသေးတဲ့သူများအတွက် ပို့စ်လေးတစ်ခု sharing လုပ်ပေးချင်ပါတယ်။ကျွန်တော်တို့အားလုံး ဒီကာလမှာ ဘာမှမ…

Read More
1608 views Apr 04, 2025
Higher-order functions in JavaScript (Part-1)

Hello guys!

ဒီ Blogလေးမှာ JavaScript ရဲ့ Higher-order functions တွေအကြောင်းကို Part-1 အနေနဲ့ဆွေးနွေးသွားမ…

Read More
2856 views Apr 04, 2025
Hand Control Music Player

ကျွန်တော်တို့ဒီနေ့မှာတော့ hand control music player တည်ဆောက်ပါမယ်။ဘယ်လိုဆောက်မယ်ဆိုတာကို မပြောခင် ကျွန်တော်တို့တွေ လက်ရှိမှာ python သည် top language ဖြစ်နေပြီကို သိ…

Read More
2226 views Apr 03, 2025
Debugging in python

ကျွန်တော်တို့ဒီနေ့တော့ python programတစ်ပုဒ်မှာ error တွေ ဘယ်လို debug လုပ်သင့်တယ်ဆိုတဲ့ နည်းလေးတွေကိုပြပေးသွားပါမယ်။ကျွန်တော်တို့ အမြဲ codeတွေရေးကြတယ် ERROR ကြည့်ချင်ရ…

Read More
2408 views Apr 05, 2025
Understanding while-else in python

ကျွန်တေ်ာ ဒီပု့ိစ်မှာတော့ python ရဲ့ loop မှာ beginner တချို့သတိမထားမိတဲ့ while else ကိုမိတ်ဆက်ပေးပါမယ်။

while သည် looping ဖြစ်ပြီး syntax ကတော့

Read More
2133 views Apr 05, 2025
Convert All Your Images To PDF Book

ကျွန်တေ်ာတို့ဒီနေ့ ချစ်သူသမီးရည်းစားတွေဖြစ်ဖြစ် uni ကျောင်းသားတွေဖြစ်ဖြစ် စောက်ရမ်းတွေ စာမရေးချင်လို့ ပုံတွေရိုက်ကြပါတယ်။ပြီးတော့ တစ်ပုံချင်းစီ လိုက်ရှာတယ်။ချစ်သူတွေဆိုလ…

Read More
2644 views Apr 05, 2025
Understanding Collections In Python

ကျွန်တော်တို့ ဒီနေ့မှာတော့ beginners တွေအနေနဲ့ နောက်ပိုင်းမှာ လုံးဝအသုံးဝင်လာမယ့် collections ကိုလေ့လာကြည့်ရအောင်။ကျွန်တော်လဲ အလုပ်တွေနဲ့ ရှုပ်နေ တော့ blog မှာ ပို့စ်သိပ်…

Read More
2680 views Apr 02, 2025
Understanding *args and **kwargs in python

ကျွန်တော်တို့ ဒီနေ့မှာတော့ *args နဲ့ **kwargs က ဘာကွာလဲ ဘယ်လိုအသုံးပြုတယ်ကို ပြောပြ သွားပါမယ်။ဒီနေ့ ပို့စ်ကိုလာဖတ်တယ်ဆိုတော့ python function ကို ဘယ်လိုရေးရမယ်တော့ သ…

Read More
2176 views Apr 05, 2025
Lambda Keyword In Python

Lambdas ကတော့ anonymous function ဆောက်တဲ့နေရာတွေမှာ သုံးပါတယ်။တစ်ကြောင်းထဲနဲ့ရေးလို့ရတော့ ပိုလဲတိုတယ် အဆင်လဲပြေတယ်ပေါ့နော်။ကျွန်တေ်ာတို့  lambdas function တွေ…

Read More
2234 views Apr 02, 2025
Decorators in Python

ကျွန်တော်တို့ ဒီနေ့တော့ python decorators ကို လိုရင်းပဲပြောသွားပါမယ်။အဲ့တော့ python decorators တွေကိုနားလည်ဖို့ဆို python function တွေအလုပ်လုပ်ပုံကိုသိထားသင့်ပါတ…

Read More
2090 views Apr 05, 2025
Stacks & Queues In Python

ကျွန်တေ်ာတို့ Python Basic ကိုလေ့လာပြီဆို အသုံးဝင်တယ့် Data Structure တွေဖြစ်တဲ့ Stacks နဲ့ Queues တို့ကိုနားလည်ထားသင့်ပါတယ်။ဒီနေ့ ပို့စ်မှာတော့ ကျွန်တော်တို့ stacks an…

Read More