Skip to content

Instantly share code, notes, and snippets.

@PaulRBerg
PaulRBerg / netlify-dns.md
Created January 26, 2018 12:38 — forked from hhsnopek/netlify-dns.md
Netlify DNS setup

Netlify DNS Setup

Quick ref for Netlify custom domains

Records

CNAME

Host: www, Value: you-netlify-site.netlify.com, TTL: 30 min

A

Host: @, Value: 104.198.14.52, TTL: 30min

0x0d5aaf2f3cb80039dc489378a620f78034fdb30ba46d721c3191c92e9f56a06f

@PaulRBerg
PaulRBerg / effect-nextjs-architecture.md
Created November 26, 2025 08:36 — forked from kevin-courbet/effect-nextjs-architecture.md
Effect.ts + Next.js Full-Stack Architecture

Effect.ts + Next.js Full-Stack Architecture

A production-tested architecture for building type-safe Next.js applications with Effect.ts. Combines SSR, Server Actions, React Query, and layered dependency injection.

Overview

┌─────────────────────────────────────────────────────────────────────────┐
│                          CLIENT (React)                                 │