Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Ben McCann programming Blog  > 

Ben Mccann Blog


lumidant.com/blog
The Lumidant blog was started in order to share some of the knowledge gained while working on the cutting edge of the industry.
2017-01-23 01:00
Being on the computer forces your shoulders forward and together. A split keyboard helps bring your shoulders back into a natural position. I recommend the Kinesis Freestyle 2, but there are… Read More
2016-04-13 15:35
SBT uses its own fork of Ivy to do dependency resolution. The code to do this resolution is split between a few classes such as ConvertResolver. I’ve posted below an excerpt of what SB… Read More
2016-03-09 02:54
Install Homebrew. It will fail to install packages by default due to issues writing to /usr/local. To fix this: sudo chmod -R g+w /usr/local Change the following settings using the Mac syste… Read More
2016-03-09 02:54
Change the following settings using the Mac system preferences Key Repeat – all the way long Delay Until Release – all the way short Tracking speed – faster Install Karabin… Read More
2015-08-05 22:47
Many APIs today use OAuth. If you want to use an OAuth API from the command line, then what I recommend is starting a web server locally to handle the OAuth callback. Here’s a quick an… Read More
2015-07-26 23:00
A typical way to setup Jenkins is to connect it to your source repository (e.g. with the Git Plugin), run your tests after each commit, and then build a package for deployment when the tests… Read More
2015-07-07 21:29
Here is some benchmarking data regarding transferring data from one machine to another. These benchmarks were run on the AWS i2 instance class. mongodump – 15min / 100GB gzip using pig… Read More
2015-05-19 02:17
There are an infinite number of things to focus on when building a company – building a product, marketing it, selling it, keeping the servers running, finding office space, recruiting… Read More
2015-05-04 22:42
The font rendering on IntelliJ is horrendous and makes you want to gouge your eyes out. This is because is uses Swing. In order to make this not completely horrible, you’ll need to ins… Read More
2015-02-10 22:35
The following commands will format and mount your disk on a newly created EC2 machine: sudo mkfs -t ext4 /dev/xvdb sudo mkdir /storage sudo sed -i '\|^/dev/xvdb| d' /etc/fstab # delete ex… Read More
2014-12-12 18:49
Here are some things I consider when designing a web API. Consider using the following response code: 200 – OK 400 – Bad Request 500 – Internal Server Error 401 – Una… Read More
2014-09-04 01:28
Technology Overview Panamax is a new tool that allows you to manage multiple Docker containers and to link them together. In this post, I’ll talk about creating a Panamax template whic… Read More
2006-06-07 11:16
I’m a founder at Connectifier, a fast growing tech startup in Newport Beach, CA. We have a great office with many amenities to make it more comfortable such as a kitchen, ping pong tab… Read More
2006-06-07 11:16
Two of the more talked about frameworks today are Google’s AngularJS and Facebook/Instagram’s React, but there are limited comparisons between them. TodoMVC is a project which ai… Read More
2006-06-07 11:16
Here are a few tricks I picked up when trying to get started with go. Firstly, don’t install Ubuntu’s version of go as you’ll get an old one. Instead, use gvm to install go… Read More

Share the post

Ben McCann

×

Subscribe to Ben Mccann

Get updates delivered right to your inbox!

Thank you for your subscription

×