Document Object
Documenting technical projects and ideas
Learn Nest.js Middleware
I view middleware as a layer of code that sits between a request and a response on a web server. Middleware can:
Preventing SQL Injection on Node.js
I’ve recently moved into an application security part-time role at work and felt the need to document some of my learnings. This article, or any security-related articles, are not intended for use in hacking. I am in no way responsible if you try to use this knowledge for any malicious activity. I...