Items tagged with: JS

Search

Items tagged with: JS


Still on the look out for work, contract or full time. Must be remote unless you have offices in Spain.

Over 20 years of experience doing: #UX/UI, design (web, product, service), front-end (#CSS, #HTML, #JS), #PHP (#kirby, #craftcms) and more recently #React, #NextJS.

My last project was NextJS with React - I did most of the things listed above. A design engineer or front-end designer role would be right up my street.

Would be nice if you do work that gives good belly feels.

#fedihired




We have it in use for years now in our repair company. It was easier to use and had less bugs than #openofficeorg when I started. I recall some problems with #js but other than that it was a breeze to switch from #msoffice .





@blender yeah, but I think making your tech more appealing and approachable to "#TechIlliterates" and "#Normies" should have a higher priority than following a trend and fad [aka. #VR]...

Regardless of that I do think that #JS and #Tracking / #Cookies are bad #ghettohacks of a technology and lazy #WebApps should've never seen mass adoption, but there's far worse staff like #MicrosoftOffice and espechally #Windows.

I just can't stand the latter...



What is your favourite system for carrying out translations? Weblate? Locize? Other…? (And why?)

Which would be most suitable for a free and open source project would you think?

(And is there any library and/or service that you’ve found especially useful for JavaScript projects – both on the server and client sides – i18next, etc?)

Thanks!

(I’m looking into implementing internationalisation and localisation for Kitten projects – codeberg.org/kitten/app)

#i18n #l10n #fediBrain #web #dev #js



Just released JavaScript Database (JSDB) version 2.1.0

Added: exposes compactOnLoad and alwaysUseLineByLineLoads options to JSDB.open()

(JSDB is a zero-dependency, transparent, in-memory, streaming write-on-update JavaScript database for the Small Web that persists to a JavaScript transaction log.)

codeberg.org/small-tech/jsdb

#JSDB #javascript #js #database #SmallTech #SmallWeb


Right, thanks to your feedback, this is what the “hello, world” would look like in htmx versus the equiavelent of what I have now in Svelte.

But there’s one big drawback to htmx… no ES modules and thus no components. That’s a biggie.

🤔

#htmx #svelte #javaScript #js #nodeKit #smallWeb #prototyping


Bun (a new JS runtime ala Node.js and Deno) sounds interesting. Not least of all because it doesn’t use V8.

(I can’t use it for NodeKit at the moment as it doesn’t support custom ESM loaders but I’ll be keeping an eye on it.)

bun.sh/

#js #javaScript #bun #nodeJS #deno #nodekit #web #dev


Tape implemented support for ECMAScript modules a little while ago so you no longer need my ESM Tape Runner module for most things. However, if you want to unit test experimental ES Module Loaders, it’s still useful.

github.com/small-tech/esm-tape…

Also, if you want a cute monkey to report your TAP results, see Tap Monkey (github.com/small-tech/tap-monk…)

#js #javascript #unitTesting #tape #esm #ECMAScriptModules #ESModuleLoaders #tap