Info-Sec

Safeguarding Your Mobile Apps in a Digital-First World

In today’s digital age, mobile apps play an important role in our personal and professional lives, assisting with tasks such as managing finances, shopping, and social connections. However, their popularity also attracts cybercriminals seeking to exploit vulnerabilities. Application security, or AppSec, safeguards apps from these threats, ensuring user data safety and maintaining the integrity of […]

Naveen Verma
Naveen Verma
Read

DevOpsTechnologyTesting

Performing Heavy Load Testing on your Website using Locust

Locust is open source and distributed load testing tool , intend to load test websites. A fundamental feature of locust is that you can describe all your test case in python code. This lightweight, distributed and scalable framework helps us to find out how many concurrent users a system can handle by writing test case […]