I will start a YouTube channel for more advanced workflows and use cases in a Wappler NodeJS environment. The first video will be about logging. I’m considering videos about CI/CD and a couple more topics. Please let me know if you have any ideas or requests.
I’d love some videos on the real world aspects of creating a mobile app…
The basics of Framework 7 (can’t find much on YouTube about it)
Why choose F7 vs BS5
The flow of getting a mobile app from a Wappler design to being live in App Stores
How best to handle authorisation and storage of auth details on the phone and sync it with the web app login methods.
Design considerations for web app server actions and database to make them most mobile app friendly.
What are all these pouch/couch/sqlLite database technologies for and how are they used with an existing database to enable local storage and syncing of data.
For me it is getting the big picture concepts clear in my head so I can them read more detailed written articles and know what on earth they are talking about!
Yeah, CI/CD is quite a big topic. Covering automated tests in these videos is a good idea. I’m currently using auto scaling GitLab runners and CodeceptJS for automated E2E testing on merge requests & GitLab pipelines for custom extension unit tests.
I went with Wappler because I need a super customized logistics management application that fits my business like a glove. Unfortunately, I can’t afford to pay the pros for a fancy solution. On the bright side, I think I have enough coding chops to build it myself. Plus, I don’t think off-the-shelf solutions would be able to handle my unique business logic and dynamics anyway.
I need a web-based IT solution to help my business grow, but I’m on a tight budget, so I’m tackling the development solo and full stack. My plan is to create five different app modules, each with its own layout and user access based on subscription. However, I know I’m not a pro (yet!), so I’m going to start with a basic, minimal version of the app. This way, I can test it out and add more features as I go.
So I need budget-friendly solutions with bunch free tools suggestions that I can handle on my own to manage database changes without messing up production data. And of course, once the app is up and running, I need it to be reliable and free from downtime or data loss. After all, four different stakeholder groups will be using it to work together and streamline our work.
Please include in your CI/CD tutorials or guides tool options for self-employers who are financially thin but want to ensure max data security and reliability.
Looking forward to great taking from it and thank you in advance.
Thank you. Judging by the number of questions on the forum, you will have content for a hundred years.
CI/CD is a great topic, I think that you can’t do without diving into GIT in the first video, for example, I couldn’t get married wappler and self hosted Gitea.
Thanks so much for all the feedback to everyone in this thread!
The first video will be about logging, and I will release a logging extension for Wappler alongside the video to make the setup easier.
I think starting with proper logging, how to send logs from multiple containers to a single server, and how to quickly read logs and parse them locally is a good first step.
Then the following videos will be around CI/CD etc. Logging will help you debug issues that might arise with more complex topics.
CI/CD is a vast topic. So I will most likely release the basics re CI/CD to YouTube and then maybe record a paid course for a complete CI/CD configuration specific to Wappler from start to finish since this would involve a lot of work.