Do you have recommendations course for outsystem mobile developer? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Do you have recommendations course for outsystem mobile developer?

15th Mar 2023, 5:24 AM
Riju
Riju - avatar
2 Réponses
+ 5
I skimmed through the website of OutSystems. This is a low-code platform, so most of the actual development involves clicking and dragging components on the visual UI. You should find your core training material on the vendor's website. https://www.outsystems.com/training/ However, every low code platform has limitations, and usually also some ways to extend it with custom code. https://success.outsystems.com/documentation/11/extensibility_and_integration/ According to this, there are several ways to add extra features: - Javascript and react extension to frontend - packages written in .NET (C#) to backend - Apache Cordova plugins for Android The last two are rather advanced use cases. It seems to me that you get the most value if you study a bit of Javascript programming, which you can do also on Sololearn. Apache Cordova also relies on JS. You will find also other courses that are useful: C#, SQL, React, REST API, HTML, CSS.
15th Mar 2023, 5:50 AM
Tibor Santa
Tibor Santa - avatar
+ 5
Freecodecamp provides lowcode tutorial https://youtu.be/skq7E2xS1Bo
15th Mar 2023, 9:16 AM
R💠🇮🇳
R💠🇮🇳 - avatar