Harsh Mangeharshmange.hashnode.dev·May 26, 2024What is SQL Injection and how to prevent it?SQL injection is a type of web application vulnerability that allows an attacker to execute arbitrary SQL code on a database. This can be used to steal sensitive data, modify or delete data, or even take control of the entire system. Example Here's a...Discuss·267 readsSQL
Aditya Revankaradityarevankar.hashnode.dev·Feb 16, 2024SQL Injection Demystified: Safeguarding Your Web ApplicationsIntroduction to SQL Injections SQL injection attacks are a type of cybersecurity threat that target databases through malicious SQL code injection. In a SQL injection attack, malicious actors exploit vulnerabilities in an application's input validati...DiscussSQL Exploitation
Yadvir Kauryadvirkaur.hashnode.dev·Feb 13, 2024Simplifying Data Fetching in React: A Guide to React QueryIn this blog post, we'll explore how React Query simplifies data fetching in React applications. We'll examine common problems encountered when fetching data without React Query and then dive into how React Query addresses these issues. Along the way...Discuss·37 readsCustom Query Hooks