jsmanifest logojsmanifest

Posts tagged “API

6 posts found

CSRF Protection: How to Secure Your Node.js API

CSRF Protection: How to Secure Your Node.js API

April 10, 2026

Learn when your Node.js API actually needs CSRF protection and how to implement it correctly. Real-world examples of synchronizer tokens, custom middleware, and authentication patterns that work.

Node.jsSecurityExpress+1
JWT Best Practices: Security Tips for 2026

JWT Best Practices: Security Tips for 2026

March 27, 2026

Learn critical JWT security practices including signature verification, token storage strategies, and refresh token rotation to protect your applications from common vulnerabilities.

jwtsecurityauthentication+1
Mock Service Worker: Test APIs Without a Backend

Mock Service Worker: Test APIs Without a Backend

March 1, 2026

Learn how Mock Service Worker (MSW) lets you mock APIs at the network level for testing and development—no backend required. Includes practical examples and real-world patterns.

TestingAPIMSW+1
7 Principles That Actually Matter in RESTFul API Design

7 Principles That Actually Matter in RESTFul API Design

January 12, 2026

Learn 7 essential RESTful API design principles with real Express and Fastify examples that will help your team build better, more maintainable APIs in JavaScript.

javascriptapidevelopment+4
Automate Link Checking in TypeScript with the DeadLinkRadar API

Automate Link Checking in TypeScript with the DeadLinkRadar API

January 5, 2026

Learn how to build a robust dead link detection system using TypeScript and the DeadLinkRadar REST API. Protect your SEO rankings, avoid money loss from broken links, and automate link monitoring to deliver a seamless user experience.

typescriptapilink-checking+3
Designing API Methods in JavaScript

Designing API Methods in JavaScript

July 21, 2019

This article will go over a couple of rules to keep in mind when designing methods for an API in JavaScript

javascriptapiarchitecture+6