mobileatom, to javascript
@mobileatom@me.dm avatar

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend? https://symfonystation.mobileatom.net/Frontend-Madness-JS-PHP-Backend

symfonystation, to javascript
@symfonystation@newsletter.mobileatom.net avatar
Shini92, to opensource
@Shini92@mas.to avatar

Anybody interested in taking over maintenance for https://github.com/gtm-support ?

Please share for visibility

foxmask, to javascript French
@foxmask@framapiaf.org avatar

Vacances ... seul, à quoi ça ressemble ?
ménache
démarches administratives :

  • impôts
  • déclaration du lave-vaisselle HS à qui de droit (depuis 6mois j'ai tenu mais j'enpeupu)
  • PEE (pile ou face : je prends je prends pas)

J'ai regardé qq articles :

dave, to Excel
@dave@autisticnomad.social avatar

I built (and, more importantly, released!) a thing!

It's very early stages but it's actually functional.

It's a Vue.js plugin for building Excel Add-ins. Such broad appeal, I know.

https://github.com/demsullivan/vue-excel

This project is actually a byproduct of another big thing I'm working on.

Currently, I use YNAB for budgeting, but I've been putting sustained effort into getting my data out of the cloud and self-hosting everything.

I started researching options for budgeting software, and I really couldn't find anything I liked or that felt like it had enough features.

I decided, then, to just whip up something in Excel... which led me to the discovery of Office.js and the ability to build Add-ins for Excel using web tech.

Thus, vue-excel was born.

I may eventually release my budgeting tool for Excel, when it's feeling a little more mature and stable. Stay tuned... ❤️

athlon, to random
@athlon@mastodon.social avatar

Fun fact of the day:

In Vue.JS, if (for testing purposes) you want to hide an element WITHOUT commenting it out, the v-show="false" won't work.

But v-show="!true" works fine.

vintprox,
@vintprox@techhub.social avatar

@athlon Well, that's annoying! It's a frigging v- attribute that must support JS expressions out-of-the-box, but can't handle a simple boolean expected in v-show? :0530: What have you become, ...

art_codesmith, to javascript
@art_codesmith@toot.cafe avatar

After a bit of playing with #FastAPI, I feel like it's really, well, API-oriented. You can have templating of course, but it's just a liiiittle clumsier than returning JSON (e. g., you need to manually inject the request into it).

So I'm not entirely sure if I should stick to my original plan of mostly rendering HTML and using #htmx, or if I should go with the framework flow and make a #Vue app. Probably the latter TBH.

#webdevelopment #python

iamdtms, to javascript
@iamdtms@mas.to avatar

Now I can build a app with . 😎

iamdtms, to javascript
@iamdtms@mas.to avatar

Learning
First repo with easy things :D
https://github.com/iamdtms/nuxtapp

cooptilleuls, to Symfony French
@cooptilleuls@mastodon.online avatar

Les retours sur nos formations parlent d'eux-mêmes. , @ApiPlatform, , , ou encore FrankenPHP... Parcourez notre catalogue de formations et échangeons sur vos objectifs de montée en compétences : https://les-tilleuls.coop/masterclass/formations

Formateur très pédagogue qui prend le temps d'expliquer et de reformuler lorsque l'on ne comprend pas.

iamdtms, to vuejs
@iamdtms@mas.to avatar

On December 31st, 2023, 2 will reach End of Life (EOL)
2 will follow on June 30th, 2024.

iamdtms, to vuejs
@iamdtms@mas.to avatar
khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar
array, to Laravel
@array@fosstodon.org avatar

I'm pretty amazed with + + . In a nutshell, you don't have to write routes for your API endpoints and then routes in your frontend views, and then frontend methods to retrieve data and so on. You mostly work as if you were serving your server-side rendered views, write your models and controllers, and then you just pass the data as props to your Vue pages and components, and bang, done! I'm really having fun with my pet project. :)

array, to Laravel
@array@fosstodon.org avatar

I'll likely have some, say, free time from now on. So I can finally begin with some pet projects as an excuse to keep on learning, and yesterday I began a / project. Something I thought would be fun to do and I can use after (and if) it's done, a web app where I can keep track of my favorite music, fill data wiki-style, write reviews, and who knows what else. Some hours into that and I remember why I loved Laravel so much since I learned it a bit. :)

darkghosthunter, to Software
@darkghosthunter@mastodon.social avatar

I really like Nuxt 3, but not having a clear way to override the global $fetch is a deal breaker to me.

In other words, you're bound plumb your way up to what you need.

And that's what I hate from most Javascript frameworks. There is a lot of plumbing to make something work.

joe, (edited ) to javascript
@joe@toot.works avatar

Over the past week, I've been working on a / / app that has been sitting in the back of my head for a decade. I'm using composables for every logical object. This would be sooooo much more code with the options API but I can't help but look at a 1000 line view and think that I could make things even better.

davidbisset, to opensource
@davidbisset@phpc.social avatar

"Memories" Is free and alternative "built for high performance".

https://memories.gallery/

https://github.com/pulsejet/memories

davidbisset, to markdown
@davidbisset@phpc.social avatar

VitePress is a Static Site Generator (SSG) that takes , applies a theme to it, and generates static HTML pages. Built on .

https://blog.vuejs.org/posts/vitepress-1.0

kaiserkiwi, to Laravel
@kaiserkiwi@corteximplant.com avatar

When I started the plan was to use the same tech stack as we use at work to use learnings from private projects for work and vice versa.

But Questlog doesn't have to be a single page app. And this annoys me. I have to go the extra mile for so many things that just should work.

I really think about completely rewrite the front end with instead of .js with in between.

I would definitely have to think more to achieve some things I currently do, but the result would be a much faster and smaller page that isn't completely dependent on JavaScript. Most of the stuff I do would probably completely doable without JS these days.

symfonystation, to javascript
@symfonystation@phpc.social avatar

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend? https://symfonystation.mobileatom.net/Frontend-Madness-JS-PHP-Backend

symfonystation, to javascript
@symfonystation@newsletter.mobileatom.net avatar

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend?

https://symfonystation.mobileatom.net/Frontend-Madness-JS-PHP-Backend

https://newsletter.mobileatom.net/frontend-madness/

lordvalor, to javascript Spanish
@lordvalor@mastodon.social avatar

lo malo de los frameworks como y es esa Tonelada de HTML anidado que agregan cuando copilas.

joe, (edited ) to javascript
@joe@toot.works avatar

Well, that fucking sucks. I just went into my o3 meeting with the boss and was told that I don't have a job anymore. If anybody is looking for an experienced / / dev in the area (or remote), let me know.

https://jws.dev/Resume.html

niconoe, to python
@niconoe@fosstodon.org avatar

Good afternoon!

I'll have some availability (2 days/week) starting in April. Don't hesitate to contact me for your projects!

Keywords: ...

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • cubers
  • magazineikmin
  • GTA5RPClips
  • khanakhh
  • InstantRegret
  • Youngstown
  • mdbf
  • slotface
  • thenastyranch
  • everett
  • osvaldo12
  • kavyap
  • rosin
  • anitta
  • DreamBathrooms
  • Durango
  • modclub
  • ngwrru68w68
  • vwfavf
  • ethstaker
  • tester
  • cisconetworking
  • tacticalgear
  • Leos
  • provamag3
  • normalnudes
  • JUstTest
  • All magazines