Live data from Hacker News

Viewing profile — nfgu

nfgu

HN member
Joined
Wed, Aug 07, 2019, 8:23 PM UTC
HN karma
10
Public activity
5 items

About nfgu

No profile information was provided.

Recent public activity

  1. comment
    Comment #20639149

    Funny thing: in the last couple years I've seen way more back buttons broken because of backend idiossincrasias than anything else. It is super common to see "Don't use your back b…

  2. comment
    Comment #20639087

    I've seen countless unmaintainable applications written using popular MVC frameworks that required simple modifications, but the next person in line wasn't able to understand what …

  3. comment
    Comment #20638892

    It is entirely possible to import things like EntityFramework, Razor and Identity Framework without using ASP.NET MVC itself. Just because the framework uses them by default it doe…

  4. comment
    Comment #20638768

    Someone isn't necessarily "rolling their own stack from scratch" just because they eschew a framework. You can always import libraries into your project for the critical stuff, ins…

  5. comment
    Comment #20638656

    You can use rendering libraries, ORMs and session management libraries without a framework. I think it's way nicer. I much prefer environments like Sinatra, Express or Flask than f…