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...
2026年3月15日 主日早晨听道反思: 是神保守我们不至跌倒
- Get link
- X
- Other Apps
By
Errong Leng
-
是神保守我们不至跌倒
今天的讲道让我很受提醒。很多时候,当生活有压力、面对罪的挣扎,或者对未来感到不安时,我常常会问自己:“我还能不能坚持下去?”
但犹大书提醒我们,关键的问题不是“我能不能”,而是神能不能。而答案是非常清楚的:神能。
基督徒最大的安慰不是我们紧紧抓住神,而是神一直抓住我们。即使我们软弱、疲惫、甚至跌倒,神也不会放弃他的儿女。
当然,这并不代表基督徒不会跌倒。我们仍然会软弱,也会犯罪。但神应许,他不会让我们最终跌倒离开他,他会继续带领我们往前走。
讲道中还有一点让我印象很深,就是有一天我们都会站在神的面前。如果诚实地看自己,这其实会让人有一点不安,因为我们都知道自己并不完美。
但福音给了我们极大的安慰。我们能够在神面前“无瑕无疵”,不是因为我们做得够好,而是因为耶稣基督已经为我们献上了自己。是耶稣的义遮盖了我们。
另外,我也被提醒,来到教会不仅仅是来听讲道。敬拜也是对神的回应,是对神的赞美。有时候我唱诗只是跟着唱,但神配得我们真正用心的敬拜。
总的来说,这篇讲道让我再次看到一个简单但宝贵的真理:在信仰的道路上,是神一直在保守我们,也会在最后把我们带到他的面前。
阿们。
❤️ Support This Blog
If this post helped you, you can support my writing with a small donation. Thank you for reading.
- Get link
- X
- Other Apps
Popular Posts
2023, New Start! New AdSense Account! New Earnings!
By
Errong Leng
-
It's been a while after I created adsense account to display ads on this blog. A few years later the payment finally reached my payout threshold, I just found the existed adsense account is bind to China. but I moved to Canada 3 years ago. I tried to change the country of it, but just found Unfortunately it's not possible to change the country of your payment address in AdSense. If you've moved to a new country or territory, you'll need to cancel your existing AdSense account and create a new AdSense account . So I created a new adsense account today on 2023-01-12. Though new account is still under reviewing, I believe it will be approved soon. To reach out payout threshold in this year, I set up the below plan: write one blog per week day!!! write one blog per week day!!! write one blog per week day!!! Try ingress more traffic to this blog
A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android
By
Errong Leng
-
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...
Swagger annotations for API that allows downloading files as zip
By
三好Daddy
-
I have built out an API that allows you downloading log files as zip in a sprint boot app. The app also integrated with Swagger 3, so I also want this API can be hit in the Swagger UI. In this post, I will demonstrate how to use @ApiOperation annotation to tell Swagger UI download the response as a zip file. use @ApiOperation for your method The key is set media type to "application/octet-stream" which can be recognized by Swagger UI. By doing so, you are set "accept":" application/octet-stream " in the request header. Put below annotation section on top of your API's controller method. @Operation( summary = "", description = "", method="GET", responses = { @ApiResponse(responseCode = "200", description = "", content = { @Content( mediaType = "application/octet-stream" ...
Comments
Post a Comment