#security
5 articles tagged with “security”
- ·4 min read·tutorial
How to Run Docker Containers Inside Vercel Sandbox for Secure Code Execution
Learn how to build, deploy, and run docker containers inside vercel sandbox to execute untrusted code securely with TypeScript.
- ·4 min read·tutorial
Secure NestJS Backend Development: Fixing What AI Generation Gets Wrong
Learn how to implement secure NestJS backend development by fixing common security vulnerabilities found in AI-generated code, including mass assignment, data leaks, and insecure defaults.
- ·5 min read·tutorial
Secure MCP Server Implementation: Exposing SaaS APIs to AI Agents Safely
Learn how to build a secure mcp server implementation in TypeScript. Control authentication, restrict access, and enforce server-side guardrails for AI agents.
- ·3 min read·checklist
The Production-Grade Backend API Security Checklist
Secure your production services with this comprehensive backend api security checklist covering rate limiting, JWT validation, token rotation, and secure architecture.
- ·4 min read·tutorial
Bypassing Sideload Blocks: Implementing Android Play Integrity API Verification in TypeScript
Learn how to build a secure backend verification service using Android Play Integrity API verification in TypeScript to prevent sideloading blocks and secure your apps.