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年4月5日 主日下午听道反思: 不要错过耶稣
- Get link
- X
- Other Apps
By
Errong Leng
-
不要错过耶稣
听完这篇讲道,我一直在想一件事:人真的很容易看错、甚至认不出耶稣是谁。
一开始提到Joshua Bell在地铁里拉小提琴的例子让我很有感触。一个这么厉害的音乐家就在眼前,大家却匆匆走过,没有人真正停下来欣赏。其实,当年的耶稣也是这样——祂就在人的中间,但很多人却没有认出祂。
在Good Friday那一天,耶稣被嘲笑、被鞭打、被钉在十字架上。从人的角度看,这完全像是一个失败者的结局。如果我当时在场,我会怎么想?我真的会相信祂是神的儿子吗?还是也会怀疑?
可是后来发生的事情很不一样——幔子裂开,地震,甚至坟墓也开了。感觉就像神在说:“你们要看清楚,这不是普通的一件事。”
让我最触动的是那个百夫长。他不是门徒,也不是犹太人,但他看见这些事之后,却说:“这真是神的儿子。”
这让我反思自己:我平时也会说“耶稣是神的儿子”,但我真的打从心里相信吗?
因为如果耶稣真的是神的儿子,那一切都不一样了。祂的死就不是白白的,而是为我们;我们也真的可以来到神面前;甚至连死亡也不再是最后的结局。
对我来说,这篇讲道最大的提醒就是:
不要错过耶稣。
祂其实没有隐藏,只是我常常没有认真去看、去认识祂。就像当时的人一样,离祂很近,却还是没有真正认识祂。
所以我现在的祷告很简单:
主啊,求你让我真的看见你是谁,也让我不只是口里承认,而是心里真实地相信。
❤️ 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
Cross compile tensorflow for armv7l targets via bazel
By
三好Daddy
-
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...
react-native : communicate between react-native JS and WebView component
By
三好Daddy
-
APIs: window.postMessage in WebView , post a message to react-native JS . onMessage callback in react-native JS , receive a message from WebView . injectjavascript , Function that accepts a string that will be passed to the WebView and executed immediately as JavaScript. injectedjavascript , Set this to provide JavaScript that will be injected into the web page when the view loads. onMessage A function that is invoked when the webview calls window.postMessage. Setting this property will inject a postMessage global into your webview, but will still call pre-existing values of postMessage. window.postMessage accepts one argument, data, which will be available on the event object, event.nativeEvent.data. data must be a string. Sample code import React, { Component } from 'react'; import { Button, Platform, StyleSheet, Text, View, WebView, } from 'react-native'; var WEBVIEW_REF = 'webview'; export default class App extends Component<...
Comments
Post a Comment