You Don’t Know What To Optimize Until Your Profile Your Code
Before you start optimizing a section of code you think is a performance bottleneck prove that it actually is a bottleneck by profiling the code.
Before you start optimizing a section of code you think is a performance bottleneck prove that it actually is a bottleneck by profiling the code.
Software development ALWAYS takes longer than expected. There will always be unknowns that crop up. Make sure to plan accordingly.
How do I setup a WordPress site? What is “hosting”? This post will shed light on what hosting is and how to choose what type of hosting to use.
Recently, I purchased an Ergodox-EZ keyboard and would like to share my experience using it. This is an expensive product. A very expensive product. So much so that many folks who don’t type a lot would likely call it insane to spend this much money on a keyboard. That being said it is, without a…
Read more
Video cameras are incredible tools for remote workers to use to hash things out in meetings but are they really necesary?
Starting to implement unit testing in an existing code base is a challenge. Here is how I approach getting automated testing started.
This is the start of a series on WordPress Basics. In this post we’ll cover definitions of what WordPress is and creating a landing page.
Building a remote team allows you to find talent anywhere and everywhere in the world. Expand the horizons of who you work with to become more productive.
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.
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.