Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
31–40 of 61 posts
Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#32Not a site, but it may be worth a mention anyway. Minecraft has done an incredible job getting the younger generation into coding. Creating your own server starts off fairly straightforward, but gets very technical very quickly if you allow it to. From dealing with and editing all the files needed, setting up databases needed by some plugins, setting up websites, communities and shops for your server, all the way to…
I also suspect the level of technicality scaling and the type of scaling is different as well, with minecraft server hosting having a higher barrier of entry and scaling more complex faster than customizing a social media site with html/css.
Thus my guess is that while Minecraft will lead to an increase in people building deeper technical skills more focused on server administration, there will be a larger loss of those who are buildings more artistic skills with just enough technical ability to design their artistic vision in html/css.
Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#33Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#34Maybe the most popular was developing our own Discord bots, that got me first to backend with Python and JS (I think I even learned JS before HTML and CSS...).
Growing up we mostly learned programming in school (mostly C#, yet some friends of mine learned Mobile development in Java with Firebase in high school) it was homework mostly, nothing really came out of it.
I can say that gaming got us to learn a bit of networking, trying to host our own Minecraft and Maple Story servers cause we didn't have money to rent them.
Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#35Not a site, but it may be worth a mention anyway. Minecraft has done an incredible job getting the younger generation into coding. Creating your own server starts off fairly straightforward, but gets very technical very quickly if you allow it to. From dealing with and editing all the files needed, setting up databases needed by some plugins, setting up websites, communities and shops for your server, all the way to…
Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#36Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#37Having a lay-accessible domain that rewards tinkering and provides a path into a related professional domain is to a large extent an artifact of an immature technology. That was a confluence of factors at a place in time, not a natural link between youth and coding. The web is more mature now for better and for worse. Professionally made commercial platforms are plentiful and varied and likely to meet most users need…
I agree with this. I wonder what fields are lay-accessible these days. Are the opportunities now in video productions?
Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#38.Net Fiddle (for C#)
Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#39Re: Ask HN: Is there a site popular with Gen Z where users can write HTML and CSS?
#40IME, the easiest way to get an adolescent interested in programming is to show them the browser's built-in debugger.
Show them how to change a style rule or make a post look like it contains arbitrary text, and they'll be hooked.