I am a developer
seeking good projects where profession matters :). Check my blog here for reference.
Application Development: New generation apps, greenfield and brownfield developments. Application analysis, and replacement with Fiori Launchpad compatible solutions. Software Design: Solving complex problems with clean and maintainable solutions. I design not only the software components, but provide You interactive Mockups under first steps. Experience: Strong technical experience gained in SAP development in last 2 decades. Object oriented approach with modern ABAP, JavaScript language and programming models like RAP and CAP. Framework implementations, technical leadership and SAP programming educations as part of the job.
This is a collection of snippets which are good to keep in mind and become handy. Some points could be a part of a development guideline as well . Process Events subscriptions Detecting unhandled Promise rejections The unhandledRejection event is triggered when a promise failure isn’t handled in your application. You can subscribe to this […]
Those who liked the first edition, here is the new 2023 edition with some extra. Happy New Year ! Features: Installation: For more details and explanation on GitHub pages see the documentation of the first edition.
NPM NPM install package globally NPM install package locally (in your project) NPM install local packages found in the package.json file in the same folder where You issue NPM check outdated Local packages Open terminal in the folder where the package.json file is located. To see which packages are outdated issue command NPM update outdated […]