Sanjeev Mansotra | Which programming languages should I learn to develop native apps?

Hello people, I’m Sanjeev Mansotra, pursuing a course as I want to learn App development for my further career. I am dedicated to continuous learning and staying updated with the latest advancements in the field of technology to deliver innovative and sustainable solutions.
I have keen interest in coding, so please help which all programming languages should I learn to develop apps?
I’m new to this community, waiting for responses!

If you want to develop apps for monday.com - and include UI apps that appear on boards:

Learn in this order:
HTML/CSS
Javascript & Typescript (Typescript is a superset of Javascript, you’ll need to understand JS a bit first since TS requires extra build steps before you can use it)
React

For backend apps, it is much more flexible and you could use any language you want. However, the monday-sdk-js and the monday code platform are built for node.js which uses Javascript (or Typescript)

2 Likes

What @codyfrisch said :+1: :+1: :+1:

2 Likes

Thank you for the solution.

1 Like