CCursoraorgincursora.hashnode.dev·Jul 31 · 7 min readSix bugs I found auditing code I wrote yesterdayLast week I shipped a lot: eleven new exercise types on Monday and Tuesday, a SQL exercise type running a throwaway Postgres per attempt on Wednesday. On Thursday I stopped adding things and spent the00
CCursoraorgincursora.hashnode.dev·Jul 30 · 4 min readDeterministic seeds instead of question banksYou want every student to get a slightly different version of the same problem, so comparing answers with the person next to them doesn't work. The standard answer is a question bank: write twenty var00
CCursoraorgincursora.hashnode.dev·Jul 28 · 4 min readFour Stripe Connect gotchas from shipping marketplace payoutsWe added marketplace payouts to our education platform this week: course authors connect their own Stripe account, learners buy courses, the platform takes a cut and the author gets the rest. The over00