Sar Yay Club

Do it first. You can do it right later.

21 Jan 2023

Saryay Club Mastadon

Welcome to the Mastodon Train! Twitter အစားထိုး [Mastodon](https://joinmastodon.org/) ကို Saryay Club အတွက် [https://c...
24 Jan 2021

7 Network Layers

Networking ဟာ software engineer တိုင်သိထားသင့်တဲ့ အခြေခံအကြောင်အရာ တခုပဲဖြစ်ပါတယ်။ Mobile engineer ပဲဖြစ်ဖြစ် API/Back...
29 Nov 2020

Introduction to Bloom Filters

ဒီတခေါက်မှာတော့ သိပ်မကြာသေးခင်ကမှ ဖတ်ထားတဲ့ Bloom filters ဆိုတဲ့ data structure ဘယ်လို အလုပ်လုပ်လဲ ဘယ်လိုနေရာတွေမှာ သုံ...
02 Jul 2020

Creating SAML IDP provider with Ruby on Rails.

Creating SAML IDP provider with Ruby on Rails. # Rails SAML IDP Provider with devise Recently I was working on sin...
14 Jun 2020

Software Development နဲ့ပတ်သက်လို့ ကျောင်းမှာမသင်ခဲ့ရတာလေးတစ်ချို့

ကွန်ပျူတာသိပ္ပံကျောင်းသားတစ်ယောက်အနေနဲ့ Software Engineering ဆိုတာကို ဘာသာရပ်တစ်ခုအနေနဲ့ သင်ရပါတယ်။ စဥ်းစားကြည့်ပါ။ ဘဝမ...
13 Jun 2020

htop Explain - process

Process monitoring လုပ်တဲ့ tool တခုဖြစ်တဲ့ htop ဘယ်လိုအလုပ်လဲ ဘယ်ကနေ data တွေ ယူလဲဆိုတဲ့ series ရဲ့ ဒုတိယမြောက် post ဖြ...
06 Jun 2020

Strategy and Template Design Patterns

ဒီနေ့ Gang of Four design pattern တွေထဲက လက်တွေ့မှာ ခဏခဏကြုံရပြီး ခပ်ဆင်ဆင် ဖြစ်နေတဲ့ ဒီဇိုင်းပုံစံနှစ်ခုအကြောင်း နည်းန...
04 Jun 2020

Introduction to algorithms

Algorithms ဆိုတာ problem တစ်ခုကို ဖြေရှင်းဖို့ သက်မှတ်နည်းလမ်း တစ်ခု့ဖြစ်တယ်။ Algorithms တွေကို project အသေးလေးတွေက အစ အ...
25 May 2020

htop Explain - uptime

htop က Linux နဲ့ Apple OSX မှာ အသုံးများတဲ့ process monitoring tool တခု ဖြစ်ပါတယ်။ terminal based ဖြစ်ပြီးတော့ lightwei...
20 May 2020

HTTP calls in your code and how to test them?

This is a problem I always encountered whenever I try to test code that calls an external HTTP api. As web application ...