<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>design on jawr</title><link>https://jawr.github.io/jl-lu/tags/design/</link><description>Recent content in design on jawr</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><copyright>© {year}</copyright><lastBuildDate>Mon, 25 Jan 2021 10:45:30 +0900</lastBuildDate><atom:link href="https://jawr.github.io/jl-lu/tags/design/index.xml" rel="self" type="application/rss+xml"/><item><title>mx.ax - social schema distancing</title><link>https://jawr.github.io/jl-lu/blog/mx.ax-the-hows-and-why-of-the-database-schema-design/</link><pubDate>Mon, 25 Jan 2021 10:45:30 +0900</pubDate><guid>https://jawr.github.io/jl-lu/blog/mx.ax-the-hows-and-why-of-the-database-schema-design/</guid><description>User isolation When creating a service that contains users who don&amp;rsquo;t require interaction with one other, it&amp;rsquo;s necessary to provide some assurances that their data will remain isolated. There are various strategies to try and ensure this isolation, each with their own benefits and issues. Below are the main ones:
Silo, each user has their own database instance. Bridge, each user has their own database (schema) on a shared instance.</description></item><item><title>mx.ax - a closer look at SMTP</title><link>https://jawr.github.io/jl-lu/blog/mx.ax-a-closer-look-at-smtp/</link><pubDate>Wed, 20 Jan 2021 09:56:13 +0900</pubDate><guid>https://jawr.github.io/jl-lu/blog/mx.ax-a-closer-look-at-smtp/</guid><description>SMTP Simple Mail Transfer Protocol has been around for a long time and although it has been revised, extended and abused beyond its original intent, it does remain relatively simple.
If you want to send an email to yourfriend@domain.com your client first needs to use DNS to discover where to send the email. This information is stored within the MX record, i.e. for lawrence.pm:
;; QUESTION SECTION: ;lawrence.pm. IN MX ;; ANSWER SECTION: lawrence.</description></item></channel></rss>