Skip to content

Instantly share code, notes, and snippets.

View gomorizsolt's full-sized avatar
👋
Hey!

Zsolt Gomori gomorizsolt

👋
Hey!
View GitHub Profile
@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@millermedeiros
millermedeiros / osx_setup.md
Last active June 26, 2024 22:08
Mac OS X setup

Setup Mac OS X

I've done the same process every couple years since 2013 (Mountain Lion, Mavericks, High Sierra, Catalina) and I updated the Gist each time I've done it.

I kinda regret for not using something like Boxen (or anything similar) to automate the process, but TBH I only actually needed to these steps once every couple years...

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@azagniotov
azagniotov / beautiful.rest.api.docs.in.markdown.md
Last active July 22, 2024 18:34
Example to create beautiful REST API docs in Markdown, inspired by Swagger API docs.