Jump to content

Tyrsson

Members
  • Joined

  • Last visited

Everything posted by Tyrsson

  1. Check out htmx ;)
  2. Vanilla JS is quickly deprecating JQuery. In my opinion it can not happen fast enough. Historically JQuery was simpler to use than vanilla js but that is really no longer the case. Especially since JQeury really does not handle any of the more complicated aspects of advanced js application development such as state, it does not provide any concept of "application". It's mostly ajax, which is just as easy, if not more so now with the new Fetch API, and some DOM manipulation. Which really is just as easy now days with vanilla js. Just my two cents.
  3. So, I have recently started my first endeavor in into custom framework coding. So far the top features are: Totally Event Driven Does not require routing 100% PSR compliant Supports "Mods" Supports "themes" Supports Multiple RDBMS SQLite, MySQL, MariaDb, Postgre, Oracle just to name the major ones. Supports composer deployment Will expose a cli command suite to ease development Fine grained per object ACL I'll update the thread as development continues and may actually do a few writeups on it. Might help others sharpen their skillz or pick up a few new ones.
  4. Tyrsson posted a post in a topic in Archive
    Tyrsson submitted a new marketplace item: [plain]Application Development[/plain] - [plain]Custom programming / Application Development[/plain] Read more about this marketplace item...
  5. Well, it's been busy lol, much like every weekend is.
  6. Just thought I would drop in. So, what ya'll up to round here.....?