Bitcoin Forum
March 07, 2026, 12:32:33 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I'm looking to start my career in IT  (Read 49 times)
Cryptomann4562 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 05, 2026, 09:29:57 AM
 #1

I'm looking to start my career in IT. Can anyone recommend where to start and what language to choose?  Huh
SusanVac
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 06, 2026, 01:04:40 PM
 #2

It depends on what you want to do:

  • C++ – This is pretty much raw code, you write everything yourself. The good part is you control everything, the downside is the same. It’s used for game engines, games themselves, and large software.
  • C – Even more raw code. Basically a lot of programming languages are built on C.
  • C# – Used to make games with the Unity engine and also for Windows apps.
  • Python – A great choice for beginners. Used almost everywhere: automation, scripts, AI stuff, data analysis, and even web programming. Easy to learn and helps you understand the basics of programming. Many people start with it and then move to harder languages.
  • JavaScript – The main language for web development. It adds interactivity to websites: buttons, pop-up windows, animations, menus, and so on.
  • TypeScript – Very close to JavaScript. It does pretty much the same things, just a bit differently.
  • PHP – Also web development, in this case the backend (the code) of a website.
  • HTML – Also used in web development, for the skeleton and structure of a website.
  • CSS – The visual side of a website, the frontend. All the looks: fonts, colors, spacing, animations.
  • Java – A language used to build software and Android apps.
  • Swift – Used to build apps for iOS, basically everything for Apple.
  • Go – Good for different online services, works with servers and backend systems.
  • Kotlin – Often used as a replacement for Java, also for building Android apps.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!