The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| apiVersion: kbld.k14s.io/v1alpha1 | |
| kind: Sources | |
| metadata: | |
| name: test_app | |
| namespace: default | |
| sources: | |
| - image: test_app | |
| path: ../components/test_app | |
| docker: | |
| build: |
| 04cf2e90a4782faf7eb56283760b2d9d3d54bbb981339794d072873e78f57938361cbe5b94400f1244b88da054be17f7646862db1eaaac0f5d915df7aaaca0f6d8 |
Install the React Developer Tools Chrome Extension.
Go to the egghead website, i.e. Getting Started with Redux
Click View -> Developer -> Javascript Console, then the React tab, then the <NextUpLessonList ...> tag.
Click back to the Console tab, then run:
| import uuid | |
| count = 0 | |
| collision = False | |
| guid_dict = {} | |
| while not collision: | |
| guid = uuid.uuid4() |