It helps to know if you want to build web apps or native apps. If you want to build web apps, some important things to learn are HTML, CSS and Javascript (or Typescript), which run in the browser. Beyond simple apps, you'll also need something running on the server, but there is more variety there.
On the other hand, if you want to build native apps, which platform do you want to target? For iOS: Swift. For Android: Kotlin/Java. Desktops: anything you like.