Live data from Hacker News

Viewing profile — mkchandler

mkchandler

HN member
Joined
Sat, Mar 05, 2011, 6:40 PM UTC
HN karma
13
Public activity
8 items

About mkchandler

I'm a programmer. You can read my writings here: mkchandler.com

Recent public activity

  1. comment
    Comment #12352469

    There is a repo for posting feedback (such as proofreading errors) here: https://github.com/imposters-handbook/feedback/issues

  2. comment
    Comment #7066631

    It's a daily blog post that rounds up some of the more popular .NET related posts around the web: http://blog.cwa.me.uk/

  3. comment
    Comment #6628573

    Looks like it was built with ASP.NET MVC 4, which has minification and bundling built in. Should be easy for them to take advantage of it... maybe they just ran out of time or don'…

  4. comment
    Comment #4634699

    We recently moved to GitHub Enterprise and it really is not as expensive as it looks. It is $250/year per developer... not really that much considering what you get. Plus it is a v…

  5. comment
    Comment #3931047

    The ASP.NET MVC and WebAPI frameworks use Git (hosted on Codeplex.) Link: http://aspnetwebstack.codeplex.com/

  6. comment
    Comment #3336033

    I know you say that in jest, but I would say that it is still good to know the underlying technology. It is much easier to debug issues in the future once you understand them.

  7. comment
    Comment #3336013

    This is actually referenced in the article. You can use the Last-Modified date and the server will either return a 304 (Not Modified) or the modified image if it is newer.

  8. comment
    Comment #3279236

    This is why we use QA servers for most of our systems. We try our best to test all functionality on a patched QA server before deploying patches to our production servers. We have …