Skip to content

Instantly share code, notes, and snippets.

View umanghome's full-sized avatar
👨‍💻

Umang Galaiya umanghome

👨‍💻
View GitHub Profile
@sidx1024
sidx1024 / js_vs_ruby.md
Last active January 18, 2023 19:41
JavaScript vs Ruby

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@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: