Luan Phung

Coding the hard way

I'm Luan & I love solving problems.

  • Published on
    Setting up a fullstack application often involves running a server locally on your machine. However, to share your work with others or test it in a real-world scenario, you need a way to make your local server accessible over the internet. Ngrok is a popular tool that creates secure tunnels to your localhost, making it easy to expose your local development server to the internet.
  • Published on
    I have been involved in numerous outsourcing and product-based projects. Throughout that time, I have gained valuable knowledge about the software development process, and here is what I believe works well so far.
  • Published on
    Six months ago, I embarked on my journey with VIM, and along the way, I've gained valuable insights that I'm eager to share.
  • Published on
    A year ago, I made a system that keeps track of changes in our databases. It records important details like who made the change, when it happened, and what data got changed...
  • Published on
    One of the biggest challenges for an app that is already in Store is delivering a new version of the app to its customers quickly. In this post, i will show you step to step how to implement OTA update in your React Native app using Expo Update.