Skip to main content

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

  • January 5, 2024
  • 3 replies
  • 402 views

sanjeevmansotra

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!

3 replies

  • Participating Frequently
  • January 5, 2024

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)


dvdsmpsn
Forum|alt.badge.img+1
  • Participating Frequently
  • January 11, 2024

What @anon29275264 said 👍 👍 👍


sanjeevmansotra
  • Author
  • New Participant
  • January 19, 2024

Thank you for the solution.