Hey there, I've also taught lots of students online!
In my JS courses, I actually don't touch upon async things until I get to rather advanced/intermediate courses.
Universally, I think the fundamentals of programming languages can be taught without too many drawbacks and agnostic of language choice unless the language is super verbose.
For example, all the things with closures, this, and asynchronous programming probably aren't relevant until a student runs into them/their gotchas while making web applications. By that point, I think framing it as event driven programming makes a lot of sense and gives context without being forced to deal with the details.
I think doing anything cool in other languages is also almost similar. A while loop/game loop in Python or other languages is pretty similar to the event loop which where the asynchronous nature of JS comes from. This becomes really apparent when working with games like Roblox/Lua and Minecraft/Minecraft plugins+mods.
Sorry for the self plug. I grew up on Neopets and MySpace and I have been teaching CS for years under the guise of introducing retro web back to today's kids.
I usually teach students from 10-15 but I mainly hope that they feel empowered to tackle anything even if it's not programming(since programming, in its essence, is all about debugging/building processes).
I'm lucky that I'm able to teach on a YC startup called Outschool.
Recently, I have a friend group who all graduated from Stanford, with relatively upper middle class(but not suburb/NY upper middle class) roots, and you might even describe as "woke" who belonged to a fb messenger group called "Anti Asian Asian Group".
I felt like I had to call them out on it. Though they made the group as a play on "anti social social club" and to counter conservative sentiments their upper class counterparts might've had, I too thought it might've just been punching down on working/middle class Asians who had traditional values and almost can't help but have those values.
I guess that's the real class war; when people punch down on those who almost don't have the opportunity to decide who to become. Not that people completely lack agency in this country but I think a lot of people forget how much your environment can shape individuals and their values.
I have an associate's in CS and think this might be the best route for me since transferring for a BS/BA might be too much time commitment. You think this is possible without a bachelor's in hand? Any recommendations?
It's pretty interesting how the author attempts to tie gentrification, caused by real life constraints like supply+demand, to a corporate-backed internet mono culture.
It's kind of a stretch since one of the causes of real-life gentrification is protections for existing stakeholders, the lack of change/adaptation(Friendster -> myspace -> FB for example), and an inherent lack of supply(whereas on the internet there's a near infinite).
I'm not sure whether you can call this gentrification or rather the internet being less of a niche sub culture + more mainstream or just attribute it to a human tendency to self-segregate/put ourselves in our own bubbles.
Tbh, internet n/yimbyism doesn't really have too many effects besides sanitization of content. Other message boards have names for it like noob or a popular one where the word start with "old" or "new' after all.
I'm grateful, as an American, that we have access to so many different cultures and cuisines. It's the one thing I missed sorely when I was travelling across Europe.
You're right on the label though, Italian American =/= Italian in the same vein that Chipotle/Taco Bell isn't Mexican. However, there are plenty of institutions in the states that do nail a more purist experience of Mexican or Italian or what have you.
In my JS courses, I actually don't touch upon async things until I get to rather advanced/intermediate courses. Universally, I think the fundamentals of programming languages can be taught without too many drawbacks and agnostic of language choice unless the language is super verbose.
For example, all the things with closures, this, and asynchronous programming probably aren't relevant until a student runs into them/their gotchas while making web applications. By that point, I think framing it as event driven programming makes a lot of sense and gives context without being forced to deal with the details.
I think doing anything cool in other languages is also almost similar. A while loop/game loop in Python or other languages is pretty similar to the event loop which where the asynchronous nature of JS comes from. This becomes really apparent when working with games like Roblox/Lua and Minecraft/Minecraft plugins+mods.