qaqelol, to opensource
@qaqelol@toots.niark.nexus avatar
tjventurini, to Laravel
@tjventurini@mastodon.social avatar

Hi 👋 I'm looking to with people who are interest in

🌐 Web
🎨 Web Design
🧑‍💻
🧰
👀
🔵
🐧
🚀 Self Improvement
🌱 Growing on X

mikestreety, to javascript
@mikestreety@hachyderm.io avatar

Diving back into a project that used Vue and it seems to be throwing an error when I add a data- attribute to a HTML element. It's a static string which I use for something else.

Is there a way I can tell Vue to just ignore it?

ricmac, to javascript
@ricmac@mastodon.social avatar

With frontend development, is it better to start simple and build on top of standard HTML, CSS and JavaScript? Or do you need a swiss army knife framework, like Next.js or Angular? I looked at recent Vue developments and found a lot to like about its "progressive framework" approach. https://thenewstack.io/want-out-of-react-complexity-try-vues-progressive-framework/ #vue #vuejs #javascript #frontend

32bitkid, to javascript
@32bitkid@mstdn.social avatar

Spent a bit of time early this morning to knock out the most basic vector editing features in my SCI0 pic editor. The SCI0 pic byte-code is very terse; it doesn't even have closed polygons, just lines that happen to touch each other when rendered to the frame-buffer.

I'm sure this whole UI layer will need a refactor soon, but its definitely another step in a "useful" direction. Just a few core features left before a "beta" is viable.

#JavaScript #Vue #RetroComputing #SierraOnLine

video/mp4

tjventurini, to Laravel
@tjventurini@mastodon.social avatar

Hi 👋 I'm looking to #connect with people who are interest in

🌐 Web Development
🎨 Web Design
🧑‍💻 #Coding
🧰 #Laravel
👀 #Vue
💼 #Freelancing

#letsconnect

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

#opensource #Google #googletagmanager #gtm #vue

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... ❤️

#Excel #OpenSource #Vue #Javascript #Typescript #Budgeting

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 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. :)

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.

kaiserkiwi, to Laravel
@kaiserkiwi@corteximplant.com avatar

When I started #Questlog 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 #Laravel #Livewire instead of #Vue.js with #Inertia 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.

#Coding #JavaScript #WebDev

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

#javascript #PHP #symfony #Laravel #Drupal #WordPress #React #Vue #Svelte #AlpineJS #Angular #Viewi #PWAs #SPAs

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

#SPAs

joe, (edited ) to javascript

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 #vue / #node / #php dev in the #Milwaukee area (or remote), let me know.

https://jws.dev/Resume.html

#FediHire #GetFediHired #FediJobs #FediHired

iriepixel, to webdev
@iriepixel@mastodon.social avatar

This is my second try to move to Mastodon or at least to try to convince myself to use it instead of X. Do you have any recommendations for whom I should follow? I'm interested in

schizanon, to webdev
schizanon, to webdev

HTMX is just the "back to the land" movement, but for web hippies.

#webDev #htmx #html #javaScript #web #frontend #reactjs #svelte #vue #vuejs #react #hypermedia #hateoas

jakobmiksch, to javascript German
@jakobmiksch@mastodon.social avatar
arnelson, to react
@arnelson@fosstodon.org avatar

phanpy.social is cool, very well-designed, but after trying it for a couple days I still think I prefer Elk. Phanpy is just too slow. Every action has several seconds of lag, especially after scrolling for a while. And this makes it completely unusable on mobile.

I wonder if this is related to their tech stacks. Phanpy uses Preact, Elk uses Vue. React sites always feel slow. I'm not very familiar with Vue, but this is a point in favor of it. Elk always feels snappy.

#Phanpy #Elk #React #Vue

constantorbit, to iOS
@constantorbit@hachyderm.io avatar

Not sure how wide my tech reach is here on the fedi (boosts appreciated!), but:

I'm exploring a personal side project and trying to decide stack/platform

It needs a reliable (but pretty simple) app, and must be able to do notifications. I'd like to do + .

Can this be done with a ? I see people saying yes, people saying no. Would be my pref.

Sort of thinking my options are:

🙏

watzon, to typescript
@watzon@watzonmanor.com avatar

Honestly getting really discouraged by all these layoffs. I had high hopes in the beginning because companies typically do a lot of hiring in Q1, but with big tech companies doing sweeping layoffs again the market is being flooded with highly qualified devs.

That being said, if you need an experienced engineer, I'm here.

#fedihired #jobs #typescript #javascript #vue #crystallang #golang #ruby #python #WillingToLearnRust

fasnix, to javascript
@fasnix@dresden.network avatar

"Be so fast it's fun to use on the worst devices and networks our customers use."
#TaylorHunt

#ChrisMay at #DjangoCon 2023

https://y.com.sb/watch?v=kYV8K71pY64

Websites could be much lighter, much faster, much more fun to use, if they weren't bloated with loads of unnessecary #JavaScript.

Global traffic distribution could be much less, resulting in much less #CO2-emissions.

How the #Internet is programmed, has an impact on #ClimateChange.


#WebDevelopment
#FrontendDev
#BackendDev
#React
#Vue
#Django
#Python
#GoLang
=> #htmX

#DevsForFuture

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