Skip to content

Instantly share code, notes, and snippets.

View Edgar-P-yan's full-sized avatar
๐Ÿ˜
it's happening

Edgar Pogosyan Edgar-P-yan

๐Ÿ˜
it's happening
View GitHub Profile
@jstewmon
jstewmon / aws-iam-poilcy-schema.json
Last active August 8, 2024 04:23
AWS IAM Policy JSON Schema
{
"type": "object",
"required": ["Statement"],
"additionalProperties": false,
"properties": {
"Version": {
"type": "string",
"enum": ["2008-10-17", "2012-10-17"]
},
"Id": {

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?

@parmentf
parmentf / GitCommitEmoji.md
Last active July 29, 2025 03:04
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit ๐ŸŽ‰ :tada:
Version tag ๐Ÿ”– :bookmark:
New feature โœจ :sparkles:
Bugfix ๐Ÿ› :bug: