July 8, 2019
Be a better management with transparent performance reviews and quick feedback with on focus areas. To effectively measure software engineers, a manager needs to ask why they are measuring, agree upon on what to measure and then land on how to measure.
- ios
- android
- management
- one on ones
Tweet
December 3, 2017
ACH files are used to transfer money between a “batch” of checking accounts to one checking account. Gusto did a good set of blog posts to describe ACH files from a developer’s perspective in detail if you want to understand some of the nitty gritty.
Tweet
October 23, 2014
I talked with Henrique Boregio @apuraditos tonight about his game Tiny Words that he worked on with Marcos Almonacid at night while working full time as developers in Argentina. Tiny Words a fast paced word tile game that you play against another person – either random or a Facebook friend. Think Scrabble with Friends and Jumble mixed together. It is on the Google Play Store.
- game development
- android
- interview
Tweet
September 12, 2014
I wanted to watch a tech talk from Pycon 2014 that happened in April of 2014. I scanned the topics to find one that was a little more advanced than an ‘Intro to Django’ and something that could hold my attention in the middle of a Friday. I found one called Sofware Carpentry: Lessons Learned by Greg Wilson.
Tweet
June 10, 2014
I switch between Chrome and Firefox routinely on my Mac whenever something irks me about one particular browser. They look so similar that the only way I can tell the difference is by looking at the status bar at the application name. Today I saw a screenshot of Opera and was blown away at how similar all three are.
- internet browsers
- chrome
- opera
- firefox
Tweet
June 2, 2014
I watched Bob Binder present on ‘Model Driven Development – Taking BDD/ATDD to the Next Level’ recorded at Cerner Corporation and was blown away when I saw him automate every single test case.
- testing
- model driven development
- automation
Tweet
May 27, 2014
The Manhattan Project was a research and development project that produced the first atomic bombs during World War II. Two of the mathematicians on the project were John von Neumann and Stanislaw Ulam.
- statistics
- monte carlo
- history
Tweet
April 10, 2014
Github has released a new text editor this past month called Atom. I finally received an invite and it is time to put it to the test against Sublime and Textmate.
- atom
- textmate
- sublime text
- ide
- editor
Tweet
March 31, 2014
I had the opportunity to listen to Michael Coates who is the Chairman of the Open Web Application Security Project OWASP, these are my notes.
Tweet
March 21, 2014
Subversion was the first revision control system I learned and used both professionally and personally. Using it professionally was easy, as the server was already setup. On a personal basis it was more work as you had to setup a server. That problem was solved by distributed revision control systems like git, mercurial and bazaar. I think using any revision control systems puts you in the lead anyway. But being able to setup a repo by just typing git init
and not have to configure a server is cool.
Tweet
March 18, 2014
One of the applications I help develop and support uses Mysql as its database. As the application starts to scale we notice the server with Mysql installed begans to have high CPU and memory utilization and sometimes feels like it is slowing down. To be able to scale the database needs to be able to handle more reads and writes. To do that I have chosen to setup MariaDB Galera, a synchronous multi-master cluster for MariaDB.
Tweet
March 11, 2014
Today I am committing myself to contribute to seven different open source projects over the next seven days.
Tweet
December 21, 2013
I have been working with nodejs alot lately and have been
discussing with coworkers if nodejs is taking steam away from
ruby at all. I think the popularity of the language is an
important talking point when selecting a language and framework
for a new project.
- programming
- ruby
- nodejs
- r
Tweet
August 8, 2013
I have started switching over to Zurb for new projects.
Tweet
June 30, 2013
KCRuby is running a RTanque contest right now. I heard about this when Wes Garrison gave a presentation on Ruby at Cerner’s internal tech conference and gave a plug to KCRuby.
Tweet
June 29, 2013
I am addicted to reading about technology and learning what technologies
others are having success at. As of this writing HackerNews is where it
is at, but they are focused on the coasts. A few years ago if I wanted to
read about Kansas City Startups, I would have to wade through the Kansas
City Star or the Kansas City Business Journal. Today that is not so much
a problem with Silicon Prairie News (SPN) [1]. What is a problem is that
there are no Android or IOS applications specific to SPN.
- project
- android
- silicon prairie
Tweet
June 28, 2013
I am glad I talked myself into setting up Jekyll. With Jekyll I am able to write a blog
post with vi…
Tweet