#技术 #程序员 #github
Media
https://tudip.com/blog-post/what-is-serverless-using-node-js/
1.什么是Serverless架构?目前没有一个统一的定义。Serverless字面意思是无服务器,但并不是真的没有服务器,而是在开发和运维的过程中不需要感知到服务器的存在,也就是不需要考虑部署、扩展、存储等与服务器有关的维护负担。
2.什么是FaaS?Functions as a Service,开发者只需要着眼于实现功能的代码。Functions强调了功能碎片化的架构,不需要感知到服务器的存在。开发者对每一个功能进行封装,就能将一个功能作为服务提供给用户。
3.AWS Lambda是一个典型的Serverless/FaaS服务提供商。链接中的文章简单介绍了现在的Serverless服务是如何开发的(使用Node.js)。仅需上传代码就能提供服务。
参考:AWS官方博文,从IaaS到FaaS—— Serverless架构的前世今生,https://aws.amazon.com/cn/blogs/china/iaas-faas-serverless/
__工程师分享__
Media
https://tudip.com/blog-post/what-is-serverless-using-node-js/
1.什么是Serverless架构?目前没有一个统一的定义。Serverless字面意思是无服务器,但并不是真的没有服务器,而是在开发和运维的过程中不需要感知到服务器的存在,也就是不需要考虑部署、扩展、存储等与服务器有关的维护负担。
2.什么是FaaS?Functions as a Service,开发者只需要着眼于实现功能的代码。Functions强调了功能碎片化的架构,不需要感知到服务器的存在。开发者对每一个功能进行封装,就能将一个功能作为服务提供给用户。
3.AWS Lambda是一个典型的Serverless/FaaS服务提供商。链接中的文章简单介绍了现在的Serverless服务是如何开发的(使用Node.js)。仅需上传代码就能提供服务。
参考:AWS官方博文,从IaaS到FaaS—— Serverless架构的前世今生,https://aws.amazon.com/cn/blogs/china/iaas-faas-serverless/
__工程师分享__
#技术 #程序员 #github
guides:Ruby 编程风格指南。统一的格式风格有利于代码的维护和迭代,对于 Ruby 使用者而言帮助极大。项目地址:https://github.com/thoughtbot/guides
「来自 HelloGitHub 第 37 期 Ruby 分类」:https://github.com/521xueweihan/HelloGitHub/blob/master/content/37/HelloGitHub37.md#ruby-%E9%A1%B9%E7%9B%AE
__工程师分享__
guides:Ruby 编程风格指南。统一的格式风格有利于代码的维护和迭代,对于 Ruby 使用者而言帮助极大。项目地址:https://github.com/thoughtbot/guides
「来自 HelloGitHub 第 37 期 Ruby 分类」:https://github.com/521xueweihan/HelloGitHub/blob/master/content/37/HelloGitHub37.md#ruby-%E9%A1%B9%E7%9B%AE
__工程师分享__
GitHub
GitHub - thoughtbot/guides: A guide for programming in style.
A guide for programming in style. Contribute to thoughtbot/guides development by creating an account on GitHub.
#技术 #程序员 #github
💡「D2日报」2019年5月21日
📖 新闻
· 华为突遭谷歌釜底抽薪:官方安卓不再支持华为手机 https://www.huxiu.com/article/300072.html
· 韩国政府正在测试引入Linux http://osp.io/archives/5382
· “联想断供华为”造谣者:为其极端推测和情绪化输出道歉 http://www.donews.com/news/detail/1/3046014.html
· 字节跳动社交产品“飞聊”正式上线 http://www.donews.com/news/detail/1/3046013.html
⭐️ 开源项目
· 来自 Airbnb 团队开源的 JavaScript 编码规范指南 javascript https://github.com/airbnb/javascript
· 在 Swift 项目中使用 FontAwesome FontAwesome.swift https://github.com/thii/FontAwesome.swift
🏳️ 其它分享
· 浏览器的图像识别API初探 https://xiaotianxia.github.io/blog/vuepress/js/shape_detection_api_trial.html
· 可编辑的页面——designMode、contenteditable和user-modify https://xiaotianxia.github.io/blog/vuepress/js/editable_dom.html
· Micro Frontends https://micro-frontends.org/
· hhjian666/Sokoban https://github.com/hhjian666/Sokoban
· glot.io https://glot.io/
· Now https://zeit.co/now
· Global Rich List http://www.globalrichlist.com/
➡️ 精心排版的完整内容 👉 https://www.fairyever.com/posts/daily/2019/05/21/
➡️ 往期回顾和搜索资源 👉 https://www.fairyever.com/categories/daily/
➡️ 分享你的发现和创造 (投稿/提交) 👨💻 https://www.fairyever.com/posts/d2-daily-chrome-extension/
Media
Media
__工程师分享__
💡「D2日报」2019年5月21日
📖 新闻
· 华为突遭谷歌釜底抽薪:官方安卓不再支持华为手机 https://www.huxiu.com/article/300072.html
· 韩国政府正在测试引入Linux http://osp.io/archives/5382
· “联想断供华为”造谣者:为其极端推测和情绪化输出道歉 http://www.donews.com/news/detail/1/3046014.html
· 字节跳动社交产品“飞聊”正式上线 http://www.donews.com/news/detail/1/3046013.html
⭐️ 开源项目
· 来自 Airbnb 团队开源的 JavaScript 编码规范指南 javascript https://github.com/airbnb/javascript
· 在 Swift 项目中使用 FontAwesome FontAwesome.swift https://github.com/thii/FontAwesome.swift
🏳️ 其它分享
· 浏览器的图像识别API初探 https://xiaotianxia.github.io/blog/vuepress/js/shape_detection_api_trial.html
· 可编辑的页面——designMode、contenteditable和user-modify https://xiaotianxia.github.io/blog/vuepress/js/editable_dom.html
· Micro Frontends https://micro-frontends.org/
· hhjian666/Sokoban https://github.com/hhjian666/Sokoban
· glot.io https://glot.io/
· Now https://zeit.co/now
· Global Rich List http://www.globalrichlist.com/
➡️ 精心排版的完整内容 👉 https://www.fairyever.com/posts/daily/2019/05/21/
➡️ 往期回顾和搜索资源 👉 https://www.fairyever.com/categories/daily/
➡️ 分享你的发现和创造 (投稿/提交) 👨💻 https://www.fairyever.com/posts/d2-daily-chrome-extension/
Media
Media
__工程师分享__
虎嗅网
华为突遭谷歌釜底抽薪:官方安卓不再支持华为手机
不好的消息一个接一个,局面只会更加残酷。最新的一个是:使用安卓系统的华为手机,将被停止谷歌服务。刚刚,路透社曝光称谷歌母公司Alphabet已按特普朗要求,停止与华为相关的业务和服务,涉及硬件、软件和技术服务方面,包括旗下智能手机操作系统:安卓。最直接的,华为将失去对谷歌安卓操作系统的更新访问权限。只能使用开......
#技术 #程序员 #github
Media
binhnguyennus/awesome-scalability
awesome-scalability:一个系统的阅读列表,描述了可扩展、高可用、高性能的大型系统背后的东西。每部分都是基于真实案例,讲述了如何搭建一个可扩展、高可用、高性能的大型系统,案例都是来自于经过数百万甚至数十亿用户实战检验的系统。对于所有工程师而言都是一个很好的学习资料,开卷有益。项目地址:https://github.com/binhnguyennus/awesome-scalability
「来自 HelloGitHub 第 37 期 其它 分类」:https://github.com/521xueweihan/HelloGitHub/blob/master/content/37/HelloGitHub37.md#%E5%85%B6%E5%AE%83
__工程师分享__
Media
binhnguyennus/awesome-scalability
awesome-scalability:一个系统的阅读列表,描述了可扩展、高可用、高性能的大型系统背后的东西。每部分都是基于真实案例,讲述了如何搭建一个可扩展、高可用、高性能的大型系统,案例都是来自于经过数百万甚至数十亿用户实战检验的系统。对于所有工程师而言都是一个很好的学习资料,开卷有益。项目地址:https://github.com/binhnguyennus/awesome-scalability
「来自 HelloGitHub 第 37 期 其它 分类」:https://github.com/521xueweihan/HelloGitHub/blob/master/content/37/HelloGitHub37.md#%E5%85%B6%E5%AE%83
__工程师分享__