How to test a Vue composable with TypeScript
With this quick Promise-based utility, it's easy to write type-safe unit tests for Vue composables.
John Franey's blog feed
With this quick Promise-based utility, it's easy to write type-safe unit tests for Vue composables.
A mini case study on improving SEO on Pyrfecter.com
Use PyPI trusted publishing with GitHub and Poetry to publish your Python package like it's 2024
User stories that actually get done are small, explicit, and new. Read on for advice for how to write actionable user stories with rules of thumb and examples.
AWS has a ton of documentation, and sometimes it misses the mark. Read on for a break-down of two AWS documentation breakdowns and what I learned therefrom.
Learn how to use Vue to create Web Component custom elements that are easy to drop into your static site
How I used SEO data to build a new feature for my side project, climb in Google's search rankings, and increase traffic
Power up your Python DynamoDB project by adding types using user-defined type guards and TypedDicts.
What I learned building and SEOptimizing tabletomarkdown.com
It's easy to unit test DynamoDB logic in Python on your local machine using pytest and dynalite. Read on to find out how!