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

2 points by jessmc ↗ HN

2 comments

[ 4.9 ms ] story [ 16.8 ms ] thread
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
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.