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...

qz-l.com — A Simple, Clean, and Fast URL Shortener I Built

 Lately, I’ve noticed that many URL shortener services are becoming cluttered — full of ads, tracking, and unnecessary steps. I wanted something simple, fast, and privacy-friendly.

So, I built my own: qz-l.com.

It’s a minimalist short link service. Just paste a long link, click Shorten, and you instantly get a clean short URL like https://qz-l.com/abcd. No registration, no popups, no tracking.

⚙️ How It Works

qz-l.com is designed to be lightweight. The backend quickly generates a unique short code for each link and stores it securely. When someone clicks the short link, they’re redirected to the original URL in milliseconds.

I wanted it to feel as quick as typing a message — not like waiting for another ad to load.


🧑‍💻 For Developers

There’s also an API in progress, so you’ll be able to shorten links directly from scripts or automation tools soon. Example:

curl -X POST https://qz-l.com/api/short \ -d "url=https://example.com"

Response:

{"short_url": "https://qz-l.com/abcd"}

🌱 Why I Built It

Mainly for fun, but also to see how something simple can be useful to others.
It’s always satisfying to build a clean tool that “just works.”

If you need a short, ad-free link for social media, emails, or QR codes — give it a try.
👉 https://qz-l.com

❤️ Support This Blog


If this post helped you, you can support my writing with a small donation. Thank you for reading.


Comments

Popular Posts

Fix “A problem occurred starting process 'command node'” in Android Studio for React Native

Fix up watchman issue with Ghost

Using Mutual TLS (mTLS) in Next.js (Server-Side Only)