TextMate Bundles in PhpStorm
Tutorial - TextMate Bundles in PhpStorm and other IntelliJ IDEA-based IDEs
tmux article
This is a concise introduction to tmux that includes cheatsheet tables for the most commonly used commands.
Tweet 0 Comments Save Tags: how-to , open source , tools , unix-linux
How to Work Remotely as a Software Developer
Working from home gives you the freedom to get a lot done, away from the distractions of office life. On the other hand, it also gives... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Using Claims-Identity with SimpleMembership in ASP.NET MVC 4
Punit Ganshani illustrates how to use claims identity with SimpleMembershipProvider in ASP.NET MVC 4
Tweet 0 Comments Save Tags: .net , how-to , methodology , security
Selling Your Software To Businesses
I presented on selling your software to businesses at last year’s Twilio conference. (I’ll let you in on a little secret: while... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Excel and SQL
Data can be very valuable, and storing it in Excel is a great way to risk making it worthless. Your file can get deleted, become unusably... more »
Tweet 0 Comments Save Tags: how-to , microsoft , tools
Using SQLite in your Android App
practical, reusable, well UML-documented solution, Design where the responsibilities were cleary separeted, making it easy to understand... more »
Tweet 0 Comments Save Tags: database , eclipse , how-to , mobile
Flickr's redesign makes it a service worth sharing
I’ve been a paying Flickr member since late 2009, but this year was going to be my last. I believed this even after I forgot to change my... more »
Tweet 0 Comments Save Tags: how-to , news , web services
Machine Learning - The F# Software Foundation
F# is ideally suited to machine learning because of its efficient execution, succinct style, data access capabilities and scalability. F#... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Use Predicate Methods to Stop Writing For...Each Loops
Predicate methods allow you to separate the criteria you're using to test items in a collection from the code that processes the... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
How I Learned Ruby On Rails
For most of my professional programming career I have worked with the .NET framework. However, a recent side project prompted me to learn... more »
Tweet 0 Comments Save Tags: how-to , ruby , tools
CPU core estimation with JavaScript
So you just built some cool scalable multithreaded feature into your webapp with web workers. Maybe it’s machine learning-based webcam... more »
Tweet 0 Comments Save Tags: how-to , javascript , reviews
Create a Sidebar that Sticks Within an Element
You’ve probably seen this trick used before with social icons or a sidebar that sticks to the top of your screen as you scroll down the... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript , web design
Concatenating and removing duplicates from two files
I'm posting this mainly to remind myself how to do this as I keep on forgetting (anyone with good *nix-foo won't learn anything here).
Tweet 0 Comments Save Tags: how-to , unix-linux
All Bayesian Models are Generative (in Theory)
I had a brief chat with Andrew Gelman about the topic of generative vs. discriminative models. It came up when I was asking him why he... more »
Tweet 0 Comments Save Tags: how-to
Syntactic Ngrams over Time
We are proud to announce the release of a very large dataset of counted dependency tree fragments from the English Books Corpus. This... more »
Tweet 0 Comments Save Tags: how-to
The css selector length myth
CSS selector lengths are not the responsibility of the csser, instead the csser should worry about writing correct selectors and using... more »
Tweet 0 Comments Save Tags: css-html , how-to , opinion , standards
Fundamentals of Good Gaming
I found this one walkthrough particularly clear about what makes a great game. I wrote down some notes just to see who could call these... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Introducing JSR-352 - Batch Applications for the Java Platform
All long running batch jobs have some common characteristics too e.g. handling and recovering from failure. Historically Java EE... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards
Understanding The LightSwitch HTML Client Visual Collection
To maximize performance, all applications must properly manage the flow of data. When dealing with an entity (one row of data), Visual... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
OData Apps in Update 2–Querying data from Stack Overflow
I want a way to keep track of questions that people have about LightSwitch. And I want it to primarily use it on my mobile devices.
Tweet 0 Comments Save Tags: how-to , methodology , tools
The mystery of the inserted method
Suppose you have this class in assembly Alpha.DLL
Tweet 0 Comments Save Tags: how-to , methodology , tools
Extract Github Issue tracker data with minimal fuss
Do you want to extract just parts of Github Issue trackers? This post gives you a quick (and very understandable) way to do it.
Tweet 0 Comments Save Tags: how-to
Angular service or factory?
In various AngularJS tutorials and documentation, the authors choose to use service or factory but don't explain why you would use one or... more »
Tweet 0 Comments Save Tags: frameworks , how-to , methodology , tools