Frode Jensen
Frode Jensen
When adding a subtree inside the dom tree as a getter or function (browse-courses in navbar) you now should encapsulate it with or for functions. ```imba tag testing-stuff get substree...
Reported on discord in #bugs-and-feedback. `Found this bug in the Capstone project from the React Course` + video. With more info from Daniel Ross: `This is a router issue. You...
Hi, we just released an AI Engineer Path for javascript developers to get into building AI powered apps. We think the web developer/javascript community does not get enough love in...
Should we include things inherited from javascript like Object and Array methods? The options would be: - Do not include - Included one reference to mdn per main topic like...
1. Included dotenv in app as it allows easier setup of environments without having to remember runtime arguments. Bonus: Keeps secrets out of the shell history. 2. Switched ENABLE_CLOUDFLARE boolean...