Taylor Built Solutions

Adventures in Software Engineering

Taylor Built Solutions Logo

CMake and C++11 on MacOS – Set your variables before creating your target

When creating a C++ project with CMake that requires C++11, I found that setting the variable CMAKE_CXX_STANDARD must happen before add_executable to work.

Taylor Built Solutions Logo

How To Make Remote Work Possible

Creating a successful environment for a fully remote team or remote work within a co-located team is hard. These are my suggestions to make it possible.

Taylor Built Solutions Logo

Advertising On My Blog

These are my thoughts on the common forms of advertising in blogs (AdSense and affiliate marketing). I plan to include ads until I’m actively consulting.

Taylor Built Solutions Logo

WordPress Classic Block vs Gutenberg Blocks

After importing posts into WordPress from Blogger, I changed the text from a single classic block to Gutenberg blocks to make plugins work and update posts.

Taylor Built Solutions Logo

Throwing C++ Polymorphic Exceptions

If C++ code has exceptions derived from std::exception and a logging function that takes a std::exception the sub-class can’t be re-thrown. Here’s why.

Taylor Built Solutions Logo

Now Running on WordPress!

I have migrated my blog from Blogger to WordPress hosted on BlueHost. Here we discuss issues we ran into including DNS and email forwarding to G Suite

Migrating to WordPress Coming Soon!

Recently I have been working on getting a website running for Taylor Built Solutions so that potential clients know what I can offer them and know how to contact me. After posting about switching a client’s site to WordPress I decided to try to use WordPress for Taylor Built Solutions’ site. Given that I’ve now…
Read more

Taylor Built Solutions Logo

Switching to WordPress and WooCommerce

Here we discuss why we decided to switch a client from GoDaddy’s website buider (GoCentral) to WordPress and WooCommerce hosted on SiteGround.

GoDaddy Logo

GoDaddy’s Website Builder and the Woes of its Bulk Product Import Functionality

These are the problems we ran into while attempting to import products and pictures into GoDaddy’s Website Builder. Let’s just say it was difficult!

Taylor Built Solutions Logo

What We Have Here Is A Failure To Communicate

In recent weeks I’ve been busy on several projects in and outside of work. These projects have spawned lots of discussion surrounding the requirements for and definitions of done. Through these discussions I’ve been reminded of three essential points of effective communication. I chose the word reminded because I’ve learned all of these in the…
Read more