Debugging Laravel with Xdebug3 and Docker ComposeSince the release of Xdebug3, setting up debugging for code inside Docker is kinda hard, However, in version 3, it’s become easier. In this…Sep 14, 2021Sep 14, 2021
Add Git Information to React AppSometimes, you will need to know the build information, like the git commit hash, etc and show it on the app, like in the footer. There is…Jul 9, 2021Jul 9, 2021
How To: Deploy iOS app into App Store from handover ProjectOne day, I assigned the task to update the iOS app to the App Store. After I joined the apple developer group, I tried to publish via…Jan 15, 2021Jan 15, 2021
Let’s Encrypt Certbot renew failed with “malformed :: Method not allowed”One day, I received an email from let’s encrypt that said my SSL for one of my apps is almost expired. Then I connect to the server.Jan 7, 2021Jan 7, 2021
Xcode 11: Build input file cannot be foundAnother issue I found while developing a react-native/native app is this.Jan 6, 2021Jan 6, 2021
Print: Entry, “:CFBundleIdentifier”, Does Not ExistDo you ever have this dreaded error while developing for react-native application in iOS? It takes 1 workday to finally solved this issue…Jan 5, 2021Jan 5, 2021
Deploy Laravel Project on Shared Hosting CPanelHello, In this article, I want to share my experience deploying projects on shared CPanel hosting. I rarely deploy into CPanel, but when I…Jan 1, 20211Jan 1, 20211
Using log4js to logging express.js AppsUsually i’m using console API to logging or debugging stuff in my application, since i’m using pm2 as Process Manager, pm2 have their own…Mar 25, 2020Mar 25, 2020
React Native — Unknown argument type ‘attribute’ in method -[RCTAppState…Today, i updated my Xcode to version 11.0 to support iOS 13, suddenly my iOS App crashed.Sep 24, 201911Sep 24, 201911
React Native — How to use AndroidX dependencies on AppCenter CodePushMy current RN apps using an old version of React Native, usually at 0.57. Then there is update on Android studio to support AndroidX at…Aug 6, 20191Aug 6, 20191