Articles

Docker concepts

Gary Bailey - Nov, 30 2022

Glossary: Container: A runnable, isolated instance of an image Image: A container's filesystem Volume: Used to pass information into or persist data...

Good old iptables...

Gary Bailey - Nov, 11 2022

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...

Basic Debian Hardening

Gary Bailey - Nov, 10 2022

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...

Reading list

Gary Bailey - Aug, 11 2022

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...

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...

1 2 3 4