🏞 Life Cycle of a Typical gTLD Domain Name

Life Cycle of a Typical gTLD Domain Name (source) See also an explanation of each state in EPP Status Codes | What Do They Mean, and Why Should I Know? - ICANN.

September 23, 2023 · 1 min · 32 words

🔗 GitHub Flow – Scott Chacon

GitHub Flow – Scott Chacon So, what is GitHub Flow? Anything in the master branch is deployable To work on something new, create a descriptively named branch off of master (ie: new-oauth2-scopes ) Commit to that branch locally and regularly push your work to the same named branch on the server When you need feedback or help, or you think the branch is ready for merging, open a pull request After someone else has reviewed and signed off on the feature, you can merge it into master Once it is merged and pushed to ‘master’, you can and should deploy immediately For teams that have to do formal releases on a longer term interval (a few weeks to a few months between releases), and be able to do hot-fixes and maintenance branches and other things that arise from shipping so infrequently, git-flow makes sense and I would highly advocate it’s use....

August 29, 2013 · 1 min · 182 words

🔗 Integrated Content Editor (ICE)

Integrated Content Editor (ICE) Ice is a track changes implementation, built in javascript, for anything that is contenteditable on the web. Released by the New York Times with an online demo at GitHub .

January 25, 2012 · 1 min · 34 words