While I’ve been working as a consultant for more than 10 years, only 3 of those years went into DevOps consulting. If you’re curious, my other consulting experience was in recruitment, HR and Management Consulting. Here I want to share my observations specific to DevOps and more broadly IT and software consulting as well as… Continue reading My Dive Into DevOps Consulting
Month: November 2021
Monorepos: How we do it with Reliza Hub
Monorepo is a software structure which assumes multiple projects in the same repository. What is good about monorepos? Developers work with only one repository and don’t have to remember or care about multiple repositories for the product. Essentially, everything is in one place – that’s the primary goal. It is also assumed that monorepo is… Continue reading Monorepos: How we do it with Reliza Hub