Mar 23, 2022Connect SignalR APIs with PostmanConnecting 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 RunnerDevelopers 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 LibrariesThis 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 OptionsUsing 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.
Oct 11, 2017How to read Android logs with ADBDevelopers can read Android logs without using Android Studio or Android Monitor which give developers more ways to debug.