For over 4+ years, using a CMS like WordPress was the simplest and easiest tool for sites: It managed development and gave users the autonomy to manage their content. Since then, many developers like me have felt some growing pains with plugins and even site customization. After doing some research on JAMstack, it was immediately obvious that this approach to…
Tag Archives: HTML Canvas
Choosing the Most Effective HTML Image Implementation
Weighing the pros and cons of rendering images with HTML Canvas vs. embedded <img> tags In this post, I’m going to focus on HTML…