Bill DePhillips
Bill DePhillips
### Page where problem found? https://github.com/Techtonica/curriculum/blob/main/projects/eventonica-react/eventonica-postgres.md#instructions ### Type of problem [Originally raised in Slack](https://techtonicaorg.slack.com/archives/C908BQK99/p1615582056056300) by @akivalencia This is in reference to part 6 of eventonica which is connecting express server...
### Page where problem found? https://github.com/Techtonica/curriculum/blob/main/api/REST-API.md ### Type of problem As explained in #1517 the example code at a glance appears to be real code, it doesn't do anything. For...
The [relational DB](https://github.com/Techtonica/curriculum/blob/master/databases/relational-databases.md) lesson is far too lengthy. It should introduce some basics, ensure the participant has installed and can successfully use Postgres, and leave the rest of it up...
The former SEAM, me, created a slideshow for an in-person workshop about asking for feedback. https://docs.google.com/presentation/d/1kaTYV_PoKpMukLSAev4MmjfFR02nTUCfjwD6rRptbk0/edit#slide=id.p We should convert this into a new lesson md file in the `career` folder....
The former SEAM, me, created a slideshow for an in-person workshop: https://vegetabill.github.io/techtonica-deck/#1 We should convert this into a new lesson md file (and Google slideshow from the official template) and...
Recently we added a list of false positives: https://github.com/Techtonica/curriculum/blob/main/meta/false-dead-links.md I'm assuming these are caused by: - sites that block bots - since we have many links to the same sites...
**Updated needs:** the a11y lesson has been improved, but we're sure it could be better. We don't need tons more practice on any of these things, but more of an...
#### After discussing, we've decided to keep the objectives folder and contents, but we need a way to keep them in sync. One Solution: #### we can try embedme, which...
With webpack support enabled by #94 we can now make our browser JavaScript better. Please move all `fetch` calls currently in `main.js` into a new file called `api-client.js`. That way...
Since dev mode uses sqlite and does not use Auth0, we want to double check the logic works correctly as it will in a prod-like environment. - Configure Auth0 -...