DevOps
-
Set up Continuous Deployment to Amazon OpsWorks
This is a republished guest blog post by Edgars Lazdins. He is director at Novo IT – a Web Development…
Read More » -
Continuous Delivery Using Cloud Development Tools
Cloud based online development tooling is continuing to improve, removing barriers to entry with regards to building software as part…
Read More » -
This is how Facebook Develops and Deploys Software. Should you care?
A recently published academic paper by Prof. Dror Feitelson at Hebrew University, Eitan Frachtenberg a research scientist at Facebook, and…
Read More » -
Redis as data store: Installation
Introduction Redis is open-source, advanced key-value data store server. It is counted as Nosql database for the key-value store category.…
Read More » -
HAPROXY up and running in couple of minutes
I tried HAPROXY for my WEBAPP (Hosted on tomcat) -reason for using HAPROXY is that it also supports WEBSOCKETS and…
Read More » -
Performance tests for slow networks with tc
tl;dr: you can easily replicate slow network conditions which makes it easier to performance test them. Smartphones have made both…
Read More » -
Maintaining Software Sucks – and what we can do about it
If you ask most developers, they will tell you that working in maintenance sucks. Understanding and fixing somebody else’s lousy…
Read More » -
Immutable Servers With Packer and Puppet
Lately I’ve been becoming more and more of a fan of is the concept of Immutable Servers while automating our…
Read More » -
MongoDB Pro Tip: Field Projections
Did you ever learn that select * from table in RDBMS-land is bad? Of course, you did! If you’re only…
Read More »