Estimating the time, effort, and cost of custom software development is inherently uncertain—just like planning a cross-country road trip without knowing every twist, turn, or unexpected detour along the way.
At Six Feet Up, we have extensive experience with both Plone and Django CMS. In this post, I am exploring when you might want to use Django CMS and when Plone might be a better fit...
Getting a set of fast running tests can dramatically speed up the development process as well as ensure developers don't introduce regressions...
Keeping websites and web applications up and running can be critical. It is best to look at all options very closely before choosing one...
Backups are a necessity, whether they are done via the database's native backup technology, a snapshot, or dumping to tape. Here's the difference between some common solutions, and tips on how to get started...
A new, pure Python LDAP library is out and easier to work with…
Microbits, powered by MicroPython, are exciting pieces of hardware with endless possibilities...
How to make sure all servers are backed up, and do so in a way to avoid a performance hit…
Vagrant is a tool to get developers set up quickly and easily on a project. It makes sure the virtual machine includes all the dependencies as they should be, and allows developers to use their own editing tools as they work on a project...
Lambda is Amazon Web Services' server-less infrastructure. It makes it possible to run small tasks that respond to various kinds of events without actually running any servers...