Unsplash
Cybersecurity
·5 min read
Why I'm Moving from npm to pnpm
The recent supply chain attacks are a wake-up call. Here is why I'm switching to pnpm for all my projects and how you can migrate your workflow safely.
4 articles in this collection about Cybersecurity.
The recent supply chain attacks are a wake-up call. Here is why I'm switching to pnpm for all my projects and how you can migrate your workflow safely.
Learn how to protect your AI agents using a defense-in-depth strategy with these 4 essential security layers.

I recently joined Neuraltrust, a cybersecurity company. Here is an easy explanation of the acronyms (SIEM, IDP, PII, SPII) and concepts that every developer needs to know.

I was explaining to a friend why validating emails isn't enough. Learn how to stop bots from killing your subscription endpoint using Rate Limiting—from a naive in-memory solution to a robust Redis implementation.