Software Engineering in Web Development, Backend Services, and More

Category: Notes (Page 8 of 50)

Notes on programming-related problems that I’ve encountered while working on various projects.

Quick Tip: Deleting a Git Tag

When working with Git, there are a number of things that I find myself doing often enough that I assume I’m not the only one who has encountered the task.

So I thought I’d start a set of posts related to working with Git that may prove useful for anyone who’s also working with Git and who may be also encounter something similar.

These aren’t long posts. Instead, simple things that you can do that may help you with your work.

The only thing I want to note is that I don’t use a Git GUI. This does not mean they can’t work with a GUI (since you can use them simultaneously), but they are meant to be used on the command-line.

First: Deleting a Git Tag.

Continue reading

My Unplanned Halftime (A “What’s Up?” Post)

I’m not one to usually start a blog post with “it’s been a while since I’ve last blogged” because it’s usually followed by an apology as if the people who consistently read the blog or follow the blog have been waiting with bated breath for the next post to come out.

But is that ever really the truth? I can’t imagine that scenario.

That doesn’t mean I’m not doing that with this post, though. Because it has been a while since I’ve blogged. I’m not going to be making any apologies for it, though.

Instead, how about a few updates as to what’s been going on and what I’m planning to do with the rest of the year?

Continue reading

Quick Tip: Optimizing Loading Assets in WordPress

Whenever I think of assets in WordPress, I generally think of JavaScript files and stylesheets; however, I know that fonts and images can also count, too.

One of the things that are all too common, though, especially as it relates to the administrative area, is loading assets in WordPress on screens where they aren’t needed.

It’s completely possible to make an argument that given the file sizes or the functionality that each present, the files are only impacting a minimal amount of load time at best, right?

But match this mentality with who-knows-how-many plugins, and you’ve got more than a heavy impact happening on a given payload.

So what can we do?

Continue reading

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑