Our insightful blogs
Changing Timezone on linux 1. First search for the available time zone by the below command. timedatectl list-timezones | grep -i Asia 2. Then unlink the current timezone sudo
- General
Two Way Communication between React Native and Android Native – Part 2 In this section we will see how to Communicate from Android to React Native. If you are looking
- General
Two Way Communication between React Native and Android Native Although React Native is a very complete tool in itself to develop Apps in Android and Ios. But while Developing apps
- General
Testing is a essential step for software development process. Many developers ignore this step and ended up finding bugs in production. Manual testing is fine until your application grows on
- Digital Engineering
- General
Before Implementing SSL pinning in our Project, we must have basic knowledge of SSL, how SSL Works. What is SSL? SSL (Secure Sockets Layer), is an encryption-based Internet security protocol.
- General
When we talk about Operations on/with PDF's, there are so many things to discover and work with. We know that there are many online tools that can do whatever you
- General
What is Logging? Logging is defined as storing some key information about a process or application in a file or database. Like date and time, filename, some messages etc. Why
- Digital Engineering
What is Yaazhini? Yaazhini is the vulnerability scanner for android application APK and REST api. User can easily scan any APK and API of android application and find the vulnerabilities.
- Quality Engineering