Are there any app or software developers on this forum that could share some wisdom regarding what a person should be studying or self teach?, as well as what software do you guys use to make your apps or software?, I am very keen to learn more about it and maybe one day be able to create my own software or apps, who knows, any info is welcome.
Hi dj2381,
All joking aside, every person will probably have a different journey to get to where they want to be in terms of Software development. Yours will also depend on you specific circumstances. You need to look at where you are and where you want to go to, for instance, deciding that you want to code for Apple will mean you'd need to have a Mac, etc.
In terms of what I've found useful, you can do almost any programming course online, on University level, as if your sitting in a classroom. Have a look out for Stanford courses (in HD nogals) and MIT courses. Its actual classes that got recorded and are available for free. I learned iPhone programming on one about 4 years ago and I'm still using it.
In terms of software to make apps:
- ASP websites: MS Visual Studio (Express is available for free)
- C# apps: MS Visual Studio (Express is available for free)
- Databases: MS SQL (For Windows - Express is free) / MySQL (For Linux - Free)
- IOS - iPhone and iPad: Xcode (Free on any mac)
- Android - Android Studio (Free)
For back-ends I normally use a little tool called Linx 5. It allows you to create massive processes without any coding. Did a quick example video for someone here:
http://community.linx.software/t/qu...o-contacts-listed-on-an-excel-spreadsheet/130
Regards,
Dawie