What is your preferred programming language stack?

My boyfriend and his best friend have an eternal clash when touching this topic. He prefers Python and his friend is married to MATLAB. So I ask you: What is your preferred programming language stack and why?

It's definitely Python + JS.

I've basically settled on this stack, as it's so flexible and makes for great user experiences.

0 Likes

Django or pure language? :)

0 Likes

Wait, Python & JS can be binded together? How?

0 Likes
PL

@vaibhav i think they mean JS for front-end.

0 Likes

@tech_scientist0 Yeah, I got that. I was wondering how you do the linking of JS frontend with Python backend.

0 Likes
blakemscurr

@vaibhav you can use more or less any language on the backend. If it has an http library (and they all do) you can make a web server.

0 Likes

@vaibhav normally, people on this stack use React/Vue/Angular on fron-end and Django/Flask/FastAPI on backend

0 Likes
PL

My favorite stack is Ruby/Sinatra (not rails) with CouchDB.

0 Likes
Josh Manders Staff

TypeScript/JavaScript ALL THE THINGS!

0 Likes

PHP / Laravel + JS / Vue 👀

Pros: Community, Ease of read / write

0 Likes
Kai

As iOS dev I like Swift and Objective-C. I programmed a lot in Objective-C before Swift and I think it's not as bad. I also like Ruby with Rails, but I only used it in small projects. I want to learn more of it though. Python is fun for coding challenges and back then at university. I hated Matlab in the machine learning module. Another cool thing is Haskell. It would be nice to use this more in real projects. I already had to deal with many languages. Not fun was the C interpreter for Brainfuck.

0 Likes

JS all the way. learning python atm.

0 Likes
Ron

JS and TS

0 Likes
Jason Leow

Vue.js frontend and Rails APi backend

0 Likes

Ruby + Rails + JS (React). Or just React/Gatsby if there is no need in back end.

0 Likes
Athar Ahmed

PHP (Laravel) + JS (React or Vue) + Postgress for DB.

0 Likes

Mine has to be Javascript everything. But I do want to dive into Python and because my college is teaching ASP in this sem (which is crazy!) , I would like to try it out as well.

0 Likes
Manish Saraan

React + TS in frontend, NodeJs as backend.

0 Likes
blakemscurr

Typescript/Svelte frontend. Currently using a node/Typescript backend, but I may migrate to Go as performance requires it. On the other hand, only using one language is quite nice.

0 Likes
Sagun Shrestha

Been a Python dev since the start so Python/Flask for backend, MySQL (90% of time) for database, Vanilla JS and Tailwind + Bootstrap on the front end.

I also do some data anlytics and automation so Python is super useful.

0 Likes

JAMstacker here ;p

0 Likes

I enjoy using LaravelPHP as my backend (if it wasn't for Laravel I might use Express instead) and React.js on the frontend because I find them quick and easy to build with whilst being reliable and quick performance-wise.

But honestly, I hate all of these platform wars. For 99% of projects, any stack will be more than suitable and any maker should be totally comfortable using the stack that they enjoy using the most or simple are the most experienced with to build it quickly.

0 Likes

Please sign in to leave a comment.