-
Install the React Developer Tools Chrome Extension.
-
Go to the egghead website, i.e. Getting Started with Redux
-
Click
View -> Developer -> Javascript Console
, then theReact
tab, then the<NextUpLessonList ...>
tag. -
Click back to the
Console
tab, then run:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import uuid | |
count = 0 | |
collision = False | |
guid_dict = {} | |
while not collision: | |
guid = uuid.uuid4() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04cf2e90a4782faf7eb56283760b2d9d3d54bbb981339794d072873e78f57938361cbe5b94400f1244b88da054be17f7646862db1eaaac0f5d915df7aaaca0f6d8 |
The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kbld.k14s.io/v1alpha1 | |
kind: Sources | |
metadata: | |
name: test_app | |
namespace: default | |
sources: | |
- image: test_app | |
path: ../components/test_app | |
docker: | |
build: |