… YT content like this
youtu.be/sqixMgMC1FE?...
seems to have been getting more attention lately; possibly dampening the platform audience's appetite for (professional) tech topics.
… YT content like this
youtu.be/sqixMgMC1FE?...
seems to have been getting more attention lately; possibly dampening the platform audience's appetite for (professional) tech topics.
You may want to connect with fellow content creators to see whether they are having a similar experience. Apart from the discouraging developments over the past 24 months, …
FYI: Seems like Ikea is “still” doing “Microfrontends with Edge-Side Includes” (a positive; no complexity for the sake of complexity) where Astro would be a great fit.
youtu.be/j2ynHColelw
medium.com/flat-pack-te...
gustafnk.github.io/microservice...
“Take the VCR, for example. Not only can it watch TV for you, it can watch more channels and watch them better than you can.”
Douglas Adams, Dirk Gently’s Holistic Detective Agency (1987)
Might as well get used to it.
According to this vision, AI gets to implement the product and we get to design/formulate/write the tests:
youtu.be/EUeryhp8HSQ?...
…I wonder what the bottleneck and primary risk is going to be …
… a “how to” imperative script but a scaffolding script for assembling the reactive chain that does the actual work; i.e. the model for the flow of information is buried inside the construction script.
The user supplied code (formulas) is non-reactive. It's the the explicit dependencies and the implicit dependants that defines the reactive boundary around each formula.
I suspect the difficultly some people have with ReactiveX is that idiomatic code is nothing like …
… the challenge even more especially in a linear textual format.
“Improving the world’s most popular functional language”
www.microsoft.com/en-us/resear...
Compare this to spreadsheets which are a reactive medium (as opposed to a reactive language).
… with occasional branching.
Just moving from that to a “transformation of values” computational model (i.e. functional programming) can prove challenging for some (though the other way around doesn't seem as bad).
Sprinkling in implicit reactivity ramps up …
Runes clearly identify the boundaries of the reactive elements as they are constructed but the majority of the code is still non-reactive.
Most people still learn imperative, “control of flow” programming first which means authoring a largely “how to” linear narrative …
Elm also deprecated signals in 2016 replacing them with subscriptions …
elm-lang.org/news/farewel...
… basically one-off or recurring event messages. It could suggest that implicit, language level (built-in) reactivity could end up being too confusing for many people.