Mar 23, 2022Connect SignalR APIs with PostmanWade HuangConnecting SignalR APIs without its client SDK might be difficult, since its protocol is WebSocket, and it is not as easy as making HTTP request. This article will show you how to use WebSocket feature of Postman to connect SignalR APIs and send/receive messages.
Jun 26, 2021Build A Cross Platform Shell Script CLI RunnerWade HuangDevelopers in teams might prefer using different operation systems such as Windows and MacOS. Some members write scripts for projects in PowerShell and others write them in Bash. It causes the other members who use different operation systems can not run these scripts. After, some tries end errors. We came up an idea to create our own script runner that can execute bash script regardless the OS easily.
Aug 23, 2018Provide Proguard Settings Inside of Your Android LibrariesWade HuangThis article talk about a small tip that adding the Proguard settings inside your Android libraries to help our developers to use your libraries without adding extra Proguard settings.
Jun 14, 2018[Android] Use System Properties as Debug OptionsWade HuangUsing system properties as debug options might be a good approach for you, if you want to open debug options on your apps and change these options easily without changing any code.