Viewing profile — nfgu
nfgu
HN member- Joined
- Wed, Aug 07, 2019, 8:23 PM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About nfgu
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
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…
-
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…