Is your company looking for a keen self-hoster with plenty of #Linux experience? I grew up with #RaspberryPi and have picked up many skills along the way including #React, backend JavaScript (#NodeJS) and #Docker. My current obsession is monitoring all the things with #Grafana, #PRTG and #Prometheus. I’m based in the UK but open to primarily English-speaking roles in Germany, too. Currently wrapping up my Advanced Software Development degree but eager to continue learning! Boosts appreciated :D
Partypeople we have to kill #nodejs before it kills us
I started looking into PeerTube and I'm currently installing it. However, in the install instructions it says to use node.js version 20.x but there are much newer versions out already (with even number), e.g. 22.x LTS and 24.x versions.
If I install 20.x, then I'll not get any more bug fixes, and security fixes ends in April next year.
Should I try and go for 24.x?
Any good resources out there on building secure (but easy for someone who’s messing with javascript/typescript for the 1st time) login systems with nodejs and postgresql?
I think I’ve seen someone on fedi mention that bcrypt wasn’t really safe a while ago?
List of NPM Commands ! Zoom: https://nubecolectiva.com/comunidad/flyers/list-commands-npm/
Lista de Comandos NPM ! Zoom: https://nubecolectiva.com/comunidad/flyers/lista-comandos-npm/
#programming #coding #programación #webdevelopment #devs #softwaredevelopment #npm #nodejs
what are people using for js linting/formatting? I've used Standard before but it seems like it's out of maintenance. Eslint? Biome? Other?
#javascript #nodejs
30 Years of JavaScript: 10 Milestones That Changed the Web, by @ricmac (@TheNewStack):
https://thenewstack.io/30-years-of-javascript-10-milestones-that-changed-the-web/
#javascript #anniversaries #history #ecmascript #ajax #jquery #web2.0 #nodejs #npm #react #typescript #webassembly
My book Node.js for Beginners is part of the #HumbleBundle + #PacktPublishing Modern Back-End Web Dev bundle — but it's ending soon!
Just 1 day left!
Learn #Nodejs, #Python, #Go & more. Support charity while you skill up!
https://www.humblebundle.com/books/modern-back-end-web-development-packt-books
Soundboard 3rd iteration: Switching from HTTPS to SSH-style communications!
Worker Threads in Node.js: A Complete Guide for Multithreading in JavaScript, by @nodesource.bsky.social:
https://nodesource.com/blog/worker-threads-nodejs-multithreading-in-javascript
npm run you fools
ΩΩ
Latest version of #FediAlgo, the customizable timeline algorithm / filtering system for your Mastodon feed, allows for the use of multiple accounts on multiple Mastodon servers. Also fixes some #GoToSocial interoperability issues.
* Link: https://michelcrypt4d4mus.github.io/fedialgo_demo_app_foryoufeed/
* Code: https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed
* Video of FediAlgo in action: https://universeodon.com/@cryptadamist/114395249311910522
* Release notes: https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed/releases
@carnage4life ironically their software quality also seems to deteriorate. Win11 on an underpowered Laptop is extremely slow!
Afaik they use a bunch of #NodeJS for OS components, which makes sense if you want to hire cheap web devs or want to make shiny software without heavy systems integration...
But if they use #AI, they could also write efficient software, as they dont rely on humans?
Node.js 24 is here with some exciting upgrades!
From improved WebSocket compliance to stricter TLS security & native support for Intl.NumberFormat V3 - it's all set to supercharge your apps.
Hold on to your keyboards - Node.js 24 is here, and it’s arguably one of the most exciting releases we’ve seen in recent years.
Check out what’s new and why you should consider upgrading
https://prishusoft.com/blog/whats-new-in-nodejs-24
Mastodon v4.4.0-rc.1 veröffentlicht
• Mindestversionen für Redis (6.2), PostgreSQL (13), Ruby (3.2) und Node.js (20) aktualisiert.
• Unterstützung für Redis Namespaces entfernt.
• Wechsel von Webpack zu Vite.
https://github.com/mastodon/mastodon/releases/tag/v4.4.0-rc.1
Ahoy you federated beauties.
I have decided to go freelance! If you are looking for a skilled software developer with a heart in UX & DX - Let me know, I'm sure we can cook something up!
#React , #TypeScript , #css , #rust , #java , #NodeJS are some of the fancy tooling I can not only offer, but offer to teach as well.
For those of you who's interested, you can reach me under paul@paul.wiki.
Check out my github for open source contribution and references, or go to jacks.se for more info
So recently the @nodejs project posted an article seeking LGBTQIA+ stories from people who use or have contributed to Node.js, I shared the link last week.
Anyway, I decided to submit a story of how Node.js and tech in general was a lifeline for me as a teenager, in a world where I didn't quite fit in, and how I came to realise I was trans.
Many thanks to them for providing this opportunity!
https://nodejs.org/en/blog/community/2025-06-28-Emelia-Smith
Well, that was a fun error: went to install a node.js project, which depended on sqlite, and it failed because Python 3.13 no longer has distutils in it, and you instead need to do:
pip install --upgrade setuptools
To get the distutils package.
This happened because the Node.js module for sqlite uses node-gyp for building, which depends on distutils.
I use Obsidian for writing. And I tried a few plugins to give me daily word count progress. I have a very small set of functional requirements. I had Google Gemini provide me answers on how to develop Obsidian plugins, including setting up a development environment, then I asked it to create a plugin with my functional requirements. Even saying "add a button" to update the script after a few rounds of drafting. Everything worked. I'm blown away. I'd never written an Obsidian plugin before. As a former developer, I knew what questions to ask, but I developed this plugin using only natural language prompting. I'm a skeptic about AI hype, but these sorts of things cause me to shake my head about the future of development, both positive and negative possibilities. #AI #LLM #Obsidian #development #plugins #nodejs #typescript