Posts

Showing posts from 2024

A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android

Image
I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...

fixed: embedded-redis: Unable to run on macOS Sonoma

Image
Issue you might see below error while trying to run embedded-redis for your testing on your macOS after you upgrade to Sonoma. java.lang.RuntimeException: Can't start redis server. Check logs for details. Redis process log: at redis.embedded.AbstractRedisInstance.awaitRedisServerReady(AbstractRedisInstance.java:70) at redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.java:42) at redis.embedded.RedisServer.start(RedisServer.java:9) Solution use the latest one: https://mv   ...

Boost Your Website Earnings with PropellerAds: Join Today through My Referral Link!

Image
Are you looking to monetize your website more effectively and increase your revenue? Look no further! I’m excited to share an excellent opportunity with you: PropellerAds through Monetag. PropellerAds is a leading ad network known for its diverse ad formats and high payout rates. Why PropellerAds? * High Earnings Potential: PropellerAds offers various ad formats, including pop-unders, native ads, banners, and push notifications, which can significantly boost your earnings. * Easy Integratio   ...

Enhance Performance with Incremental Loading for Your Word Cloud Component

Image
When dealing with a large number of words in your app's Word Cloud component, rendering them all at once can lead to slow load times and a poor user experience. Instead of showing a loading spinner, we can significantly improve performance and user satisfaction by incrementally loading the words as the user scrolls. This technique ensures that users see the initial set of words immediately, and more words are loaded dynamically as they interact with the app. The Approach Instead of modifying   ...

Introducing Word Cloud: A Simple and Extensible React Native Component

Image
I'm excited to introduce a new React Native component that I recently used in the latest release of my Android app: Word Cloud!  What is Word Cloud? Word Cloud is a lightweight and easy-to-use React Native component for creating beautiful and dynamic word/tag clouds. Inspired by react-tagcloud, this component allows each word to be displayed in different fonts and colors while ensuring they remain clearly visible to users. Key Features: * Simplicity: The implementation is straightfor   ...