public function createBasecampTodo($bucketId, $bcTodoListId, $todoData, $userAgentEmail) { $options = []; $options['json'] = $todoData; $this->uri = 'https://3.basecampapi.com/3140673/buckets/' . $bucketId . '/todolists/' . $bcTodoListId . '/todos.json'; $this->_client = new Client([ 'base_uri' => $this->baseUri ]); $options['headers'] = [ 'User-Agent' => $userAgentEmail, "Authorization" => "Bearer " . $this->getAccessToken(), ]; try { $this->response = $this->_client->post( $this->uri, $options ); } catch (ClientException $e) { dd($e); }
Category: Uncategorized
Shut Down The F-35 Program
The F-35 Program is a giant big-dig type project where billions of dollars are being spent to fight wars from decades ago. The next war will be fought with drones, not piloted aircraft. The current wars we are fighting are already primarily fought with these drones. Our next enemy will launch 100,000 drone aircraft to attack, not 300 or so piloted airplanes.… read more “Shut Down The F-35 Program”
Test Driven Development
Test Driven Development has been something I have done off an on (and generally not well) in my recent projects. This has led to me returning to projects later and making changes that introduce new bugs. It takes more time to write good tests, but it is super important to developing great software. I am getting better at doing this and have been trying to read a lot of programming masters books to improve myself.… read more “Test Driven Development”
Trader Joe’s Blue Stilton Cheese
Trader Joe’s Blue Stilton cheese is delicious. It has just the right combination of saltiness, stinky flavor, and buttery smoothness to make me very happy. I actually just eat it by the block. I am at work right now taking bites off my loaf. So good!
Dreams
I have a lot of dreams where I am in scary or angry situations often somewhat based on worst case scenarios that my subconscious pulls together from actual experiences. I am currently undergoing a two year old small claims lawsuit that doesn’t have much material effect on my company, but due to the nature of the opposing party has become quite onerous.… read more “Dreams”
Big Bear with Laurel and Scott and Kristin
“Carrion Comfort” Review
I just finished reading “Carrion Comfort” by Dan Simmons today. I really enjoyed it! This was a great recommendation from my rock climbing friend Max. It’s a fascinating horror story built around essentially a cabal of mind control vampires. The concept sounds cheesy, but the execution was really good. The big thing Mr. Simmons did in this book was to really bring the victims to life.… read more ““Carrion Comfort” Review”
Powerful New SEO Tool
I have built an incredibly powerful new SEO tool that brings high rankings quickly. I am beginning rolling it out to my customers. I am happy to talk to anyone interested in using it, but each person must sign my strict NDA.
Thanksgiving with Laurels Family 2016
Thanksgiving 2016
Ill play your game…
I am thankful for my awesome wife Laurel, Jordan working with me, Justin and Josh being great brothers, Bestemor and Grandpa having raised me right and still having good health, the rest of my family, my successful business -Coalition Technologies, great friends, Rocket League, programming, books, fun TV shows like Westworld, rock climbing, trips, my good health, and all of the other things in my wonderful life.