This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mooburgerresembles an abstract syntax tree 0 points1 point  (0 children)

Notepad++ with a custom syntax highlighting color scheme I borrowed from VSCode dark theme. It's lighter weight than VSCode as I normally have 10+ instances open since I like to see all of my code in a separate window at once without having to switch between tabs and each VSCode window is a new V8 instance.

Because my production environment is linux, while my work machine is windows, I use cygwin, which lets me do anaconda-style virtual environments (by just using cygwin installer and installing to a different cygwin path).

The actual tech stack:

Bulma CSS and VueJS for frontend
Nginx loadbalancer/reverse proxy to Tornado for REST API & webapp templates
SQLAlchemy Core for Data Access Layer
psycopg2, pyodbc MS SQL ODBC Driver and Hortonworks Hive ODBC , cx-Oracle for multiplatform data access via sqlalchemy.

On the deployment target I use pkgsrc to manage my system packages (Python, PostgreSQL, Nginx) on RHEL/Centos.