Skip to content

Instantly share code, notes, and snippets.

View k-yomo's full-sized avatar
🦉

Kanji Yomoda k-yomo

🦉
View GitHub Profile
@MastaAaron
MastaAaron / category-schema.js
Last active May 20, 2023 09:50
Sanity CMS: Infinitely-nestable Categories
export default {
name: `category`,
title: `Category`,
type: `document`,
fields: [
{
name: `name`,
title: `Category Name`,
type: `string`,
validation: Rule => Rule.required()
@south37
south37 / 00_timeline.md
Last active January 10, 2025 06:39
ISUCON Cheat Sheet