Skip to main content

Command Palette

Search for a command to run...

Series

DevOps

In this series, you can learn about DevOps Tools, DevOps Tutorial and Deployment Things.

  1. Solutions for KodeKloud's 100 Days of DevOps practice

    KodeKloud's 100 Days of DevOps မှာပါဝင်တဲ့ Labs တွေရဲ့ sloution တွေကို နေ့စဉ် တစ်နေ့တစ်ခု တင်ပေးသွားပါမယ်။ လိုအပ်တာတွေရှိရင်လည်း မှတ်ချက်ပေးသွားလို့ရပါတယ်။ Big thanks to KodeKloud for great free DevOps practice and letting me share the solutions! Pla...

    Aug 7, 20251 min read193
    Solutions for KodeKloud's 100 Days of DevOps practice
  2. How to Completely Remove Deleted Secret Files and Large Files from Git History

    Git ဆိုတာ အားလုံးလည်းသိကြတဲ့, အရမ်းအသုံးဝင်တဲ့ version control system တစ်ခုပဲ ဖြစ်ပါတယ်။ ဒီခေတ်မှာ git မသုံးတဲ့ developer ဆိုတာလည်း မရှိတော့သလောက်ပါပဲ။​ Git repository ထဲကို ဖိုင်တစ်ဖိုင် add ပြီး commit လိုက်တာနဲ့ အဲ့ဖိုင်ကို ပြန်ဖျက်လိုက်ရင်တောင် h...

    May 7, 20253 min read614
    How to Completely Remove Deleted Secret Files and Large Files from Git History
  3. Github Foundation Certificate 100% Free ဖြေဆိုခွင့်

    မှတ်ချက်။ Limit ပြည့်သွားတာမျိုးဖြစ်နိုင်ပါတယ်ခဗျာ အားလုံးပဲ မင်္ဂလာပါခဗျာ အခွင့်အရေးလေးရတုန်းမှာ ယူထားလို့ရအောင်အတွက် မျှဝေပေးချင်တာလေး ရှိပါတယ်ခဗျာ။ Github Foundations Certificate ကို 0 USD ဖြင့် ဖြေဆိုခွင့်ရမှာဖြစ်ပါတယ်ခဗျာ။ ပထမဦးစွာ https://exam...

    Sep 17, 20241 min read2.2K
    Github Foundation Certificate 100% Free ဖြေဆိုခွင့်
  4. SSH Tunnel သုံးပြီး Windows နဲ့ Command Line မှာ ကျော်သုံးမယ်

    ခုရက်ပိုင်း GitHub ပိတ်တဲ့အထဲပါသွားတော့ remote git push ဖို့နဲ့ pull ဖို့ ပြဿနာတက်လာတော့ VPN software မသုံးဘဲ ဘယ်လိုနည်းနဲ့ လုပ်ရမလဲ ကြံဖန် စဉ်းစား လက်တွေ့စမ်းသပ်ကြည့်ရင်းနဲ့ ဒီနည်းလေးတွေ့လို့ မျှဝေပေးလိုက်ပါတယ်။ https://kalaung.org/ssh-tunnel-websit...

    Jul 27, 20242 min read924
    SSH Tunnel သုံးပြီး Windows နဲ့ Command Line မှာ ကျော်သုံးမယ်
  5. Github actions workflow for building and deploying spring boot app

    ကျွန်တော်တို့ ရေးထားတဲ့ app တွေကို server တွေပေါ် build and deploy လုပ်တာကို manual အစား github actions ကို အသုံးပြုပြီး automate လုပ်ထားလို့ရပါတယ်။ code block က yml config က build and deploy လုပ်ဖို့ လိုအပ်တဲ့ steps အပြည့်အစုံပါ။ ကျွန်တော် workflow ...

    Feb 29, 20243 min read338
    Github actions workflow for building and deploying spring boot app