FREE WEBSITES!! How I make small, side-project websites for free (pretty much)
I now have a process that gets me small, fast, side-project websites for virtually zero cost. Let's see how it works...
Creativity, curiosity, and code
I now have a process that gets me small, fast, side-project websites for virtually zero cost. Let's see how it works...
I’m FINALLY getting around to chipping away at Turbo Admin's next steps. But how do I make "frameworky" things in JavaScript?
I love doing fun coding projects. I was listening to the Syntax podcast yesterday, they did a show about “Nifty Browser APIs“. That is, things you can get code to do in a browser, like locate where you are and play sounds and… do speech recognition…? “That sounds fun”, went my train of thought, “I’d […]
A friend of mine asked for use cases for the reduceRight JavaScript Array method the other week. I made a little video explaining it.
The week in projects, posts and pins, with bonus toolbox, time machine and things I learned.
Quick tech note on how to find and check the integrity hash value of an npm package.
I'm attempting to build a WordPress theme with no build tool using only "vanilla" CSS and JS. Here's some initial thoughts I've had after getting started.
I'm a bit stuck with my plans for 2019. The big question really, is: where do I fit in the world of web development?
In some cases involving asynchronous operations, Safari's auto-playing media policies seem to prevent playing sounds, when playing them should be OK and when other browsers are fine with playing them. Here's a dive into it with example code and a workaround!
Yesterday I was struggling with getting Vue components to do non-AJAXy things and wondering why on earth this was so difficult.