Viewing posts tagged JavaScript

Apr 12, 2021

How to display JavaScript values in real time with Quokka

I have to admit, I thought using a browser console and dev tools was going to be the fastest way to prototype. So you can imagine what my reaction was to finding QuokkaJS...

Continue reading
Jan 27, 2021

Learning Vue by doing

This past summer I had an opportunity to spend some time learning Vue Vue is a Progressive Web App (PWA) framework...

Continue reading
Feb 15, 2020

Animating height with JavaScript

Recently I decided I wanted to code an accordion component without any libraries or frameworks. Initially I thought I would just animate the height of each section of the accordion using the transition property in CSS...

Continue reading