Don't force me to write longer ...
Nothing here yet.
Nothing here yet.
If you ever search for solutions for adding Launch Screen to an iOS app, there'll be 2 main approaches: using storyboard (Apple's recommendation), programmatically control UI based on active state. This post's about the first one, because of its effe...

Securing MongoDB during development can be a real headache. Exposing it directly to the internet is a major security risk, but constantly updating IP whitelists for dynamic IPs is incredibly tedious. Static IPs are an option, but they come with a cos...

I recently moved my personal website from NextJS to Astro and have a new blog space on it. After everything is settled, I notice that links in MDX will navigate current tab away from my website. Oh, that's not what I want! So, I've explored ways to m...

After push the Alpha launching on my latest product Pithy Point, I realize that it's lack of re-ordering slides function. This is crucial, because changing slide order is a very common behaviour when working with slide. So I have to somehow add this ...
