Musings on Programming, Technology, and Life
81 followers 0 articles/week
DNVM, DNX, and DNU - Understanding the ASP.NET 5 Runtime Options

ASP.NET 5 introduces a new runtime model for the .NET framework which allows us to employ a "pay-as-you-go" approach, building composable applications using only those framework components our application needs, without relying upon a central, monolithic library repository present on the host machine. This new model also provides us with command line...

Mon Jan 4, 2016 03:04
Use Postgres JSON Type and Aggregate Functions to Map Relational Data to JSON

Postgres is just too cool. Because Postgres can work with both JSON and arrays as first-class data types, it is possible to perform some very handy mappings on the server end which would become potential performance bottlenecks on the client side. When working in Node.JS, it might be handy to do some heavy lifting via Postgres to reduce some n+1...

Mon Jan 4, 2016 03:04
Installing and Configuring PostgreSQL 9.4 on Linux Mint/Ubuntu

Installing and configuring PostgreSQL on a Linux box is either simple, because you are a Linux and/or Postgres expert, or not so simple, because you are new(er) to Linux, Postgres, or both. Over the past year, I have resided firmly in the latter camp. I am a huge fan of the Postgres database platform, and I have been slowly but steadily trying to...

Mon Jan 4, 2016 03:04
DNVM, DNX, and DNU - Understanding the ASP.NET 5 Runtime Options

ASP.NET 5 introduces a new runtime model for the .NET framework which allows us to employ a "pay-as-you-go" approach, building composable applications using only those framework components our application needs, without relying upon a central, monolithic library repository present on the host machine. This new model also provides us with command line...

Mon May 18, 2015 07:28
Use Postgres JSON Type and Aggregate Functions to Map Relational Data to JSON

Postgres is just too cool. Because Postgres can work with both JSON and arrays as first-class data types, it is possible to perform some very handy mappings on the server end which would become potential performance bottlenecks on the client side. When working in Node.JS, it might be handy to do some heavy lifting via Postgres to reduce some n+1...

Wed Apr 22, 2015 16:53
Installing and Configuring PostgreSQL 9.4 on Linux Mint/Ubuntu

Installing and configuring PostgreSQL on a Linux box is either simple, because you are a Linux and/or Postgres expert, or not so simple, because you are new(er) to Linux, Postgres, or both. Over the past year, I have resided firmly in the latter camp. I am a huge fan of the Postgres database platform, and I have been slowly but steadily trying to...

Sun Apr 19, 2015 19:13

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account