One feature I love about Snowpack is streaming imports, the ability to run your application dependencies from a CDN instead of installing them locally. This not only saves you precious time, but also saves your hard drive space. No more running npm...
A few years ago I volunteered for Hour of Code. I visited my older son's classroom, and it was rewarding to see all 25 first graders in the room deeply engaged in a coding activity. We talked about Computer Science, my job as a Software Engineer and ...
Let me start with a quick introduction, in case you are not familiar with TailwindCSS and Snowpack. TailwindCSS, as they put it on their website, is a "utility-first CSS framework for rapidly building custom designs". Snowpack, also as they describe ...
Earlier this year, when I started teaching programming to my kids (4 and 6 yrs old at the time of this writing), I was not sure where to start because you need to translate lots of knowledge that is usually targeted for adults into kids friendly lang...