When I started my career in software, I was really fascinated by the people's contribution to open-source libraries. I used to wonder how the community works, and how projects are maintained and kept
This blog introduces you to the world of QUIC and HTTP/3. The challenges it solves, the thought process behind the solution and the solution itself. I shall also discuss why HTTP/2
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