Monthly Archive: December 2022

smartctl

To test HD health using SMART data: https://www.smartmontools.org/wiki/FAQ https://www.thomas-krenn.com/de/wiki/SMART_Tests_mit_smartctl Commands: Test: sudo smartctl -t /dev/sdc Results: sudo smartctl -a /dev/sdc

ABAP Cloud

Collection of Information. More to come… community.sap.com – ABAP Cloud FAQ SAP NetWeaver 7.5 Maintenance Strategy blogs.sap 22.12.2022 – ABAP Cloud blogs.sap 5.9.2022b – Embedded Steampunk – Some more details for ABAP developers blogs.sap 30.09.2021 – Steampunk is going all in ABAPConf 2022 – Steampunk

Test – Code – Refactor – Repeat: A quick look on TDD

Can you spot the difference? Likely i start coding before testing, hell – often i start coding before the requirements are fixed… Code – Requirements – Refactor – GoLive – Test But there is a better way… TDD.