CI/CD of a EXPO managed-flow project based on tag
I was thought that expo managed flow CI/CD should be very easy than the React Native project.
Continue reading CI/CD of a EXPO managed-flow project based on tag
I was thought that expo managed flow CI/CD should be very easy than the React Native project.
Continue reading CI/CD of a EXPO managed-flow project based on tag
These weeks, We did move our outdated react native mobile project to expo. We encountered many problems, some solved with some workaround, some did not. In the end, we make it works, I’d like to list them here and hope they solved by expo team.
Continue reading The Expo managed flow problem we encountered so far
Expo support the Update Over The Air (OTA) out of the box, this is a amazing feature that make the test/puslish more easy and faster.
Continue reading My flow of test/publish Expo project with release channel and Update Over-The-Air(OTA)
本文摘译自How Any.Run Became the Most Popular Malware Sandbox in the World using Meteor.js
Continue reading Any.Run使用Meteor.js的成功经验
This article is the outline or note of the important share about high-performance meteor - “Arguments for Meteor - Theodor Diaconu, CEO of Cult of Coders: “Redis Oplog, Grapher, and Apollo Live.”, because in the share, there are much useful experience on using meteor in production.
Continue reading Outline of the important share Arguments for Meteor
in mobile on react native
Continue reading 高质量React Native项目发布之前的检查步骤
Continue reading 驾考科目一考点笔记
in javascript on unicode
摘译自Dmitri Pavlutin的文章What every JavaScript developer should know about Unicode
- javascript 对待 string 为编码序列而不是字符
- 大部分 string 方法不是 Unicode-aware,包括 indexOf,slice
- […str] 或者 Array.from(str) 可以正确确认 length
Continue reading 【摘】开发者需要知道的Unicode
in javascript on deno
摘译自FILIP PIEKNIEWSKI博士的的文章AI - The No Bullshit Approach
- AI不仅仅是指当前火爆的深度学习
- 只不过是一种与之前-编程->专家系统-方式很大不一样的计算机程序
- 之前的方式都自后是以AI寒冬结束
- 目前深度学习的成功只是在非关键应用(non critical applications)(从统计学上讲它是不可能达到100%可信)
- 投资人的预期比深度学习实际能力要高许多,然而有些科学家并不愿意告诉实情,这将导致AI的寒冬周而复始的再次来临
Continue reading 【摘】AI - 不扯淡的方式 - 10+年工业级经验博士的观点
in javascript on deno
deno 文档显示,deno 内部代码并没有使用 typescript。
Continue reading Deno内部代码为什么使用javascript而不是typescript