swelljoe, to programming
@swelljoe@mas.to avatar

The ecosystem never fails to impress when it comes to how large a simple web app can be. 772MB? Coming right up, no problem at all.

vanilla, to webdev
@vanilla@social.spicyweb.dev avatar

"In a World…" 😉

> Imagine a world where pages and templates can easily be written using familiar concepts and then statically and/or dynamically rendered and sent to the browser. From there, you can once again target certain tag names for progressive enhancement as client-side web components. Call that hydration or islands or whatever you like…

https://thathtml.blog/2023/08/node-frameworks-web-components/

martinjuhasz, to typescript

Quitting my job without a new one in sight is quite tense.

That’s why i’m looking for new opportunities as a senior full stack software engineer and possibly tech lead.

I’ve got over 13 years experience and have been focusing on , , and lately but am always eager to learn and explore.

https://www.linkedin.com/in/martin-juhasz-99b2391b6/

Fully , GMT+2

Boosts much appreciated ❤️

mate, to python French
@mate@3615.computer avatar

Hello World !

un pair programmeur pour m'aider à :

  • réparer ma configuration,
  • développer mes projets à base de et .
  • progresser plus vite que tout seul

42€/h/semaine, en remote ou en présentiel (Pays de )

Retoots appréciés ! 🤓 🤗

Passez une bonne journée !

ajaxStardust, to RegEx
@ajaxStardust@vivaldi.net avatar

I was going through some HTML markup/ content where my <h1>,<hx> tags have no anchors/ ID's. pain in the butt to do that manually if i want anchors, It occurred to me: why don't I just process the markup and use the &;h1&; (..contents ...) &;/h1&;
but the (...contents...) atom needs filtering. E.g. "this just in", maybe I want "this_just_in"

That's not really possible w/ is it?

Maybe this is something can do? Im not super fmlr w/ all gnutils

mjgardner,
@mjgardner@social.sdf.org avatar

@ajaxStardust It wasn’t a cinch. I don’t work with daily and I’ve never used ’ JS version. And the last time I wrote anything for in anger was 2019.

at, to rust

Writing open source software during summer is fun and all, but earning 0€ from it apparently doesn’t help to pay for food and taxes 🥸

If you know someone that knows someone who is looking for a freelance lead software engineer with deep experience in the web industry (backend, ci, cd, devops, scraping… all the good stuff), please send them my way 🤓

tylermumford, to programming
@tylermumford@mas.to avatar

Color me surprised and impressed. I often get bad vibes from both and , but they worked great this time.

I found a repo with some code that counts the estimated reading time of some text. Normally, IME, JavaScript projects that haven't been touched in three years take a lot of work to get them just to install dependencies.

But with one Docker run command helpfully given in the repo, it totally worked, first try.

stefan, (edited ) to programming
@stefan@stefanbohacek.online avatar

Running into a problem trying to take a screenshot with puppeteer.

Sometimes I'm just getting an image like this, with no error. Has anyone dealt with this?

pieceofthepie, to programming
@pieceofthepie@n8e.dev avatar

So 🤬 annoyed. A previous dev setup a project with a pipeline that runs babel into one folder and esbuild over that to make a main.js for the site. It's not a node app. Just a stupid set of progressive enhancements.

I cannot for the life of me figure out how to make this a watchable/hot-reload setup. I just do not have the headspace right now and it's just making me irrationally angry.

#NodeJS #Javascript #WebDev #ESBuild

nurkiewicz, to mastodon
@nurkiewicz@fosstodon.org avatar

#Mastodon doesn't have full text-search, so I built my own. Actually just a pet project to learn #NodeJS, #TypeScript and glue everything together with #Kafka and #Elasticsearch. Data is ingested in real-time via #ServerSentEvents. Visualization and search through #Kibana. I'll publish the source code over the weekend

thisismissem, to fediverse
@thisismissem@hachyderm.io avatar

Hey / ,

I'm currently available for code reviews, technical advisory roles and consultancy work.

I've lead development on countless products & services; I'm most experienced in javascript/typescript & node.js but can also advise on general technical strategy.

By hiring me for short contracts, you'll help me to keep working on Fediverse trust & safety!

LinkedIn: https://linkedin.com/in/thisismissem

existenceisfutile, to ChatGPT

I used today to find a memory leak in code (using a framework I'm still getting up to speed on) written by a former coworker.

I've been intermittently trying to track this down for awhile now & haven't had any luck using debugging techniques I've found online. First time I ever tried using ChatGPT for something like this & had the answer (🤞🏻) < 1 minute.

Kinda blown away & at the same time a little frightened that I'm becoming obsolete. Blow to my fragile ego! 😂

stefan, to fediverse
@stefan@stefanbohacek.online avatar

Do you want to add a "log in with your fediverse account" functionality to your site? I am working on a self-hosted node.js server that lets you do just that.

Care to give it a try?

https://github.com/stefanbohacek/auth-server

You can see it working on:

voxpelli, to programming
@voxpelli@mastodon.social avatar

Started using node:test in some of my projects but was missing the reporter style that I'm used to from Mocha, so I decided to fix that: https://github.com/voxpelli/node-test-pretty-reporter

voxpelli,
@voxpelli@mastodon.social avatar

And reported an unexpected behaviour that I'm seeing in / in regards to : https://github.com/nodejs/node/issues/48900

ecmascript_news, to javascript
@ecmascript_news@mastodon.online avatar
nebyoolae, to mastodon
@nebyoolae@masto.neb.host avatar

After some log debugging, I realized my instance was not using the, uh, newest and so upgrading from 4.1.2->4.1.[4|5] was having issues. Being able to have multiple versions of the same system language installed at the same time can be confusing, even to someone who has used computers for decades. Sigh.

That being said, I am now on 4.1.5 and feeling, uh, more secure, or something.

voxpelli, to random
@voxpelli@mastodon.social avatar

Writing tests for async flows and finding it hard to know how much awaiting you will need – how many loops in the event loop you need – for the result to be be observable?

Use Sinon fake timers in general and the await clock.runAllAsync() in particular: https://sinonjs.org/releases/v15/fake-timers/#clockrunall--await-clockrunallasync

voxpelli,
@voxpelli@mastodon.social avatar

In the latest version of , , there's experimental mock timers built in which may be possible to use instead: https://nodejs.org/api/test.html#class-mocktimers

But in general is a very solid package, I would opt for that for now, at least until the built in one is no longer experimental

dioramic_life, to javascript

Long-time front line software engineer needs to slow it down. Looking to transition to a new role in for . My background is diverse but, in recent years: consulting, lead instructor, web and mobile app development. Part-time, hourly ok! If it's important I am at UTC-4.

jonspark, to programming
@jonspark@howdee.social avatar

Is anyone looking for a little extra development help? I've been struggling to find projects lately.

I've been building Web sites & UIs since the early 00s. I worked back through the stack with PHP & Node. I use NextJS, React, Laravel, some Vue. I'm learning Qwik.

I’m UK-based, experienced at remote. I can mentor/advise or be a CTO sounding board. I'm open to one-off, short or long term projects.

Thanks.

chrlschn, to dotnet

Using System.Net.Http.HttpClient is kinda verbose and unintuitive compared to axios or fetch on . Are there any good abstractions on top of HttpClient that make it more streamlined?

tayledras, to programming
@tayledras@mastodon.social avatar

Most of us as DevOps know == and != as comparators, but === is something that causes pain when seeing it in NodeJS. My co-worker and I are arguing about it versus typeOf(a) == typeOf(b)

We understand it’s for Type Equality. For strongly-typed languages and places where you get type mismatches, it’s a terrible symbology, but the logic is sound.

schizanon, to programming

the onboarding process will be "npm install && npm start"

deno_land, to node
@deno_land@fosstodon.org avatar

#Deno now supports Node's built-in AsyncLocalStorage API. This means you can now manage context across asynchronous operations.

Here's a simple example of tracking request IDs in an HTTP server:

pawelgrzybek,
@pawelgrzybek@mastodon.social avatar

@deno_land Yeah 🎉

I recently published a post about it, so I'm delighted to see it being added to Deno!

https://pawelgrzybek.com/avoid-parameter-drilling-by-using-the-node-js-asynclocalstorage/

yoavlavi, to rust

Just published a post on how you can compile #Rust to #WebAssembly for use with #Webpack, #Nodejs and #Deno. There's also an included repository and CodeSandbox demo. Take a look!

https://grafbase.com/blog/getting-started-with-rust-and-webassembly

#rustlang #node #javascript #typescript #webdev

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