Load site modules...
lade...
random avatar

maxstreifeneder - Network

Posts Subscribe

👨‍💻sat down again and wrote another post about my local development hurdles with #SAPCAP like using APIs behind a Cloud Connector,...

https://saptodon.org/@maxstreife...

👨‍💻sat down again and wrote another post about my local development hurdles with 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
bit.ly/CAPLocalDev

2.2.2023 17:19👨‍💻sat down again and wrote another post about my local development hurdles with #SAPCAP like using APIs behind a Cloud Connector,...
https://saptodon.org/@maxstreife...

#SAPCAP anybody use CDS Linting already? format-cds srvcds lint . Curious about the "adoption" and how it's used already....

https://saptodon.org/@maxstreife...

anybody use CDS Linting already?
format-cds srv
cds lint .

Curious about the "adoption" and how it's used already.

cap.cloud.sap/docs/tools/#usag

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....
https://saptodon.org/@maxstreife...

Started diving into #SAPCAP with TypeScript and learning about tools like TypeScript (obviously), husky & git hooks, ESlint, and...

https://saptodon.org/@maxstreife...

Started diving into 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!

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...
https://saptodon.org/@maxstreife...

highly recommended to watch: Testing UI5 Apps with wdi5 - Zero to Hero to Continuous Integration https://www.youtube.com/watch?v=f-0ztSnb2-c...

https://saptodon.org/@maxstreife...

highly recommended to watch: Testing UI5 Apps with wdi5 - Zero to Hero to Continuous Integration youtube.com/watch?v=f-0ztSnb2- 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...
https://saptodon.org/@maxstreife...

first ski mountaineering this season.

https://saptodon.org/@maxstreife...

first ski mountaineering this season.

17.12.2022 15:13first ski mountaineering this season.
https://saptodon.org/@maxstreife...

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...

https://saptodon.org/@maxstreife...

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...
https://saptodon.org/@maxstreife...

been watching some of the AWS re:Invent talks and seen one of the most hilarous intros by Eric Johnson (Dev Advocate @ AWS):...

https://saptodon.org/@maxstreife...

been watching some of the AWS re:Invent talks and seen one of the most hilarous intros by Eric Johnson (Dev Advocate @ AWS): youtube.com/watch?v=SbL3a9YOW7

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):...
https://saptodon.org/@maxstreife...

came across this excellent video about handling Promises/async/await in JavaScript. some nice tips for not-so-advanced-javascript folks at...

https://saptodon.org/@maxstreife...

came across this excellent video about handling Promises/async/await in JavaScript. some nice tips for not-so-advanced-javascript folks at least :)

youtube.com/watch?v=wsoQ-fgaoy

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...
https://saptodon.org/@maxstreife...

cf install-plugin DefaultEnv => get the environment variables of a deployed Cloud Foundry app into a default-env.json (that CAP apps,...

https://saptodon.org/@maxstreife...

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,...
https://saptodon.org/@maxstreife...

SAP CAP: placement of super.init() can make quite a lot of difference. first works, second won't. async init() { ...

https://saptodon.org/@maxstreife...

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)
}

22.11.2022 08:55SAP CAP: placement of super.init() can make quite a lot of difference. first works, second won't. async init() { ...
https://saptodon.org/@maxstreife...

back "home" (i.e. SAP mothership in WDF) after #SAPTechEd in "wonderful" Las Vegas. Been fun tho to meet the community...

https://saptodon.org/@maxstreife...

back "home" (i.e. SAP mothership in WDF) after 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...
https://saptodon.org/@maxstreife...

#SAPTechEd is starting in a few hours, maybe head over to https://github.com/orgs/SAP-samples/repositories for some pre-event gems ;)

https://saptodon.org/@maxstreife...

is starting in a few hours, maybe head over to github.com/orgs/SAP-samples/re 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 ;)
https://saptodon.org/@maxstreife...

Hello World! just moved over from mastodon.cloud - interesting experience ;-)

https://saptodon.org/@maxstreife...

Hello World! just moved over from mastodon.cloud - interesting experience ;-)

9.11.2022 08:53Hello World! just moved over from mastodon.cloud - interesting experience ;-)
https://saptodon.org/@maxstreife...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️