-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtrends.html
37 lines (36 loc) · 1.44 KB
/
trends.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<style type="text/css">
body {
font-family: FranklinGothicITCbyBT-Book;
font-size: 12px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
padding: 0.2em;
}
</style>
<body>
<ul>
<li><strong>Embracing falling boundaries</strong> - Whether you like it or not, boundaries are falling down around
you. We choose to embrace this by examining concepts like perimeterless enterprise, development environments in
the cloud, and co-location by telepresence.
</li>
<li><strong>Applying proven practices to areas that somehow missed them </strong> - We are not really sure why, but
many in our industry have missed ideas like capturing client side JavaScript errors, continuous delivery for
mobile, database migrations for NoSQL, and frameworks for CSS.
</li>
<li><strong>Lightweight options for analytics</strong> - Data science and analytics are not just for people with a
PhD in the field. We highlight collaborative analytics and data science, where all developers understand the
basics and work closely with experts when necessary.
</li>
<li><strong>Infrastructure as code</strong> - Continuous delivery and DevOps have elevated our thinking about
infrastructure. The implications of thinking about infrastructure as code and the need for new tools are still
evolving.
</li>
</ul>
</body>
</html>