gigasecure, to Wyze
peturdainn,
@peturdainn@mastodon.social avatar

@gigasecure the title made no sense, and after reading, neither did the article.... written from a HA point of view and as such biassed and missing too many points 🤷‍♂️

For example, debugging in node-red can be far more detailed

zalasur, to javascript
@zalasur@mastodon.surazal.net avatar

It's been almost a decade since I've done a live coding stream. This will be fun!

Today I'll be migrating my website from React to Lit, which is a lightweight framework built around web components. I have the scaffolding set up mostly, so now it's time to get this done.

Come watch. Ask questions in chat! You don't need to create an account, just a username is needed to participate.

https://video.surazal.net/w/5S7FPXJMZh1i1eqZLY9mcV

irfan, to django

Hmm I've only ever built sites using #Django, bcos I'm most good at #Python and I'm just super familiar with all the features (and quirks) of Django and it's been great, but honestly being good at only Django (when it comes to web dev) does gimme huge impostor syndrome cos I know fuck all when people talk about #Node and whatnot :(

Maybe I can learn how to build a site using #Eleventy so I too can speak gibberish lingo I never understood before with other fellow programmers?

RE: https://social.lol/users/bw/statuses/112414344202116592

irfan,

@skinnylatte thank you so much for the quick round-up and resource! 😭 It will be super helpful. And I can tell the community is great, and you too are part of it!

skinnylatte,
@skinnylatte@hachyderm.io avatar

@irfan also @bobmonsour runs https://11tybundle.dev which is a great way to get all the blog posts about anything relating to it

With other tools I usually start with a starter then don’t do anything coz I can’t figure it out, but here I was able to build sites from scratch really with just html and css

ehmicky, to programming

We just released Execa 9, which is our biggest release so far.

If you're currently using Execa, you should check out the new features! Also, if you're currently using zx or Bun shell, you might be interesting in this alternative.

https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f

deflockcom, to node
@deflockcom@mastodon.social avatar

Anyone have set up as on a ?

(Work on it actually to move all my services on a fedora coreos node)

ironicbadger,
@ironicbadger@techhub.social avatar

@deflockcom should be possible with user space networking. Lmk

ryan, to web
@ryan@hachyderm.io avatar

Hey Fediverse, I'm looking for my next role as a #web engineer!

What I'm looking for:

  • a collaborative, kind team
  • at a company with noble goals, or that knows what problems it has to solve

I'm the Lead "Frontend" engineer who creates table indexes because "the UI is slow".

Point me to a mountain and I'll climb it.

Prior experience with #react #typescript #node #NextJS #postgres. I've dabbled with #rust for fun, and #dotnet in a past life.

Appreciate any advice or connections!

nebyoolae, to random
@nebyoolae@masto.neb.host avatar

I created my first node module, it's publicly available, and it's usefulness is low. Regardless, here it is: https://www.npmjs.com/package/node-neb-muz.

What does it need to run? The Entire Jar of Sauce.

https://music.nebyoolae.com/song/the-entire-jar-of-sauce

#node #npm #javascript

hongminhee, to node
@hongminhee@todon.eu avatar

's tutorial, which previously assumed you were using , can now be followed using .js and ! (What is Fedify? It's an ActivityPub server framework.)

However, they are written for Fedify 0.8.0, which hasn't been released yet. You can test it with the pre-release version, 0.8.0-dev.164, though.

https://unstable.fedify.dev/tutorial

AndriiKuznietsov75, to webdev Ukrainian
@AndriiKuznietsov75@social.kyiv.dcomm.net.ua avatar
lanesawyer, to opensource

Wooooo did another #OpenSource contribution! I fixed the supported versioning of a tool I use to generate changelogs after I discovered that we weren't using a valid version of #Node.

I love doing open source, wish I could do it more often!

https://github.com/orhun/git-cliff/pull/621

governa,
@governa@fosstodon.org avatar

@oatmeal :linus: 👍

lullabot, to node

Why would you use #DDEV instead of a #Node or #Python server directly?

There are significant advantages to using a containerized setup like DDEV. We go over them in this article, and include a step-by-step guide to set it up.

@andy_blum helps introduce DDEV to a new audience that may not know about how useful it can be!

https://www.lullabot.com/articles/nodejs-development-ddev

mandrasch,

@lullabot @andy_blum

Is it cool if I add a link to your article to this Vite + DDEV guide?
https://ddev.com/blog/working-with-vite-in-ddev/

(There is also https://github.com/ddev/awesome-ddev where the article could be added)

andy_blum,
@andy_blum@drupal.community avatar

@mandrasch @lullabot I think that’s a great idea

adamchainz, to random
@adamchainz@fosstodon.org avatar

I moved from #pyenv to #mise last week, managing both my #Python and #Node versions with it. Maybe other languages soon.

It was really smooth and it installs fast. It definitely has a better UX, especially around pulling the latest versions.

Mise: https://mise.jdx.dev/

Here’s what my Ansible-powered installation steps look like now:

https://github.com/adamchainz/mac-ansible/blob/main/roles/adam_mac/tasks/installs.yml#L21

sebobo, to node

Best addition to any package.json, composer.json or other dependency managers file would be a mandatory „why“ field for each single dependency which requires a minimum number of sensible words.

Could make devs think twice before adding and help (me) when upgrading projects after some time.

sebobo,

Also this is probably the reason I dislike JSON for configuration as I cannot add comments.
Browsing old git commits sometimes helps to find out reasons for dependencies but I also want to understand the same for the tree.

Every dependency in addition to the base framework you might use is a cost and it adds up.
So I would love to see the „cost“ of a dependency before even installing it. Several times I added one and removed it again after seeing what it came with.

#Node #PHP #WebDev

alessandrolai,
@alessandrolai@phpc.social avatar

@sebobo i think that in PHP this is a lot easier, since you can rapidly find where that code is used due to autoloading definitions, and also because you have tools like Composer Unused to check for unused packages..

davidbisset, to node
@davidbisset@phpc.social avatar

RSS Cross Poster:

A #node script to post new items from an #RSS feed to various services including Micro.blog and #Mastodon.

https://echo.rknight.me/

Stubbs, to javascript

I f*cking hate and I hate even more! All day I've been trying to get the latest version of to build ... error after error after error and now, at random it's just decided to work after a whole wasted Sunday!

mojoaxel,
@mojoaxel@social.tchncs.de avatar

@Stubbs I recommend to try #Python It's the best way to learn to love #JavaScript

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