Security The Basics: Cross-Site Scripting (XSS) What is a Cross-site Scripting (XSS) and how does it work? The aim of this guide is to teach you the basics of XSS so you can hopefully better protect your own applications and sites.
Security Developers, its 2019, hash passwords accordingly Photo by Tim Evans on Unsplash As a backend developer you will more than likely have to handle user logins and sign up at some point in time, if you haven't already, which means you will need to store the users' passwords. The passwords users give you
Security The Basics: SQL Injections What is a SQL injection and how does it work? The aim of this guide is to teach you the basics of SQL injections, how they work and how you can protect your applications.