What is Progressive Web App (PWA) Progressive Web Apps progressively enhance web apps to look and feel like native apps. Just like native apps, It has an icon on the home screen, abilities
SQL injection (SQLi) is a code injection technique used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution. In this post, we will understand SQL
You can create Progressive Web Apps from scratch or can convert any of your existing web applications into PWA. Create the manifest file: The first step is to create a manifest file for
Canary is an application that was built by our team for the Chirp Developer Challenge Hackathon. Our team consisted of 3 developers and 1 UI/UX designer. This application was built from scratch
Progressive Web Apps (PWA) are web applications that inherit reachability from web apps and capabilities from platform-specific apps. Web apps supporting PWA are designed, built and enhanced using modern browser APIs to provide
XSS is a type of injection in which an attacker injects malicious code into a trusted website. The attacker often initiates this attack by sending a malicious link to the user and enticing
A file inclusion vulnerability enables an attacker to execute malicious files on the web server or gain access to sensitive or unauthorized data that are stored there. In this blog we will list
The darker UI design trend has gained popularity over the past few years in response to increased user screen time across devices. It is no wonder you want to enable this feature in
Many applications require networking to load resources from remote URLs. In order to fetch data from a server or make a POST ,PUT or DELETE request to an API. In this article, we