Blog

This is an alternative to maintaining a Social Media presence. A place where I document things I’ve learned, tricks I’ve discovered, or problems I’ve solved.

Mostly a notes-to-self kind of collection, for future reference. Don’t expect anything profound.

This is built using Jekyll. Here is a link about using Jekyll

Posts

Automatically Apply Custom Vue Directives in Nuxt 3

Intro

While building out some security measures on a project I’m working on, I came across a nice little trick involving Vue directives and Nuxt plugins that I wanted to talk about. This trick allows a developer to automatically apply a Vue directive to a set of HTML elements and

  • saves time, because you don’t have to go through every file in your codebase, looking for HTML elements that need the directive.
  • improves accuracy, meaning that you don’t have to come up with some sort of application-wide validation check, to ensure that the directive has actually been applied to all target elements.
  • future-proofs your app by ensuring that necessary functionality will exist when new elements are added.

Read More

Structured data, v.1.0

Recently I saw a job posting that mentioned ‘structured data’ as part of the job responsibilities. While I have an intuitive sense of what ‘structured data’ is, I wanted to get a more defined understanding of it.

Read More

Gists are a small step out of tutorial hell

It’s tempting to stare at an online video that explains or demonstrates something, and leave it at that. I think it’s called “Illusion of comprehension” or something similar. This is problematic in that very little is retained, and is often discussed elsewhere, so you are likely already familiar with the concept.

Read More

Small AI tools

Here are some resources for working on AI / ML without having to use the big guns such as OpenAI / Hugging Face / et al.:

Read More