Blog: ben mccann |
240 blogs
updated: 150 min. ago
|
||
I was recently having a discussion with Rich Harris about performance optimizations for CSS and JS handling. A few questions came up for whi...
|
||
Being on the computer forces your shoulders forward and together. A split keyboard helps bring your shoulders back into a natural position. ...
|
||
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 ConvertResol...
|
||
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 system preferences Key Repeat all the way long Delay Until Release all the way short Tracking sp...
|
||
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 ...
|
||
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 ...
|
||
Here is some benchmarking data regarding transferring data from one machine to another. These benchmarks were run on the AWS i2 instance cla...
|
||
There are an infinite number of things to focus on when building a company – building a product, marketing it, selling it, keeping the serve...
|
||
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...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler