Everyone Needs a Spinner Sometimes
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,...
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,...
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...
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 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...
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...
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...