Many in the communities of Lisp-style languages (Lisp, Clojure etc.) seem to discount parentheses...
Sharing a good answer from perplexity.ai about dynamic memory allocation (as opposed to static memory...
— A too good answer from perplexity.ai not to share, so here it is: —- Here’s a comparison of using...
I had this interaction with perplexity.ai regarding how various (functional) programming languages...
The concept of "side-causes" doesn't seem to be a very established term yet, but I think it should...
With help from our coming AI overlords: Transducers and eduction in Clojure are ways to efficiently...
Here is an analysis of the pros/advantages and cons/disadvantages of going straight to HTML/CSS from...
Let's compare two options to how we can achieve SSR with Vite. Either using Vike (aka....
When you want to Server-Side Render (SSR) with Vite, you now have several options. The official list...
Since "Express.js is an old framework that has not evolved for a long time. It's not a good choice...
Vinxi describes itself as: "a full stack JavaScript SDK to build apps and frameworks of all kinds...
I randomly discovered this little poem, while I happened to look into the edit history of a...
The user is a creature which is: Largely ignorant. Inexperienced. Lazy. Immediately...
You might have heard that Bun is not just a runtime, but also a bundler. So you might wonder: Why do...
Did you know that keeping functions and procedures separate allows functional purity (side-effect...
It was hard to find information online about the advantages and disadvantages of Concatenative...
This article is originally published on my blog https://magnemg.eu/ Have you ever dreamt of what...
Alternative title: "The Ruby on Rails experience in JavaScript". Some brief notes for the people...
Last updated: 2024-10-25 What are the general technology choices when building an app that should...
For future reference, here are two different takes I've come across. They should illustrate the...
How could you get the nice obj.add(obj2).add(obj2) chaining from OOP, without the downside of...
Update: Be sure to read the 3rd draft of this article instead. It has a table of contents and...
Updated 2022-06-20 (and still relevant 2024-02-26): I recommend using Tamagui which will handle all...
These are literally my notes, from doing research on this topic. They contain the most important...
Update 2024-11-24: Just use tamagui.dev for UI (or onestack.dev for a crossplatform...
—- Update 2024-10-25 I recommend using the One JS full stack framework https://onestack.dev/ if you...
Finder → Go → Utilities → Script Editor: tell application "Safari" count of tabs of front wind...
Update: Be sure to read the improved 2nd draft of this article instead. The following content is the...
I really like when Components are actually just visual components. Like the JSX specification...