- Docker Swarm ManagementDocker swarm as an orchestration tool works, but it has limitations that aren’t discussed enough. The limitations are solvable though.
- Remote and Local WordPress ManagementRemote management of WordPress sites is important to me. I manage a number of WordPress sites. I find myself, often, in the same situations doing the same things. Naturally, I wrote scripts to automate this. I made a software package out of these scripts and put them up in GitLab (you’re not still using GitHub… Read more: Remote and Local WordPress Management
- CIS L1 and L2 Server Security for UbuntuLately, I’ve been tasked with ensuring server security compliance with CIS Security Standards for our EC2 instances. This is a major focus for a technology company promoting security compliance in the healthcare industry. We’ve got a lot of servers running a lot of different things. Obviously, manually updating servers to comply with the standard isn’t… Read more: CIS L1 and L2 Server Security for Ubuntu
- Retro Peripheral Setup – Mechanical Keyboard and StuffI switched out my Apple peripherals for a mechanical keyboard and ergonomic mouse. It’s got a retro feel that’s awesome.
- GitLab Delete Bulk IssuesAt the time of this writing (June 20, 2019), GitLab doesn’t have a feature to bulk delete issues. This is a real challenge for me right now. I’ve got builds auto-creating issues that have been ignored for months. I now have thousands of issues to remove. Save me your lectures about maintenance and architecture. Let’s… Read more: GitLab Delete Bulk Issues
- Remove Stale Git BranchesAnother issue I commonly have to deal with in the multitudes of repositories I oversee and manage: stale git branches. Gitlab has a pretty good interface for pointing these out. The trouble here, is that it’s still a manual process to remove each of these branches. If you’ve got a team of any size working… Read more: Remove Stale Git Branches
- Bash – Remove Duplicate FilesSo, a common issue I have is finding and removing duplicate files. Here’s a little bash script that helps clean up the mess: Let me know what you think! If you have suggestions or modifications, I’m open to them.
- Local Development With Docker and SSLEven local web development is being forced to use SSL these days. Well, there’s no sense in fighting the times. It’s time to figure out how to create local SSL certs to serve your local dev sites. So, lately I’ve had to do development on a number of different sites for a number of different… Read more: Local Development With Docker and SSL
- Easy Docker HostingThere’s a lot to be said about containerizing websites and applications. Much smarter people than I have made the case for it. If you’re considering docker for hosting, here’s how I host this site: What You’ll Need: A server you can SSH into (DigitalOcean is a great host) Docker Your code git First, install Docker.… Read more: Easy Docker Hosting
- Development EnvironmentSo, it’s been a long time since I posted what I use for development. At my current gig, I’m doing a lot of Node.js development. That entails much of the typical things with terminal, and using Grunt, Jasmine, Bower, etc … Here’s the stuff I use to get things done: 15″ Mac Book Pro (with… Read more: Development Environment
- Versioning WordPress ContentSomething that winds up being difficult when developing for WordPress (or Drupal, or any other database heavy CMS), is the versioning of content. Databases aren’t under your SCM directly. Because of this, deploying changes to production can be dicey. The scenario is typically something like this: Client wants 5 new pages, and a few revisions… Read more: Versioning WordPress Content
- Enterprise PHP DevelopmentWhile working at EZYield, we’ve come across a shortage of qualified Enterprise Level PHP Developers. While that term might sound a bit nebulous, there’s really just a handful of things that separate the men from the boys in PHP. Honestly, those traits really aren’t even that hard to learn. They’re contradictory to the “rockstar” persona… Read more: Enterprise PHP Development