👨💻sat down again and wrote another post about my local development hurdles with #SAPCAP like using APIs behind a Cloud Connector, serving files from an HTML5 App Repo (or better not), remote debugging:
Surviving and Thriving with the CAP: Local dev hurdles
https://bit.ly/CAPLocalDev
#SAPCAP anybody use CDS Linting already?
format-cds srv
cds lint .
Curious about the "adoption" and how it's used already.
https://cap.cloud.sap/docs/tools/#usage-via-cds-cli
1.2.2023 14:44#SAPCAP anybody use CDS Linting already? format-cds srvcds lint . Curious about the "adoption" and how it's used already....Started diving into #SAPCAP with TypeScript and learning about tools like TypeScript (obviously), husky & git hooks, ESlint, and Prettier. Sharing my experiences in a new blog series (for my own doc. and learning). Would love to get your thoughts!
https://bit.ly/CAPTipsAndTricks
16.1.2023 14:11Started diving into #SAPCAP with TypeScript and learning about tools like TypeScript (obviously), husky & git hooks, ESlint, and...highly recommended to watch: Testing UI5 Apps with wdi5 - Zero to Hero to Continuous Integration https://www.youtube.com/watch?v=f-0ztSnb2-c with @vobu
nice demos, short & crisp.
20.12.2022 11:07highly recommended to watch: Testing UI5 Apps with wdi5 - Zero to Hero to Continuous Integration https://www.youtube.com/watch?v=f-0ztSnb2-c...first ski mountaineering this season.
17.12.2022 15:13first ski mountaineering this season.If someone had told me that I would be having a deep look into TypeScript, unit-testing, ESLint, Prettier, Husky, and all that stuff, I would not have believed them. But to my surprise, I quite like it.
Yesterday, I had to help a colleague with some Java issues, and I couldn't even get my VS Code up and running with Java language support. Time really flies!
14.12.2022 16:59If someone had told me that I would be having a deep look into TypeScript, unit-testing, ESLint, Prettier, Husky, and all that stuff, I...been watching some of the AWS re:Invent talks and seen one of the most hilarous intros by Eric Johnson (Dev Advocate @ AWS): https://www.youtube.com/watch?v=SbL3a9YOW7s
12.12.2022 10:51been watching some of the AWS re:Invent talks and seen one of the most hilarous intros by Eric Johnson (Dev Advocate @ AWS):...came across this excellent video about handling Promises/async/await in JavaScript. some nice tips for not-so-advanced-javascript folks at least :)
https://www.youtube.com/watch?v=wsoQ-fgaoyQ
12.12.2022 10:35came across this excellent video about handling Promises/async/await in JavaScript. some nice tips for not-so-advanced-javascript folks at...cf install-plugin DefaultEnv
=> get the environment variables of a deployed Cloud Foundry app into a default-env.json (that CAP apps, approuter, etc.) can use out-of-the-box. Pretty awesome.
1.12.2022 14:07cf install-plugin DefaultEnv => get the environment variables of a deployed Cloud Foundry app into a default-env.json (that CAP apps,...SAP CAP:
placement of super.init() can make quite a lot of difference. first works, second won't.
async init() {
this.on('READ', model.SanitizedEntity.BusinessPartner, this.delegateQuery)
super.init()
}
async init() {
super.init()
this.on('READ', model.SanitizedEntity.BusinessPartner, this.delegateQuery)
}
back "home" (i.e. SAP mothership in WDF) after #SAPTechEd in "wonderful" Las Vegas. Been fun tho to meet the community (partially) in person again. Fully booked hands-on workshop with CAP + SAP Event Mesh + SAP Private Link was a blast compared to online workshops. Glad to be surrounded by smart folks like @qmacro, Jim Rapp, Harut Ter-Minasyan, Fabian Lehmann, Frank Densborn, Marco Holzwarth, Lena Strifler and many more.
21.11.2022 11:42back "home" (i.e. SAP mothership in WDF) after #SAPTechEd in "wonderful" Las Vegas. Been fun tho to meet the community...#SAPTechEd is starting in a few hours, maybe head over to https://github.com/orgs/SAP-samples/repositories for some pre-event gems ;)
15.11.2022 01:16#SAPTechEd is starting in a few hours, maybe head over to https://github.com/orgs/SAP-samples/repositories for some pre-event gems ;)Hello World! just moved over from mastodon.cloud - interesting experience ;-)
9.11.2022 08:53Hello World! just moved over from mastodon.cloud - interesting experience ;-)⬆️
⬇️