Using Gitolite Hook Points with Docker
These days as a developer you spend a great part of your day on github.com. Git is the most powerful version control we have right now and github added
Read More »These days as a developer you spend a great part of your day on github.com. Git is the most powerful version control we have right now and github added
Read More »Creating a PostgreSQL backup is a simple task. You only need to run the below command, and save the result as your backup: $ pg_dump --username=your-user-name --file=output-file dbname
Read More »Making infrastructure secure is difficult. Let's rephrase that; building a secure infrastructure needs time, experience and can be expensive. There are however some best practices that can help get there
Read More »We've been long time advocates of immutable infrastructure that's why we've tried hard to making building and cloning stacks easy so you don't mend stacks but tear them down and
Read More »BuildGrid is Cloud 66 cluster of servers which use to create our customers' docker images from their code. These servers are created in AWS EC2 and we are using EBS
Read More »