Copy link to clipboard
Copied
I am a career software developer with history in C/C++ for embedded systems, but now I am venturing off into unknown territory for fun. Will Dreamweaver allow me to accomplish building a scalable subscription based website that also allows me to easily produce an App for IOS and Android devices with the same features and functionality?
Copy link to clipboard
Copied
Short answer: YES.
Although that can be achieved using Dreamweaver, because of lack of some inbuilt features like database connection and terminal window, it would be very laborious. There are other IDE's that would be more suited to the task. As an example, I use Wappler.
Copy link to clipboard
Copied
I just downloaded Wappler and it does appear to be a better option. Do you know of any other IDE's that do the same? I'd like to test out as many as possible before launching this new idea on mine.
Copy link to clipboard
Copied
This is also a great option, although with this option you are stuck with Bubble. Teason why many Bubblers are turning to Wappler.
Copy link to clipboard
Copied
Is there any tutorials for Wappler I can benefit from watching?
Copy link to clipboard
Copied
https://www.youtube.com/watch?v=g5hrTPcGOSg&list=PLUjqTJN3byC-4U6FX9_b-x46pdtffuyG-
Copy link to clipboard
Copied
Hi @hikr,
I'm not sure I understand this statement.
Will Dreamweaver allow me to accomplish building a scalable subscription based website that also allows me to easily produce an App for IOS and Android devices with the same features and functionality?
Yes, but the prevailing trend these days is browser-based web apps or PWAs, not device specific apps. So if your site works in modern browsers, it should work on ALL modern devices that have a browser -- iOS, Android, Win, Mac, Linux, etc...
Dreamweaver is a good tool. But tools don't build great web apps, people do. So what you build with DW will depend on your coding skills in HTML, CSS, JavaScript and whichever server-side programming & frameworks you're accustomed to using.
Disclaimer: I don't use Wappler because I'm not interested in hybridized code. But apart from that, it appears to be a pretty good visual programming tool. Try it before you buy it. 🙂
Copy link to clipboard
Copied
The code that is produced by Wappler is no different to code that is produced by Dreamweaver when using the DMXZone extensions. In fact, I used to interchange the two IDE's when I first started off with Wappler to ensure that this was the case.