Technical Insights

Deep dives into Apache Cassandra, distributed systems, performance optimization, and software engineering at scale.

2 min read c++, mac

External Libraries in XCode

  • c++
  • mysql
  • xcode

I need to compile something and use the MySQL C++ library. I have mysql and mysql++ already compiled, I won’t go over how to do that now.

I added the following code to the top …

Read full article
c++ mac mysql
1 min read ebay, rant

Unsubscribing from ebay emails is insane

Ebay deserves a lot of credit for building a massive system that never seems to be down. Great. But you know what? That doesn’t excuse them for creating some really stupid interfaces or being …

1 min read php, python

Getting phpsh to work on a mac

I had an issue getting phpsh to work on my mac - I kept getting the following error:

Traceback (most recent call last): File “./phpsh”, line 20, in import readline

OK, seems easy enough. …

1 min read mac, regex

Regex Coach Mac Substitute

For a while I had to use a Windows box for my development. Fortunately, I was able to make a good case for my company to switch me to a MacBook Pro.

One of the tools that took me a while to track …

1 min read php

'PHP: An Array of Months'

I’ll be honest, this isn’t very useful. The goal was to have an array of months in the least amount of code.

for($i = 1; $i <= 12; $i++) $months[$i] = date('F', …

Stay Updated

Get the latest insights on Apache Cassandra, distributed systems, and performance optimization delivered to your inbox.

Subscribe to Newsletter