Live data from Hacker News

Ask HN: Who all are web developers here on HN, your web stack?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Who all are web developers here on HN, your web stack?

#2
I work on a large app, our tech stack is varied greatly. One section of the app is Flex :( The majority of the older stuff is a blend of some home grown libraries, ExtJS 2, 2.2, 3, 4, some YUI, and a boatload of "do what you want" CSS. The newer stack I developed for use on new or refactored pages uses RequireJS, jQuery, some plugins, and Bootstrap3

Re: Ask HN: Who all are web developers here on HN, your web stack?

#3
I'm generally quite straight forward with my stack - Python/Django and Jinja templating. DB depends on the size of the project - not shy to to use sqlite for MVP sites, but bigger projects roll on Postgresql.

I am currently learning Vuejs as well to be able to write api based web apps.