qmacro
Developer Advocate
Developer Advocate
Member since ‎09-23-2007

User Statistics

  • 1,607 Posts
  • 61 Solutions
  • 1,377 Kudos given
  • 3,600 Kudos received

User Activity

SAP CodeJam European Roadshow SAP CodeJam Event Calendar: https://community.sap.com/t5/sap-codejam/eb-p/codejam-events SAP CodeJam Group: https://community.sap.com/t5/sap-codejam/gh-p/code-jam  SAP CodeTalk with Daniel Schlachter on the CAP plugin co...
In CAP, relationships between entities can be expressed with associations. In digging into how these are represented internally, I found jq yet again to be invaluable in parsing out info from the internal representation of the definitions. Here's wha...
In this episode, we continue our exploration and understanding of Compositions, looking at auto-exposure of composition targets, cascaded delete and more. Everyone welcome, especially beginners, come and join us for friendly chat and curiosity-driven...
ITEMSBack to basics series on CAP Node.js - 10th episode Live stream series playlist: https://www.youtube.com/playlist?list=PL6RpkC85SLQBHPdfHQ0Ry2TMdsT-muECx Capire documentation: https://cap.cloud.sap/docs/ SAP Community Challenge (SAP Build), Week...
A colleague asked me if I could add CORS support to a service I was running, built with the SAP Cloud Application Programming Model (CAP). CAP already has some basic support for CORS, so I dug in. Here's what I learned, about CORS headers, preflight ...