How to set up Vim for a productive Ruby And RoR workflow? In this article we will set up syntax highlighting, formatting and linting, ways to run tests and quickly jump between files, autocompletion with solargraph, snippets and more.
In this post we’ll focus on ensuring that a user’s data is fully deleted, which is important for compliance with GDPR and other regulations, but is also just the right thing to do.
Compared to normal MRI Ruby, Fullstaq Ruby uses 50% less memory, is faster, and is easier to install and security-patch because of RPM and DEB packages.
“Frequent releases reduce risk” — this is something you hear all the time in conversations about Continuous Delivery. How exactly is this the case? It sounds counter-intuitive.
Microservices surged in popularity in recent years and were touted as the end-all solution to all of the problems arising from monoliths. We chose to evolve Shopify into a modular monolith, meaning that we would keep all of the code in one codebase, but ensure that boundaries were defined and respected between different components.