Better Coding

Coming from mostly a PHP background, and then a heavy user of DMXtensions, what would be some extra areas of learning, (i.e., coding languages, or other items) in order to understand all the possibilities with becoming an expert Wappler user?

Most of the time I’m blank with it comes to some of the syntax used with Wappler to help obtain the needed results.

Any recommendations would be appreciated immensely!

In my opinion, there are 3 basic areas to concentrate on, namely

  1. Bootstrap 4
  2. Database structures and queries
  3. JavaScript (ES6)

A good understanding of Bootstrap will make it a lot easier to to create your page layout and design. A well designed database is necessary especially when creating a CMS site. The whole future of web development is going JavaScript crazy, where JS is not only clientside but now heavily used on the server.

A lot of easy to follow tutorials can be found at https://www.w3schools.com/. More in depth information can be found by Googling the subject.

Hope this helps and have a very Merry (safe) Christmas :christmas_tree:

2 Likes