I was signing up for StaySafe.ph when out of curiosity, I look around in their public HTML code and saw an exposed public key (UPLOADCARE_PUBLIC_KEY). So I figured out this key is for uploading to UploadCare, interesting. As I look around UploadCare’s API documentation, I noticed that for uploading an image you only need a […]
Since Stackoverflow will sunset Developer Story, I feel a little sad because this feature has been a part of me since starting out my Android developer career. Whenever recruiters asked for my resume or if I needed one, I mostly use their Developer Story PDF format since it is very detailed. Or I can send […]
7:14 AM My day begins with washing the milk bottles and the utensils of our 3 year old son. We don’t have nannies so me and my wife have always shared parenting responsibilities. Open Apple Music and play The Bouncing Souls – How I Spent My Summer Vacation album. 7:45 – 8:15 AM Coffee Time […]
This morning I received several crash reports from last night’s release. I wasn’t able to replicate this crash on my debug environment. So this should be a production-only crash. The first thing that came to my mind while I read the crash report is that this is a Proguard issue. The crash was happening in […]
I tried the tutorial from raywenderlich.com but the behavior was incorrect. The canvas or UIImageView seems to move after lifting my finger. It tried to run the official project from raywenderlich.com but it has the same strange behavior. Luckily I found a solution, you need to change this line inside touchesEnded function And that’s it.