Skip to content

Instantly share code, notes, and snippets.

@eyesofkids
eyesofkids / 2019-https-localhost.md
Created August 9, 2023 03:06 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@eyesofkids
eyesofkids / modern_sql_style_guide.md
Created November 1, 2023 06:41 — forked from mattmc3/modern_sql_style_guide.md
Modern SQL Style Guide
layout default
author mattmc3
title Modern SQL Style Guide
revision 2019-01-17
version 1.0.1
description A guide to writing clean, clear, and consistent SQL.

Modern SQL Style Guide