SAP Business Application Studio and CI/CD Experience
I have experienced SAP Business Application Studio(BAS) by developing a couple of applications. In addition, I have tried SAP Cloud Platform Continuous Integration and Delivery Service(CI/CD), and it was impressive.
According to my experience, I found BAS as a powerful development platform. It’s compact and useful. Although it looks complicated at first, you are getting used to it in a short time. You will be satisfied with it if you are a full-stack developer.
SAP Cloud Platform Continuous Integration and Delivery is a service on SAP Cloud Platform which lets you configure and run predefined continuous integration and delivery pipelines that test, build and deploy your code changes. At the moment, it supports the development of SAP Cloud Application Programming Model (CAP) and SAPUI5/SAP Fiori applications.
I developed an application in order to be familiar with BAS. Also, I set up CI/CD services and integrated it with my application.
To explain briefly, after setting up, you commit your project to the GitHub repository and then CI/CD services will catch your changes and trigger the pipeline if there are any commits to your repository.

Hereby, you can use a new version of your application without doing any building and deployment.

By the way, an overview of the application is as follows. You could access the application here.




If you would like to make any changes, clone the project here and then you can see your changes after your deployment.
Also, you could try these useful workshops from TechEd2020 to experience BAS and CI/CD.