RSSAmplifier

Blog

John Franey | Blog

John Franey's blog feed

johnfraney.caRSS feed ↗10 posts

Latest posts

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.

How to triple* Google search traffic with one wording change

A mini case study on improving SEO on Pyrfecter.com

How to publish a Python package with GitHub Actions using Poetry

Use PyPI trusted publishing with GitHub and Poetry to publish your Python package like it's 2024

How to write user stories that actually get done

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 documentation frustrations

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.

Use Vue in a static site with Web Component custom elements

Learn how to use Vue to create Web Component custom elements that are easy to drop into your static site

SEO-driven feature development: a success story

How I used SEO data to build a new feature for my side project, climb in Google's search rankings, and increase traffic

How to use DynamoDB with Python type hints

Power up your Python DynamoDB project by adding types using user-defined type guards and TypedDicts.

Lessons learned from a small side project

What I learned building and SEOptimizing tabletomarkdown.com

Unit test DynamoDB in Python with pytest and dynalite

It's easy to unit test DynamoDB logic in Python on your local machine using pytest and dynalite. Read on to find out how!