Earning $10,000 Learning How to Code.

Total Days 0
Total Earned $0

The guy who wrote the first course I’m taking Rob Percival wrote kindle single called How To Earn $10,000 While Learning To Code.

The book lays out a simple but practical roadmap to getting paid as you learn how to code. It almost sounds too good to be true so I took it on as a challenge.

(Read the post I wrote 596 days later)

 
0
Kudos
 
0
Kudos

Now read this

Using Redux Observable For Async Stuff

Redux doesn’t handle async work too well. Thunk is the go-to solution, but it’s not always great for testing. Here is how to do a basic async data fetch with redux observable; export const exampleEpic = (action$, state$, { later }) =>... Continue →