ജനാധിപത്യ സംരക്ഷണത്തിന് വേണ്ടി,
ഭരണഘടന സംരക്ഷണത്തിന് വേണ്ടി,
സ്ത്രീസുരക്ഷക്ക് വേണ്ടി,
അഭിപ്രായ സ്വാതന്ത്ര്യത്തിനു വേണ്ടി,
ഫാസിസത്തിനെതിരെ,
വർഗീയതക്കെതിരെ,
മത ഭ്രാന്തിനെതിരെ,
ആൾക്കൂട്ട കൊലപാതകങ്ങൾക്കെതിരെ,
കപട ദേശീയതക്കെതിരെ
ജയ് ഹിന്ദ്…
Here, I will be explaining different methods for creating a unique alphanumeric string using javascript
The following program can be used to List all files in a directory using Node.js recursively in a synchronous fashion.
One may follow the steps given below to publish application on Google Play Store.
Assuming, you already have Developer Account on Google.
If you’re considering developing a new mobile project, use React Native – you won’t regret it. Here is 9 reasons why you should consider React Native for your Mobile Application Development.
How can we convert a JSON Object to string?
for example, if you have a JSON object as given below
1 2 3 4 |
var user = { "name": "Jacob Nelson", "role": "Story\n Manager" } |
using toString will not help.
This post will help you to setup a sonarqube project to scan your source code. Follow these steps.
Dependency with JDK Make sure, JDK is downloaded and installed.
It is not an easy task to Build application, deploy it in emulator, relaunch and test, when we make changes.
Ionic provides an solution for this tedious process which is called live reload.
You can use the following command for live reload your ionic mobile application.
While developing a mobile application, you may need to check your application in multiple devices. It is not economically viable to buy all targeted device for development and testing. The easiest way is to test the application on emulators.
Before start testing, you may need to know what all virtual devices are available in your development environment.
To list out all available virtual devices, you may use one of the two commands listed below, from your application folder.