Below you will find pages that utilize the taxonomy term “HTML”
Writings
Playwright: My intro
4 minutes read - 793 words
I am enamored with Playwright. End to end integration testing is a huge topic but I can tell you just a few things about my experience from helping to integrate JavaScript E2E tests at work and in my spare time projects:
First, I have to say I am sure I would have been enamored with experiencing the joy and utility of E2E testing with other frameworks as well including Cypress or TestCafe but Playwright is my first.
Writings
Paring down with AMP
One minute read - 177 words
morganwebdev.com This is a post about my experience of simplifying my personal website down to an AMP page. My philosophy was incremental improvement using the validator and lighthouse test audits as guides. Additionally I added basic service worker functionality with the amp-install-serviceworker tag.
The result is an excellent lighthouse score and a pretty excellent WebPageTest score on Core Web Vitals:
I followed a number of steps to achieve this namely size bounding and inlining CSS and using the excellent Super Tiny Icons Repository
Writings
Paring down with Parcel.js
2 minutes read - 422 words
This is a small blog about how I pared down my personal website to a single page of HTML bundled with parcel.js. This was a change from a PWA Vue-CLI generated site using Webpack. I write this to express my appreciation of making maintenance easy and simplicity where possible.
Link to the Repository
What I want out of a personal website or ‘my personal bag of hyperlinks’. I want people to be able to click and find almost my entire web presence linked from one place on mobile or desktop.