Docker concepts
Glossary: Container: A runnable, isolated instance of an image Image: A container's filesystem Volume: Used to pass information into or persist data...
Glossary: Container: A runnable, isolated instance of an image Image: A container's filesystem Volume: Used to pass information into or persist data...
So this method of hardening your server has been around for a while, but it's still REALLY powerful! Basically a way of dictating what traffic can...
Quick Update It's been a while since I've written anything up here - never underestimate the learning curve in a new position!! But it's time to get...
Things are a little crazy right now, and I don't have the spare time to dig into these articles the way I would like, so I'm just going to drop them...
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...