array, to random
@array@fosstodon.org avatar

I am generally happy with programming, doesn't matter what language or stack. But compared to, say, PHP (not to mention Java), doing backend kind of annoys me because of errors and debugging. I mean, I get (generally) very descriptive error messages and can debug, right into my IDE, in Java. In PHP, well, you can be bold and just throw some dd() when you really need to. Node? It must be on me, but I still haven't figured out how to get error messages in the right places, or debug... :(

itnewsbot, to javascript
@itnewsbot@schleuss.online avatar

Deno adds API for date and time operations - Deno 1.40, the latest version of the JavaScript runtime positioned as a rival to Node.... - https://www.infoworld.com/article/3712424/deno-adds-api-for-date-and-time-operations.html#tk.rss_all .js

fightbackman, to node German

Wer auch immer entschieden hat nodejs nicht den Systemtruststore verwenden zu lassen wünsche ich immer wieder runter rutschende Ärmel beim Hände waschen. Die Liste vertrauenswürdiger Zertifikate gehört vom Systemeigentümer verwaltet und nicht zu einem beliebigen Zeitpunkt mal irgendwo reinkompiliert.

deno_land, to node
@deno_land@fosstodon.org avatar
iamkale, to passkeys

Hello TypeScript WebAuthn devs, I'm happy to announce the release of SimpleWebAuthn v8.3.7! This small release includes some newly exported classes and types for easier integration with your projects. Check out the CHANGELOG for full details 🚀

https://github.com/MasterKale/SimpleWebAuthn/releases/tag/v8.3.7

#webauthn #passkeys #typescript #node #deno

richard, to node
@richard@fedia.social avatar

Is there a way (or a package) to show the installed versions of npm node modules (npm list) and what is defined in your package.json?

EvanHahn, to node

I built something that lets you import Node modules from BitTorrent. It's weird. https://gitlab.com/EvanHahn/node-torrent-import

angelmunoz, to javascript
@angelmunoz@misskey.cloud avatar

Is there an html tagged template library to render html on the server? I'm currently exploring @ lit-labs/ssr but I'd like to be aware of alternatives
Note: I don't need hydrate or client stuff, just a plain html string to string/stream/etc templating library

andrewfeeney, (edited ) to php
@andrewfeeney@phpc.social avatar

Folks, if you parrot opinions like "PHP is an insecure language" or "PHP has inherent security flaws" in 2024, and you can't point to specific issues with modern, current versions of PHP to back it up, all you are doing is demonstrating your ignorance.

The fact is, modern is every bit as secure, solid and performant a server-side platform as , , or many other popular languages.

Jdreben, (edited ) to django
@Jdreben@mastodon.world avatar

I’m looking for work! If you’re hiring and I seem like a fit, please reach out.

I have ~7 years of experience as a full stack software developer, and was founding engineer / CTO of Zoba.com.

I graduated from in 2017, have been working on early stage startups since 2014. I studied CS, concentrating on data science and ML.

I’m strong in , RoR, , , , and . I’ve dabbled in , , and .

joe, to node
@joe@toot.works avatar

Yay! I can ask my local LLM a question via an API and get a coherent response. :)

A screenshot of postman running locally on my MBP calling the API running with node.

amxmln, to cochlearimplants
@amxmln@mastodon.design avatar

That issue I mentioned yesterday? Turns out something broke when went from 18.18 to 18.19 (probably because was upgraded to v10 in that minor release 😳) and that caused some dependencies to be missing.

Took me far too long to identify and work around. 😒 I love Node and all our tools, but sometimes I hate them too. 😅

amxmln, to node
@amxmln@mastodon.design avatar

Just gotta love it when no code changed, but the CI still refuses to build because a dependency is suddenly unmet. 😒

esoterra, to javascript
@esoterra@hachyderm.io avatar

Last month in Wasm - JavaScript

Guy Bedford (@guybedford) from Fastly spoke at NodeConf EU last month talking about WebAssembly Components and JavaScript.
https://www.nodeconf.eu/guy-bedford-webassembly-components-and-javascript

JCO now passes 86 of the 97 test programs from Wasmtime and expects to pass all of them by end of year.

hazz223, to javascript
@hazz223@mstdn.social avatar

It's been a while since I last saw a repo that made me laugh

https://github.com/christina-de-martinez/babel-plugin-glowup-vibes

(Also, check out the issue page for extra fun)

bee, to node
@bee@tusky.pink avatar

Enjoying the hell out of . I remember looking at it a few years ago and bouncing off it =so hard= it gave me whiplash. This time I’m smashing it. Must have improved!

Next year I’ll have to use a compiled language though- getting to chew through a billion of anything takes a whole long-ass time.

joelanman, to javascript
@joelanman@hachyderm.io avatar

Are Jest and Supertest still the best way to test a Node web app?
#js #node #jest

joelanman, to programming
@joelanman@hachyderm.io avatar

finding Knex's docs pretty impenetrable
https://knexjs.org
#js #node

anderseknert, to javascript
@anderseknert@hachyderm.io avatar

Most tools written in the #Javascript / #Node / #npm spehere seems to assume they'll be used exclusively in that context. That means installation instructions often describes adding a dependency to a package.json file, etc. But.. I just want to lint some CSS over here. You've built a perfectly capable standalone tool, so provide a binary, will you?

joe, to ChatGPT
@joe@toot.works avatar

I spent WAY TOO MUCH TIME building https://gist.github.com/steinbring/b5c0bce701569f576059eaeeb2eeb742 using . It is WAY MORE resource-limited than average folks think. I then used https://gist.github.com/steinbring/38e35d7dbb516464d8488d4fbf17a015 in to copy the data to Cloud Firestore.

I need to find a way of adding GeoJSON to define the borders of each park and a GeoHash value for each park, now. 🤔

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Here you go #developers! Time for #JetBrains Developer Ecosystem survey results for 2023. #dotnet #java #python #node #JavaScript #golang #go #rust

https://www.jetbrains.com/lp/devecosystem-2023/

joe, to random
@joe@toot.works avatar
joe,
@joe@toot.works avatar

All I wanted to do was to write a minimally viable mastodon-compatible server in under 100 lines of ? 😏

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Given project Aspire is about orchestrating applications, where does that leave teams who've decided on a polyglot approach to microservices with implementations written with , , and ? Probably not for those teams, right?

tripu, to programming

:

See what packages your project is no longer using with this one-liner:

npx npm-check | grep -i 'notused?' | rev | cut -d'?' -f2 | cut -d' ' -f1 | rev

(Treat the list as a hint: npm-check isn’t capable of detecting all possible usages of all packages, so there might be false positives.)

itnewsbot, to javascript
@itnewsbot@schleuss.online avatar

Deno 1.38 features HTML documentation, hot module replacement - The Deno runtime for JavaScript, TypeScript, and WebAssembly has been updated with new... - https://www.infoworld.com/article/3710148/deno-138-features-html-documentation-hot-module-replacement.html#tk.rss_all .js

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