NIYONSHUTI Emmanuel
HomeMusing

© 2024 - 2026 NIYONSHUTI Emmanuel. All rights reserved.

source code

WEB DEVELOPMENT

3 posts

Next.js-ing My Blog

migrating my blog to serving markdown files

Posted on February 21, 2026 by NIYONSHUTI Emmanuel
#nextjs#blog#markdown
Read Next.js-ing My Blog

http and websockets

WebSocket connections start as normal HTTP GET requests, and if the HTTP server agrees to upgrade the protocol, the connection switches to a full-duplex, bidirectional channel, abandoning HTTP’s request-response model

Posted on December 13, 2025 by NIYONSHUTI Emmanuel
Read http and websockets

Handling HttpOnly Cookies Between Next.js and a Backend API on Different Domains

When your Next.js frontend and backend API are deployed on different domains, middleware can't read httpOnly cookies. Here's why it happens and two practical solutions to fix it.

Posted on November 15, 2025 by NIYONSHUTI Emmanuel
Read Handling HttpOnly Cookies Between Next.js and a Backend API on Different Domains