我所養成的 10 個最有生產力習慣,以及我如何養成這些習慣
要有效的利用时间。通过记录清空大脑并减少下次相似事情时的成本。
Why you should totally switch to Kotlin – Magnus Vinther – Medium
For me, Kotlin is powerful, and is under control not like Scala.
…, and it is offically supported in Android Development.
The Horror in the Standard Library
libstdc++ is broken. Set GLIBCPP_FORCE_NEW, link jemalloc
“Why We Didn’t Use A Framework” (Case Study) – Smashing Magazine
… needed 100% control over the UX of the video call …
so they choose to use vanilla JavaScript.
和 Android 相比,人工智能才是 Google 更想介绍的 :Google I/O 2017 回顾 - 少数派
主题:人工通知 产品:Google Assitant for iOS, Google Lens, Google Home, Android O, VR Headset. Firebase Costs Increased by 7,000%! – Startups & Venture Capital
Due to a change in how they report data usage, our monthly costs for Firebase, a SaaS provided by Google, has increased from $25 a month to what is now moving towards the $2,000 mark — with no changes to our actual data use. This change was made without warning.
Do not lock your product to 3rd party service. Make it cheap to switch services.
golang IO包的妙用 - 简书
Read 和 Write 接口简单,容易组合
Gotchas when using ktor, a Kotlin web framework
ktor-netty is buggy when used with ktor-websockets, use ktor-jetty instead. jetty-server should also be added as a dependencies when using ktor-jetty…