Advertisement · 728 × 90

Posts by Lars-Erik Road

Preview
Release v5.3.1 · alfateam/orange-orm Fixes crashes in getById/getMany when a missing relation has nested hasMany/hasOne/references in the strategy. #177 Added max parameter chunking for getManyDto hasMany subqueries on MSSQL, SQLite a...

Just released Orange ORM 5.3.1
-bug fixes
github.com/alfateam/ora...

1 hour ago 0 0 0 0
The ultimate ORM for Node and Typescript Fetch rows directly in the browser. Developer friendly, concise with with powerful filtering.

🚀 Orange ORM v5 is out! 🍊

Breaking:
•getAll removed → use getMany (same signature)
•getOne(filter, ...) removed → move filter to strategy.where

New:
•ExpressJS before/after hooks for RLS
•SQLite user-defined functions
•Enums support

orange-orm.io

2 months ago 0 0 0 0
Preview
GitHub - alfateam/a: Javascript mock and TDD framework. Javascript mock and TDD framework. Contribute to alfateam/a development by creating an account on GitHub.

Brought an old mocking framework back from the dust and gave it new life — now with TypeScript types. 🚀🧪 #typescript #testing #mocking
github.com/alfateam/a/

2 months ago 1 0 0 0
Preview
GitHub - alfateam/orange-orm: The ultimate ORM for Node and Typescript The ultimate ORM for Node and Typescript. Contribute to alfateam/orange-orm development by creating an account on GitHub.

Orange ORM v4.8.1. is out
github.com/alfateam/ora...

3 months ago 0 0 0 0

Drafting the architecture for local-first sync in Orange ORM:

SQLite + OPFS on the client,
WAL-safe writes,
per-table changelogs,
trigger-based delta capture,
push/pull with conflict strategies,
and a thin server applying changes atomically.

5 months ago 1 0 0 0
Preview
GitHub - alfateam/orange-orm: The ultimate ORM for Node and Typescript The ultimate ORM for Node and Typescript. Contribute to alfateam/orange-orm development by creating an account on GitHub.

Orange ORM

github.com/alfateam/ora...

6 months ago 0 0 0 0
Preview
A Love Letter to Every Developer Who’s Written a ‘Quick Setup Guide’ How I, a regular human, followed your “beginner-friendly” guide to setting up my first Florbinator

I just published A Love Letter to Every Developer Who’s Written a ‘Quick Setup Guide’ medium.com/p/a-love-let...

6 months ago 0 0 0 0
Advertisement
Preview
How I, a non-developer, read the tutorial you, a developer, wrote for me, a beginner - annie's blog “Hello! I am a developer. Here is my relevant experience: I code in Hoobijag and sometimes jabbernocks and of course ABCDE++++ (but never ABCDE+/^+ are you kidding? ha!)  and I like working with ...

anniemueller.com/posts/how-i-...

6 months ago 0 0 0 0

Native dependencies in npm are becoming an anti-pattern. Yes, Rust/Go binary is fast, but you're trading away:

Cross-platform compatibility nightmares
Larger attack surface for supply chain attacks
Build complexity that breaks in CI/prod

Pure JS may be slower, but it's portable

7 months ago 0 0 0 0
Preview
GitHub - alfateam/orange-orm: The ultimate ORM for Node and Typescript The ultimate ORM for Node and Typescript. Contribute to alfateam/orange-orm development by creating an account on GitHub.

Just published orange-orm@4.7.14
-Improved performance for SQL Server
github.com/alfateam/ora...
#node
#orm
#mssql

7 months ago 0 0 0 0
Post image

From the latest create-vue .
WTF, this is asking for trouble.
Breaking changes ahead !!

7 months ago 0 0 0 0

Can someone please make a Vite-like tool that:
-has ZERO config except for custom proxy
-works out-of-the-box for TS/Vue/Svelte/React
-works out-of-the-box for server side
-has ZERO breaking changes for the next 10 yrs
-no extra plugins for basics

Is that too much to ask?

7 months ago 0 0 0 0

Can someone please make a js linter that:
-have ZERO config except own rules
-have ZERO breaking changes for the next 10 years
-requires NO extra packages (even for own rules)
-works for js, ts, vue, svelte and tsx out-of-the-box
-is not binary (no postinstall !)

I don't care about the extra MBs

7 months ago 1 0 1 0
post-install documentation · Issue #4288 · evanw/esbuild The esbuild package.json includes a "postinstall" script, but I can't find any documentation on it. As far as I can tell, it seems to only do async validation, so should be safe to disable. I'm try...

wtf: esbuild runs esbuild.exe on postinstall !!
Running postinstall script is considered unsafe in the npm supply chain. There is no need for esbuild to be a binary dependency.
I always turn postinstall off by having ignore-scripts=true in .npmrc.

github.com/evanw/esbuil...

7 months ago 0 0 0 0
Preview
Oops, No Victims: The Largest Supply Chain Attack Stole 5 Cents The biggest financial impact expected to be the millions of dollars of SaaS contracts signed with security vendors

Npm supply chain attack

www.securityalliance.org/news/2025-09...

7 months ago 0 0 0 0
Advertisement

“Everyone’s chasing sexy AI solutions while ignoring boring, profitable niches in their own backyard 🏠
For a solo indie dev, a ‘small’ niche market can still mean thousands of customers and solid revenue.
What’s too small for big companies = perfect size for you.

7 months ago 2 0 0 0
Preview
VoltBuilder App Builds Made Simple!

Just built my iOS app using @voltbuilder.bsky.social — no Xcode, no certificates hell, no Mac required.
An amazing product

8 months ago 0 0 0 0
Preview
GitHub - alfateam/orange-orm: The ultimate ORM for Node and Typescript The ultimate ORM for Node and Typescript. Contribute to alfateam/orange-orm development by creating an account on GitHub.

Orange ORM, v4.7.12 is out.
-bugfix for Bun: Race Condition After Transaction Commit

github.com/alfateam/ora...
#bun #orm #typescript #postgres #postgreSql

8 months ago 1 0 0 0
Post image

I just released Orange ORM v4.7.11
Support for bigint
github.com/alfateam/ora...

8 months ago 0 0 0 0
https://github.com/alfateam/orange-orm/releases/tag/v4.7.10

You can now have cyclic relations in Orange ORM - to infinite depth.

t.co/cte5pdKJC0

8 months ago 1 0 0 0
Preview
40 prosent av AI-genererte apper lekker data Sjekka tusenvis av apper fra Lovable, Bolt, Base44, Replit og v0, og ble ikke spesielt imponert.

Sjokkmelding:
Vibbekoding fører til usikker kode. 🙃

* 40 prosent lekker sensitive data
* 20 prosent gir full tilgang til databasen
* Prøver du å tette hullene, gjør AI-en det motsatte

9 months ago 15 3 2 2
Post image
9 months ago 0 0 0 0

Open source is a recurring marathon.
No medal, no crowd, just new issues and weird edge cases.
But somehow, it’s still worth showing up.
See you at the starting line next month.

9 months ago 0 0 1 0
Post image

I am so fed up with n-column grid systems, there's a simpler way.
CSS Grid handles it natively — no breakpoints, no utility classes.
This creates a responsive grid that adjusts the number of columns based on available space. No media queries needed.

9 months ago 1 0 0 0
Advertisement

A whole conference dedicated to Vite?!!
Me: I just want to know why it broke this time — then go back to pretending Vite doesn’t exist.
@viteconf.org

9 months ago 0 0 0 0
Node Weekly Issue 581: June 10, 2025

Orange ORM featured in the latest Node Weekly newsletter
nodeweekly.com/issues/581

10 months ago 0 0 0 0

Cc @pglite.dev

10 months ago 1 1 0 0
Post image

I am very happy to announce that Orange ORM now supports PGlite 😀!

github.com/alfateam/ora...

10 months ago 1 0 1 0
Preview
GitHub - alfateam/orange-orm: The ultimate ORM for Node and Typescript The ultimate ORM for Node and Typescript. Contribute to alfateam/orange-orm development by creating an account on GitHub.

github.com/alfateam/ora...

11 months ago 0 0 0 0
Post image

Just released Orange ORM v.4.6.0 🥳
-Support for Bun and Deno
-Using built in sqlite for Node 22 and later
github.com/alfateam/ora...

11 months ago 0 0 0 0