Skip to content

Instantly share code, notes, and snippets.

@mattmc3
mattmc3 / modern_sql_style_guide.md
Last active May 2, 2026 00:40
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

@br3ndonland
br3ndonland / github-actions-notes.md
Last active May 22, 2026 18:53
Getting the Gist of GitHub Actions
@candlerb
candlerb / go-project-layout.md
Last active December 27, 2025 05:36
Suggestions for go project layout

If someone asked me the question "what layout should I use for my Go code repository?", I'd start by asking back "what are you building: an executable, or a library?"

Single executable

Stage 1: single source file

Create a directory named however you want your final executable to be called (e.g. "mycommand"), change into that directory, and create the following files:

@mitchellh
mitchellh / archive.md
Last active October 7, 2025 16:03
Archive List

Planned Repo Archive

In the new year, I plan on archiving the repositories below. Because I plan on only archiving the repositories, any project that depends on any of these projects will continue to work. However, I will no longer be accepting issues or pull requests and will never tag a new release.

The reality of each of the projects listed below is that I've almost completely ignored issues and pull requests for