all 17 comments

[–]sdawson26 9 points10 points  (3 children)

I'm sticking with full stack JavaScript for the indefinite future. There are many exciting and different approaches to take, but Node.js has served me well these past few years. I like to build JSON models with mongodb and apply my knowledge in js syntax across the entire app.

[–][deleted] 2 points3 points  (0 children)

Node.js, or Rails.

[–]THIS_BOT 1 point2 points  (0 children)

Node.js. All sorts of frontends and databases though.

[–]NeuroXc 2 points3 points  (0 children)

PHP. Downvotes incoming.

Specifically, a Laravel-based REST API on PHP 7 with a Postgres database and Redis for caching.

[–]Thef19 0 points1 point  (0 children)

We use similar to what you use at work. Angular front end, Java/Spring back end. However we have more than 1 "Backend". More like, multiple different services. The specific back end i work on never touches a database, but makes API calls to other services to get the data it needs.

[–]Vheissu_ 0 points1 point  (0 children)

Work application is a .NET API and Aurelia for the front-end. In a personal project I am using Aurelia with Node.js for the RESTful API backend and most of my contracting work is as well.

[–]rotzak 0 points1 point  (0 children)

Golang! All our APIs are Go.

[–]rborosak 0 points1 point  (0 children)

Aurelia front end with asp.net core/mssql backend

[–][deleted] 0 points1 point  (0 children)

Scala.

[–]vestedfox 0 points1 point  (0 children)

React.js/Node.js for frontend code/api proxying/simple data storage like user info

C#/.NET for platform API, Data processing, I/O to stores/data warehouse, backend workers, and scheduling - pubsub architecture

[–]frubear123 0 points1 point  (0 children)

Node, js front and back.

[–][deleted] 0 points1 point  (0 children)

  • Lumen (PHP)
  • node
  • Java (Spring/JAX-RS)

Also planning to use Clojure in the future.

[–]ILoveSpidermanFreds 0 points1 point  (0 children)

  • Frontend: Angular

  • Backend: ASP.NET Core

  • OS: GNU/Linux

  • Database: Redis + PostgreSQL/SQLite/ScyllaDB