Go
Nov 19, 2024
9 min read
Using Go + Gin to reimplement our backend REST API. How we built the golden API: performance & scalability, comprehensive docs, security, authentication, and testability.
Rust
Nov 15, 2024
7 min read
Using Nom to create a safe email validation parser in Rust. How to create combinator parsing that can be compiled to WebAssembly.
Node.js
Nov 06, 2024
13 min read
Exploiting (and protecting against) injection attacks, duplication DOS, and circular query attacks in GraphQL.
Engineering
Nov 01, 2024
6 min read
Local-first security, a low-latency gRPC API in every cloud region, persistent HTTP/2 connections, and smart caching.
Security Concepts
Oct 25, 2024
10 min read
What are race condition attacks? Exploring examples and mitigations.
Changelog
Oct 23, 2024
1 min read
Support for Next.js 15 with performance improvements and full support for server actions.