diff --git a/details.html b/details.html index ca101d5d..0ee20f6f 100644 --- a/details.html +++ b/details.html @@ -20,10 +20,10 @@

Focus

Configuration Management
Tools for the storage and management of your systems configuration across all your environments and servers mean that reproducing a system is trivial, and the days of wikis and lists of configs to tweak are gone.
Infrastructure as Code
Your systems and servers are defined in code, along with all installed applications, dependencies and configuration. You can take advantage of version control and agile principles in your systems administration as well as in developing your software.
-
Monitoring and Metrics
Without intimate knowledge of the baseline performance of your systems, it is impossible to tell where a problem or bottleneck arises when things go wrong. Metrics can show you where you will gain most business value from optimization.
-
Continous Deployment
The shangri-la of release management: your code is released as you commit to revision control. The methods and tools and best practices to achieve this safely will allow you to start releasing improvements dozens of times a day without breakage or downtime.
+
Monitoring and Metrics
Without intimate knowledge of the baseline performance of your systems, it is impossible to tell where a problem or bottleneck arises when things go wrong. Metrics can show you where you will gain most business value from optimisation.
+
Continous Deployment
The Shangri-La of release management: your code is released as you commit to revision control. The methods and tools and best practices to achieve this safely will allow you to start releasing improvements dozens of times a day without breakage or downtime.
Virtualization
New tools and best practices for managing virtual server clusters give you the ability to create and tear down correctly configured servers and running services in seconds, speeding up your development lifecycle exponentially.
-
NoSQL
Increasingly, certain types of application are requiring an alternative to traditional relational databases. Key-value in-memory stores like Redis or Memcached and document stores like MongoDB and CouchDB offer new approaches to solving issues that data storage systems face at scale.
+
NoSQL
Increasingly, certain types of application are requiring an alternative to traditional relational databases. Key-value in-memory stores like Redis or Memcached and document stores like MongoDB and CouchDB offer new approaches to solving issues that data-storage systems face at scale.