Best of SQLJanuary 2022

  1. 1
    Article
    Avatar of towardsdevTowards Dev·4y

    SQL or NoSQL ?

    Data is the most valuabl e commodity in today’s world. Data storage was expensive and infrastructure wasn’t that developed to efficiently store the massive influx of data. With more and more web applications, need to quickly create and access enormous data became more important. This is when NoSQL came in to rescue.

  2. 2
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Handbook for SQL Injection

    Companies like Target, Yahoo, Zappos, Equifax, Epic Games, TalkTalk, LinkedIn, and Sony Pictures were all hacked by cybercriminals using SQL injections. An attacker is able to steal, delete or alter private and customer data. A web application communicates with a database using input from a user that hasn’t been properly sanitized.

  3. 3
    Article
    Avatar of swcdSweetcode·4y

    Security Best Practices in PHP

    According to a 2019 report by Accenture , security vulnerabilities have surged by 67 percent since 2013, including web apps that use PHP. PHP web applications are vulnerable to a variety of attacks, including cross-site scripting (XSS), SQL injection, local file inclusion, and path traversals. As a result, recommended practices for securing PHP applications are a necessity.