Curtis "Ovid" Poe · @ovid
915 followers · 2163 posts · Server fosstodon.org

Creating a simple chat application using framework. Shows both the front and the back end.

In short, it's dead easy.

youtu.be/8Dt5bH4mZ0Q

#perl #mojolicious

Last updated 1 year ago

Mark Gardner ‍:sdf: · @mjgardner
729 followers · 5179 posts · Server social.sdf.org

@ajaxStardust It wasn’t a cinch. I don’t work with daily and I’ve never used ’ JS version. And the last time I wrote anything for in anger was 2019.

#javascript #mojolicious #nodejs

Last updated 1 year ago

Christiaan Kras · @Htbaa
66 followers · 832 posts · Server fosstodon.org

@danjac I still have a couple of SPA’s to manage that are about 9-10 years old. Written in 1 (not too bad) and with a backend.

Getting to run the JS dev stuff and keeping it up to date, or rather working with a newer Node version is challenging. Looking back it being a SPA doesn’t do much for 85% of these apps. I should’ve used some instead for the interactive parts. That way I could’ve moved to without any issue.

#coffeescript #backbonejs #perl #mojolicious #jquery #htmx

Last updated 1 year ago

Su-Shee · @sushee
723 followers · 481 posts · Server fosstodon.org

this is such a great idea!! I know soo many people who are on what'sapp etc just for the family and of course nothing keeps you to use it for friends, roommates, study groups, swinger circle, party, knitting club, book club... 🎉
fosstodon.org/@ology/110680649
ology - So I've been recreating my 30 year old "Family Site" as a app with an backend [...]

#perl #mojolicious #sqlite

Last updated 1 year ago

Gene Boggs · @ology
81 followers · 297 posts · Server fosstodon.org

So I've been recreating my 30 year old "Family Site" as a app with an backend. It needs some TLC before it can be a fully "production ready" app. But it works! If anyone has a family that might like a private place to share, msg me. 🙂

#perl #mojolicious #sqlite

Last updated 1 year ago

Gene Boggs · @ology
79 followers · 294 posts · Server fosstodon.org
Robert Rothenberg · @rrwo
215 followers · 219 posts · Server fosstodon.org

I've uploaded a new version of Mojolicious::Plugin::Text::Minify to metacpan.org/release/RRWO/Mojo

This is a plugin that minifies whitespace from HTML documents on the fly.

This change updates the documentation and signs the distribution.

#cpan #perl #mojo #mojolicious

Last updated 1 year ago

Mark Gardner ‍:sdf: · @mjgardner
642 followers · 3846 posts · Server social.sdf.org

@vandys @randomgeek @codinghorror As a hacker I will never besmirch as a standard or for light-use web scripts, but a lot of sins were committed with the two.

These days the done thing is to use and a framework like or in a persistent app server. You don’t have to write nearly as much code, either. plackperl.org

The middleware can even run your code as a CGI or script if you reallly want.

#perl #cgi #psgi #mojolicious #dancer2 #plack #fastcgi

Last updated 1 year ago

po̊lættïx · @polettix
70 followers · 1405 posts · Server octodon.social
po̊lættïx · @polettix
71 followers · 1398 posts · Server octodon.social
Christiaan Kras · @Htbaa
55 followers · 675 posts · Server fosstodon.org

Crap. Stayed up late because I was thinking up a solution for a dynamic HTML form (think query builder with ‘unlimited’ layering AND/OR statements) with using plain HTML and server side rendering () sprinkled with some . Think I found a pretty neat solution. Now to figure out the rendering by parsing the data structure.

Happy with my progress so far but getting to sleep now with my brain in overdrive is likely to be challenging.

#mojolicious #htmx #perl

Last updated 2 years ago

Mark Gardner ‍:sdf: · @mjgardner
590 followers · 3142 posts · Server social.sdf.org
Sultmhoor 🔒 · @sultmhoor
113 followers · 1223 posts · Server fosstodon.org

I've sent email to the maintainer to see if I can poke him into updating it to the most recent. I'd like to get the Minion & Minion-backend-sqlite slackbuild into the repo!

#mojolicious #slackbuild

Last updated 2 years ago

Sultmhoor 🔒 · @sultmhoor
113 followers · 1222 posts · Server fosstodon.org

Buzzing along with (i've almost reached 0.30!) and still have a long way to go. A tiny bit stuck because my favorite linux distro's build system doesn't have a recent enough version of to go forward in an 'official' way and I don't want to make it too retrograde, since the newer Mojo/Minion stuff is just too nice.

I honestly always install via myself, but if I were going to make a docker/whatever on I'd want for everything.

#perlurl #mojolicious #cpan #slackware #slackbuilds

Last updated 2 years ago

Gene Boggs · @ology
63 followers · 156 posts · Server fosstodon.org

Hmmm. Maybe I should take the next step and create a interface, so that my drummer is an easier to use app with play & download buttons. It is after all the weekend... 🤔 😅

#perl #mojolicious #midi

Last updated 2 years ago

Michael / Chgowiz 🎲🎲 · @chgowiz
197 followers · 1439 posts · Server dice.camp

Learning Reactive/Bootstrap by hacking this together. Looks great on a tablet, which is how I'll probably primarily use this... I should finish by end of day.

Not bad for not knowing perl/Reactive or Mojolicious...

Always making my tools/writings useful at the table!

#hexdescribe #ttrpg #dmtools #perl #reactive #mojolicious

Last updated 2 years ago

po̊lættïx · @polettix
66 followers · 1285 posts · Server octodon.social
Mark Gardner ‍🤑 · @mjgardner
426 followers · 1629 posts · Server social.sdf.org

@ibboard @darkhunter @kagan I favor the @mojolicious framework. Here’s a complete web application from mojolicious.org :

```
use Mojolicious::Lite;

get '/' => {text => 'I ♥ Mojolicious!'};

app->start;
```

Mojolicious has also been ported to for -based : mojojs.org

#perl #mojolicious #typescript #javascript #webdevelopment #programming #coding #webdev #softwaredevelopment #perl5

Last updated 2 years ago

po̊lættïx · @polettix
62 followers · 1259 posts · Server octodon.social
Christiaan Kras · @Htbaa
40 followers · 377 posts · Server fosstodon.org

Like I said, this stack of , , , , and has served me well this past decade. I've got several business critical webapps running in it.

The backend stays. The frontend gets replaced by mostly plain with and . This makes development a lot faster: less context switching as most of it is done inside HTML templates. Added but very nice bonus: less complicated and error prone build pipeline!

END

#perl #mojolicious #mysql #coffeescript #backbonejs #bootstrap #html #htmx #tailwindcss

Last updated 2 years ago