[Download the full report here]
In its seventh annual outing, the results of Puppet and Splunk’s collaboration is out in the form of the 2018 State of DevOps Report. As the Report outlines from the responses of 3,000 participants, “DevOps is an ongoing evolution, and there is no final destination.……
由Dean Leffiingwell 创建的Scaled Agile Framework®(又名SAFe)提供了一份在企业范围采用敏捷的秘诀,展现在整体视图中。
SAFe之于敏捷企业,就像Scrum之于敏捷团队。
常规的敏捷框架适用于中小型项目团队,而且不具有扩展性。但大公司的大型产品,开发团队分布在多个国家,几百人,几十个小团队,每个小团队用Scrum来……
Digital transformation is the integration of digital technology into all areas of a business, fundamentally changing how you operate and deliver value to customers. The internet of things (IoT), artificial intelligence (AI) and other emerging technologies dominate headlines today, but CIOs and the……
WeChat Mini Program UI Components
Button
button.wxml:
<button class="primary">BUTTON</button>
button.wxss:
.primary {
background-color: #B11F24;
color: white;
align-items: center;
border-radius: 0;
padding-inline-start: 14px;
width: 100px;
}
Checkbox
checkbox.wxml:
<view>……
author: antirez
For quite some time I’ve wanted to record a new video talking about code comments for my "writing system software" series on YouTube. However, after giving it some thought, I realized that the topic was better suited for a blog post, so here we are. In this post I analyze Redis co……
This year’s State of DevOps Report, which has become a standard for defining progress and trends in the software development and delivery community, is being published today. Presented by Puppet and DevOps Research & Assessment (DORA), this year’s report takes on some new areas of resear……
原以为自己已经比较了解设计模式了,谁知面试官一问,我竟然紧张到只记得单例模式。。。囧,So 有了这篇文章
策略模式( Strategy )
定义个策略接口,不同的实现类提供不同的具体策略算法, 同时它们之间可以互相替换.
IStrategy 接口定义了策略方法,Strategy1 和 Strategy2 通过实现 IStrategy 提供不同的策略,而 U……
When it comes to modern software development, collaboration is the name of the game; to this end, development teams have more than ample selection of tools at their disposal these days. With a user base in the double digit millions, GitHub is the perennial favorite for sharing, collaborating, and ……
If you want to learn more about headers, don’t miss Andrew’s talk at Altitude London on May 22.
HTTP headers are an important way of controlling how caches and browsers process your web content. But many are used incorrectly or pointlessly, which adds overhead at a critical time in the loading of……
收藏的开发类相关链接分享给大家,有些来自朋友推荐,有些是行业技术大牛和主流产品的相关博客:
高焕堂Sundy Android从程序员到架构师之路
http://pan.baidu.com/s/1i3Fw3zv
http://pan.baidu.com/s/1qW4sP2W
GitHub 中文版:
http://gitbook.liuhui998.com/index.html
鸟窝–(比较杂)
http://colobu.com/
开发者……