D++
dariomannu.bsky.social
D++
@dariomannu.bsky.social
Reposted by D++
These captcha's are getting out of hand..

Pretty sure the answer is just clicking skip.
October 24, 2025 at 8:14 AM
Reposted by D++
My first advice to junior contributors is to STOP using vibe coding for PRs. OSS is always about people more than about code. We don't need more code generated by LLM, we need more people who care.
November 10, 2025 at 11:47 AM
...when you stop celebrating your birthday and celebrate the stars of your open-source projects

github.com/reactivehtml...

#JavaScript #UI #FrontEnd #BuildInPublic #RxJS #RimmelJS #StreamOrientedProgramming
November 7, 2025 at 4:52 PM
Another little 3D animation where position and motion are just streams like everything else.

This is Stream-Oriented Programming.

#JavaScript #WebGL #StreamOrientedProgramming #RxJS #ThreeJS #FrontEnd #UI

stackblitz.com/edit/threejs...
THREE.js stream-animated cubelets in Rimmel.js - StackBlitz
Rendering a 3D scene with custom elements powered by THREE.js and Rimmel.js in the Stream-Oriented Paradigm
stackblitz.com
November 6, 2025 at 5:14 PM
BehaviorSubject from #RxJS is the perfect structure to bring "Suspense" to your apps.

It couldn't be simpler, or it's the wrong framework.

#JavaScript #FrontEnd #StreamOrientedProgramming

dev.to/dariomannu/i...
Creating “Suspense” with a BehaviorSubject
In the world of JavaScript some frameworks in a constant rush to grow quickly can easily...
dev.to
November 5, 2025 at 10:26 AM
It was about time.

Work is underway to make THREE.js, RxJS and Rimmel.js work together to make Stream-Oriented 3D Programming a new exciting development of the paradigm.

Click for a little taster

stackblitz.com/edit/threejs...

#javascript #webgl #threejs #rxjs #frontend #indiedev #Buildinpublic
THREE.js scenes in Rimmel.js - StackBlitz
Rendering a 3D scene with custom elements powered by THREE.js and Rimmel.js in the Stream-Oriented Paradigm
stackblitz.com
November 5, 2025 at 1:04 AM
Are you limited and constrained by the way your opinionated #JavaScript #Framework renders something on the page and makes your webapp sluggish?

With Rimmel.js you can define exactly how your complex data should be rendered.

This example shows you how.

stackblitz.com/edit/rimmel-...
#Frontend #UI
Create your own Sink for Rimmel.js - StackBlitz
A performance-optimised sink for <table> elements in the stream-oriented paradigm with rimmel.js
stackblitz.com
November 4, 2025 at 3:05 PM
How do you go from Functional to Stream-Oriented programming?

In FP you bind Functions, in SP you bind Streams.

Start simple with this Fibonacci Sequence as a Stream:

stackblitz.com/edit/rimmel-...

#FunctionalProgramming #JavaScript #Programming #StreamOrientedProgramming
The Fibonacci Stream - StackBlitz
An event-driven Fibonacci sequence generator in the Stream-Oriented Paradigm
stackblitz.com
November 2, 2025 at 6:35 PM
Still stuck creating your #WebComponents with classes, constructors, methods, properties, connectedCallbacks, disconnectedCallbacks, instantiating your Shadow DOM, etc?

There's a simpler way with plain #JavaScript functions.

#UI #FrontEnd #StreamOrientedProgramming

dev.to/dariomannu/w...
Functional Web Components with Plain Functions and Streams
Whether you're just getting started with web components or looking for easier ways (=less code, zero...
dev.to
November 1, 2025 at 11:52 AM
Lost with the complicated pipelines of reactive applications?
Hard luck: a complex app will need complex streams.

However, if you need some sections to be fast as darkness, here's a little concept: Monovemic Streams

#JavaScript #FrontEnd #WebDev
stackblitz.com/edit/rimmel-...
Monovemic Streams - StackBlitz
Experimental, single-step non-compositional streams for performance- or memory-sensitive sections of an application
stackblitz.com
October 31, 2025 at 12:27 PM
Reposted by D++
Challenge Accepted: WebStreams + WebSockets, No Libs
s.tritarget.org/q
October 29, 2025 at 4:15 AM
Using WebSockets can be even simpler than that.

Check this out, it's never been easier to work with WebSockets!

This is #StreamOrientedProgramming!

#JavaScript #JS #FrontEnd #WebDev #RxJS

stackblitz.com/edit/simples...
A Minimalistic Chatroom App - StackBlitz
The simplest possible implementation of a chatroom with Deno Deploy, RxJS and Rimmel.js
stackblitz.com
October 28, 2025 at 9:16 PM
An LLM comparing Stream-Oriented Programming to Functional-Reactive Programming

FRP says:
“the world is a function of time”
SP says:
“the world is a stream of effects.”
October 28, 2025 at 5:10 PM
Your FizzBuzz test, with Stream-Oriented Programming

#JavaScript #RxJS #FrontEnd #Programming

stackblitz.com/edit/fizz-bu...
Fizz-Buzz - StackBlitz
An event-driven Fizz-Buzz sequence generator in the stream-oriented paradigm
stackblitz.com
October 28, 2025 at 12:53 PM
Reposted by D++
October 19, 2025 at 2:10 PM
Now that Chrome is killing off all useful plugins and we're killing off Chrome, we're also learning how to make things work properly for Firefox! Isn't that great?

#JavaScript #FrontEnd #Firefox
October 26, 2025 at 7:39 PM
When everything speaks the same "streams language", it's never been easier to work with WebSockets:

stackblitz.com/edit/deno-ri...

#JavaScript #RxJS #Deno #RimmelJS #StreamOrientedProgramming
A Simple Chat Room: Deno Deploy, Rimmel.js, ObservableTypes - StackBlitz
An example chat application with a serverless Deno Deploy backend and a Rimmel.js frontend
stackblitz.com
October 25, 2025 at 1:04 PM
The Redux pattern in a Stream-Oriented app?

A good example of what you should NOT be doing.
Streams completely replace "state" and "stores" in whatever you are trying to do.

Want all states from different places? Just create a combined stream!

stackblitz.com/edit/rimmel-...

#JavaScript #RxJS #UI
stackblitz.com
October 23, 2025 at 1:52 PM
Stream Oriented Programming for native CLI applications

A concept "echo" program with logging

#Programming #StreamOrientedProgramming #RxJS
October 7, 2025 at 9:16 PM
Can you use Generators to implement Reactive Streams?

Check how you can do that in Stream Oriented style with rimmel.js

#JavaScript #FrontEnd #StreamOrientedProgramming #Programming

stackblitz.com/edit/generat...
Generator Functions in Stream-Oriented Programming - StackBlitz
Using Generator Functions to handle application logic in a stream-oriented component
stackblitz.com
October 7, 2025 at 6:45 PM
CSS: setting position-anchor in stream-oriented style

#JavaScript #CSS #FrontEnd #StreamOrientedProgramming

stackblitz.com/edit/css-pos...
CSS position-anchor - StackBlitz
Setting CSS position-anchor with streams
stackblitz.com
October 6, 2025 at 8:40 PM