How to run Ruby on Rails on ARM?

When the whole world is trembling from changes and crises the time comes for the consolidation of forces and optimization of resources, paradigm changes and adaptation to new conditions. In the world of computer hardware you can see a clear trend - the x86 architecture, invented over 40 years ago,…

Speeding up Xcode archive builds with XcodeArchiveCache

Build caches - why even bother? Modern mobile development team’s workflow boils down to feature development followed by that feature being merged to the main SCM branch and then released to production. Before feature implementation is considered mergeable, it must pass various checks including builds, tests and code reviews.…