Articles

Everyone Needs a Spinner Sometimes

Gary Bailey - Jul, 14 2022

Here's a quick and dirty spinner using Tailwind classes. Many more ways to do this, but this one doesn't need any javascript other than activation,...

Comment Searching in JIRA

Gary Bailey - Jul, 12 2022

I've been trying to create dashboards and reports to show me what is being added to my sprints in JIRA - the best solution that I've found so far is...

Facebook Sharing

Gary Bailey - Jul, 11 2022

This gives my visitors a link to click that will launch their favorite Facebook application (or website) where they can select where exactly to share...

So how fast IS it?

Gary Bailey - Jul, 06 2022

So now you've optimized your code - just how fast IS it? How many of those precious milliseconds are being lost in database or API calls - and how...

You can ALWAYS go faster

Gary Bailey - Jul, 06 2022

I just wrote about using axios interceptor in my NuxtJS server middleware to help with debugging API calls - the other boost that I've been able to...

Solid Logging with Axios

Gary Bailey - Jul, 05 2022

I have a project based on a NuxtJS front end, connecting to a .NET legacy application via API layer. It's likely that the legacy backend will also...