Search

Items tagged with: NodeJS


I have finally released version 1.0 of hyperguard library that I have written 4 years ago, but has been sitting in version 0.1, 0.2, and finally 0.3 without any update since.

Version 1 improved the API, and some refactoring was made to remove the reliance of the `any` type.

Anyways, check it out. github.com/shovon/hyperguard

#TypeScript #JavaScript #NodeJS #BunJS #Deno #ECMA262 #ECMAScript


I just found out that my code is slower than zod (both zod 3 and zod 4).

#TypeScript #JavaScript #NodeJS #BunJS #Deno


I have finally released version 1.0 of hyperguard library that I have written 4 years ago, but has been sitting in version 0.1, 0.2, and finally 0.3 without any update since.

Version 1 improved the API, and some refactoring was made to remove the reliance of the `any` type.

Anyways, check it out. github.com/shovon/hyperguard

#TypeScript #JavaScript #NodeJS #BunJS #Deno #ECMA262 #ECMAScript



hey #nodejs fans I need some advice for something new to me

if someone is building code on their mac laptop and we want to deploy it on a different server we need to run nnpm install to grab the right packages for the different cpu architectures

I found docker as one option, a ci pipeline as another. I can think of an approach using shell scripting as well

is there a general consensus around how to handle this?

#devops



🥳 New release: Tap Monkey version 2.0

I just released version 2 of Tap Monkey (a TAP formatter that’s also a monkey), reworked for node:test.

(TAP is meant to be a standard and all but node:test and Tape spit out very different diagnostics, etc., so I thought it best to keep the Tape version at 1.x – it’s basically been done for years now anyway – and have a separate 2.x branch for modern node:test, which is clearly based on Tape and has huge advantages like concurrent tests – which just sped up my unit tests on Kitten by 8× after I refactored them so they could run concurrently.)

codeberg.org/small-tech/tap-mo…

Enjoy!

🍌🐒

#tapMonkey #SmallTech #TAP #testing #NodeJS #web #dev


LOOKING FOR A JOB

nemo.earth/#barto

SKILLS
Frontend mostly, JS mostly, Svelte React Vue Ionic mostly. But often after work day I was developing fullstack apps, with NodeJS as backend. Coding also in raw PHP. And maybe will return to Python. Besides of course GIT, HTTP, Rest, SOLID, Keep It Simple, etc.

COOPERATION
Contract B2B with my one-person company.

SALARY
Fair enough for Mid+ / Senior.

IMPORTANT
I don't use AI while coding. And don't want to!

#job #cooperation #frontend #backend #fullstack #noai #javascript #nodejs #svelte #ionic #php #react #vue





I think I’m finally happy with the new API of the (hitherto undocumented and experimental) stateful components in Kitten.

I’ve been trying to get it as close to plain JS as possible without any framework magic. (There’s still a lot of framework magic but it’s behind the scenes, not at the syntax level.)

It’s taken longer than I thought it would (if I had a penny…) but I think this was worth it.

🤞 new release should be next week alongside TypeScript support, etc.

(The screenshot is a complete one-page Kitten web site, by the way. Albeit one that just displays “MyComponent” at its index. But that’s *all* the code. And that’s fully type-safe TypeScript. Without a build stage.)

#Kitten #SmallWeb #components #JavaScript #nodeJS



Tired of bloated API tools?

⚡️ Consolio is a lightning-fast, project-isolated alternative to Postman and ApiDog.

​✅ Runs via npx (No install bloat)
✅ Uses only ~30MB RAM
✅ Project-isolated .consolio/ configs
✅ MIT Licensed & Free

​Stop wasting memory and start shipping. 🚀
​🔗 github.com/AnandPilania/consol…

​#WebDev #API #Postman #DeveloperTools #OpenSource #JavaScript #NodeJS #Coding #Backend #SoftwareDevelopment #Tech #Programming #FullStack #DevOps #Productivity #Github #FOSS #WebTools #Efficiency






🥳 New Kitten¹ release!

Implemented workaround:

There is a bug in the CommonMark spec that results in preformatted code with empty lines nested in an HTML node not rendering correctly.²

In Kitten, this previously threw an error (see #294³ and also #318⁴).

Kitten now works around the issue in its own parser.

Full change log: codeberg.org/kitten/app/src/br…

Enjoy!

:kitten:💕

¹ kitten.small-web.org
² github.com/commonmark/commonma…
³ codeberg.org/kitten/app/issues…
codeberg.org/kitten/app/issues…

#Kitten #KittenRelease #SmallWeb #SmallTech #CommonMark #spec #bug #workaround #Markdown #web #dev #NodeJS