It’s a tale as old as time, or at least as old as Star Wars. I have “gone to the dark side” of project management platforms by dipping my toes in the Azure DevOps pool (spoiler alert, come on in! The water is fine). And while these two platforms can even be integrated with one […]
DevOps
Dealing with Wildcard SSL Certificates on Azure and Kubernetes
It is almost certain that any DevOps approaches the challenges of implementing SSL certificates at some time. Of course, there are free certificates, such as the well-known Lets Encrypt. As with any free solution, it has a number of limitations, all the restrictions are detailed on the certificate provider page for you to read. Some […]
Red Hat Summit & Ansible Fest 2023 Recap
Last week, our team attended Red Hat Summit, in Boston, MA. This past event marks the first time Red Hat combined Ansible Fest with Red Hat Summit. During the three-day conference, Red Hat partners, clients, and vendors got together to hear from Red Hat leadership, industry experts, and get hands-on experience with Red Hat platforms. The […]
The Open-Source Philosophy
Open-source software grants its users a degree of accessibility that is not possible through its proprietary counterpart. Open-source codes are published publicly for all who wish to study and manipulate them, whereas proprietary software keeps users more restricted, inside hard, iron-clad lines.
Custom Ansible Execution Environments
Ansible Tower users are gearing up for a big migration to Ansible Automation Platform 2. Ansible Tower 3.8 is technically AAP 1.2, which sunsets in September of 2023. AAP has a few usability updates like the improved Job search, which now lets you search in the web UI for specific job details like the limit […]
Connect with us at Red Hat Summit 2023!
Red Hat Summit is only a few weeks away! The conference will take place on May 23-25, 2023, in Boston, Massachusetts, at the Boston Convention and Exhibition Center. Still not registered? Click here! Red Hat Summit is the premier open-source technology event, that brings together customers, partners, industry thought leaders, and community contributors to learn, […]
Implement Multi-Tenancy In Azure B2C
Overview In a previous article about Azure B2C, we discussed the basics of Azure B2C and why you may want to consider using it for your software or application. Now, let’s take a look at some examples of the most common use cases. Implementing Multi-Tenant Applications with Azure B2C Multi-tenancy is an architecture pattern in […]
Version Control using AutoRabit in Salesforce
Version control is a critical component of the software development process, allowing organizations to track changes and collaborate on code development. In the context of Salesforce development, version control is especially important, given the complex and dynamic nature of the platform. This is where AutoRABIT comes into play, providing a comprehensive solution for version control […]
Openshift Essentials and Modern App Dev on Kubernetes
Introduction Whether you have already adopted Openshift or are considering it, this article will help you increase your ROI and productivity by listing the 12 essential features including with any Openshift subscription. This is where Openshift shines as a platform when compared to pure Kubernetes engine distributions like EKS, AKS, etc. which are more barebones […]
Introducing our Partnership with Vercel
We’re excited to announce our partnership with Vercel, a cloud platform that provides a seamless workflow for building and deploying modern web applications. It offers a comprehensive suite of tools and services to help developers streamline their development process and deliver high-performance websites and applications. Vercel’s primary focus is on serverless computing and static site […]
The Importance of Tracking Requirements Updates
The beauty of Agile is its ability to adapt to change. One of the principles behind the Agile Manifesto is “Welcome changing requirements, even late in development. Agile processes harness change for the customer’s competitive advantage.” Clients change their minds. Maybe they don’t like how something looks or functions once it’s using real-world, actual content. […]
Deploying a Sitecore Instance on a “Local” Kubernetes (k8s) Setup
Have you ever wondered about having a local Sitecore instance on a local deployment of k8s? I was curious and decided to dive headfirst into the unknown world of k8s virtualization on a local setup. In this blog series I will be sharing the details my journey, my findings the mistakes/successes, and the final state […]