Developer Logs
Join us on this journey through the challenges and intricacies of crafting fun gaming experiences!
EC2 WordPress Behind CloudFront Part 3
There's 2 more parts that's really important to using a t3.micro instance with 20GB of disk space, and that's to use swap memory, and to reduce the number of php processes.
EC2 WordPress Behind CloudFront Part 2
In the last post about my WordPress server configurations, I had the static pages working, but I couldn't get dynamic pages working. The CSS for the admin wouldn't load due to http and https incompatibilities.
Object Churning
I've been seeing OutOfMemory errors that crash my app for a while now. It's when an object is allocated and deallocated repeatedly, depleting available memory resources.
Streamlining the User Experience
After launching on the Google Play Store and Apple App Store, we noticed a concerning dropout pattern. Most users downloaded but never created accounts.
Code to Community
Documenting the process of publishing a Java library to Jitpack, enabling other developers to use it as a dependency in their projects.