avatar

Hi! I’m Sam Zhao, a developer based in Brisbane QLD.

I have a particular interest in web/mobile development. Here are the tips and tricks I want to share with you and hope you'll find them useful.

Check me on GitHub, Twitter or LinkedIn .

Recent articles

SAPUI5

CSRF Token

How to Handle CSRF Token in SAPUI5

What's CSRF Token A string to identify that the request is legit. Server Side Changing the Default CSRF Protection Mechanism To change the default CSRF protection mechanism, proceed as follows: Go to transaction . Navigate to the ICF node for your…

SAPUI5

Webpack

Integrate Webpack into Your SAPUI5 Development Process

Why Use Webpack is a great tool for web development. And I've use it in almost all of my projects ever since I found it in 2016. I even wrote some blogs in my another blog . In short, is a bundle tool for web developers, and what makes it special…

SAPUI5

Diagnostics Tool in SAPUI5 Apps

What's Diagnostic Tool Diagnostic tool is provided by SAPUI5 to improve the productivity for developers, available both for desktop and mobile. With this tool, you can check: Technical information Control tree Debugging JavaScript Trace XML View and…

SAPUI5

Debug Your SAPUI5 Apps Using Debug Mode

Ways to Debug a SAPUI5 Apps There are 2 ways to debug a SAPUI5 apps: Use browser's debugger tools Use SAPUI5 debug mode Which way you choose to use is depending on whether you have the source files, which are un-minified version. If you have source…