Skip to main content

Posts Tagged ‘release management’

Shot Of An Attractive Young Businesswoman Texting While Standing Outside On The Office Balcony

Deployment of Spring Boot App on Amazon EKS Using GitHub, Jenkins, Maven, Docker, and Ansible

Deployment of Spring Boot App This is a common use case scenario that is used by several organizations. I hope this detailed blog is helpful to understand the CI/CD process. Let’s get started and dig deeper into each of these steps. Step 1 — Create an Ubuntu T3 Large Instance Select an existing key pair or […]

Business Network

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 […]

Finance And Stock Market Data Graph

Introduction to AutoRABIT in Salesforce

AutoRABIT is an automated Release Management System for Salesforce. AutoRABIT Salesforce helps developers, admins, analysts, and release managers deploy, test, data loading, and sandbox management across multiple Salesforce organizations. In today’s fast-paced world, organizations constantly seek ways to improve their development processes and deliver high-quality applications faster. In the context of Salesforce development, this is […]

Secure Software Release Coordination

The ultimate goal of all software development is the secure software release of the system to a user-accessible production environment. However, the road from code to production is often a long and perilous one. To reduce the apparent risk associated with a production release, many organizations place “gates” at various points along the release path. […]

agile backlog groom

DevSecOps and Release Coordination

The Release Coordination Challenge Release Day.  There are few more terrifying words in the development team lexicon.  This is the moment of truth; will our efforts be for nothing or will we out eke out another production release?  And so many things can go wrong; have we missed critical requirements, did we failed to test […]

Get Prepared with Salesforce Release Readiness Essentials

Understanding Salesforce Release Management With Salesforce, your team needs to prepare for release management. Release Management is the planning, scheduling, coordinating, and overseeing releases and infrastructure changes meant to optimize their efficiency and quality while meeting the demands of rapid growth. “Think of organizational change management as the captain of the ship, setting the course […]

Deployment Groups in Visual Studio Team Services

If you use Visual Studio Team Services for your build and deploy process, you may have noticed a new menu item pop up a few months ago – “Deployment Groups”. I’ve been using this new feature in new projects since it came out in preview in May and it’s a great way to handle deployments […]

Azure DevOps: Scale Out Your Build System

Every developer knows that builds are an integral piece to the Application Lifecycle. Using an automated build and testing process will help speed the time to market for your application. Visual Studio and Team Foundation Server offers a number of features to help with this process. To use Team Foundation Build for automated building and testing […]

BI Tools – Continuous Integration

Automate everything!  The mantra of the real developer – I’d rather spend 2 hours automating a task than 30 minutes of repetitive typing!  Continuous integration finally legitimizes that innate desire to automate during the development process. Continuous Integration (CI) tools automate the application build process and automated tests on a regular interval (or on demand […]

BI Tools – Test Data

BI is built on a foundation of data.  Therefore, testing in BI requires test data, and that means we’ve got to get it from somewhere! I’ve seen two general strategies here: Load the test system directly with production data, meaning that the contents of the test system change with each “refresh”. Generate test data sets […]

BI Tools – Data Modeling

Ah – my favorite topic in BI tools – data modeling and the modeling tool.  An effective data modeling tool is the primary design tool for the database tier of the BI stack and may be extended to capture the design of nearly any system component.  It’s an essential tool in the belt of all […]

BI Tools – Source Control

This one’s easy. Every team needs source control. Period. No exceptions. A team of one needs source control. Source control tools serve two primary purposes in BI development groups: Version control during development including playing a part in code reviews and ensuring the security (backup) of the code base. Deployment support as a controlled repository […]

Load More