When you are dealing with SAP CAP you will need test data to test your services and Fiori UIs. This blog post guides you to all relevant steps to easily generate .csv-files with test data and deploy it to a local persistent database (local development).
Continue reading “SAP CAP: Generate .csv-files with test data easily”CORS: Proxy server for remote OData Service in local SAPUI5 Dev
A proxy server is needed if you want to develop SAPUI5 Apps locally, e.g. in Visual Studio Code, and access a remote OData Service like Northwind OData Service. A node.js server adds CORS headers to the requests which come from a local running app.
Continue reading “CORS: Proxy server for remote OData Service in local SAPUI5 Dev”Set up a basic development system
As a career changer I had hardly any experience with setting up basic development systems, and that is the reason, why I understand the huge challenge which programming newbies often have. I want to explain which basic development system I use and why.