Ask HN: What frameworks are currently used in a modern web stack?
51–60 of 125 posts
Re: Ask HN: What frameworks are currently used in a modern web stack?
#52No love for Django? Django/Postgres
That was version with 1.3! I wonder what the current state of the framework is. I need to get back into writing Python and using Django
Re: Ask HN: What frameworks are currently used in a modern web stack?
#53ASP.NET Core is a lean and composable framework for building web and cloud applications. ASP.NET Core is fully open source and available on GitHub. ASP.NET Core is available on Windows, Mac, and Linux.
I'm excited about the future of .net core on linux but I'm waiting to hear some success stories. Have you built something significant with it you can point to? This is not snark - I'd really love to hear about it.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#54Re: Ask HN: What frameworks are currently used in a modern web stack?
#55Re: Ask HN: What frameworks are currently used in a modern web stack?
#56Phoenix/Elixir/Vue.js/Postgresql is a very strong/efficient stack IMO these days.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#57ASP.NET Core is a lean and composable framework for building web and cloud applications. ASP.NET Core is fully open source and available on GitHub. ASP.NET Core is available on Windows, Mac, and Linux.
I'm excited about the future of .net core on linux but I'm waiting to hear some success stories. Have you built something significant with it you can point to? This is not snark - I'd really love to hear about it.
.NET Core has almost all of the features of the full .NET framework and C# is a pleasure to work with. My team is very productive and we are able to iterate very quickly. Since it is a compiled language, most errors are caught at build time.
Deploying is another pain point. You have to install the framework on Linux and ship all of your dependencies. They make it easy with the `dotnet publish` command. I'm excited for .NET Native which will package everything into a binary.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#58Laravel, Nginx, PHP 7.0 and Postgres/MySQL.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#59Earlier quoted context omitted.
I'm excited about the future of .net core on linux but I'm waiting to hear some success stories. Have you built something significant with it you can point to? This is not snark - I'd really love to hear about it.
I'm in the middle of a project that uses.NET Core. It's been great so far but Microsoft is in the middle of changing the tooling for it, which is a major pain point right now. They are essentially changing the project file format that defines dependencies and build options, and SDK tools and IDEs don't all support both formats yet. .NET Core has almost all of the features of the full .NET framework and C# is a pleasu…
Re: Ask HN: What frameworks are currently used in a modern web stack?
#60How it feels to learn JavaScript in 2016 https://hackernoon.com/how-it-feels-to-learn-javascript-in-2... HN discussion: https://news.ycombinator.com/item?id=12634577
That article is a sarcastic joke about JS frameworks. I would not recommend it as a learning resource.