Code Review Videos > Articles by: Chris

Postgres Standard Deviation [Newbie Guide]

Here’s the problem we are addressing today: you have a set of numerical data returned by your Postgres query. Your numbers look alright, but some very high (or very low) values seem to be throwing things out of whack. What you’d like to do is eliminate the outlying values from your result set, and keep … Read more

How To Mount Mac Shared Folder On Linux

Here’s the requirement: you want to work on your Linux (Ubuntu, in my case) desktop, but your data lives on an OSX / Mac machine. You need to share your folder from Mac, and connect to it from Linux. How do you do that? Well, there is likely more than one way to do this. … Read more