shlogg · Early preview
Magne @magnemg

Full stack web development: JavaScript / TypeScript, React Native, Ruby on Rails

Why Lisp's Syntax Can Be Hard To Read And How Python Compares

Developers find Lisp harder to read due to heavy nesting of parentheses, visual clutter, and lack of visual cues. Python's syntax addresses these issues with indentation, infix notation, and keywords, making it easier to understand and debug code.

React Native Web Component Libraries Compared: Magnus UI Vs Dripsy

Considering React Native Web (RNW), choose between Magnus UI & Dripsy: Magnus for SSR & utility-first design, Dripsy for responsivity with JS dimensions API.

SSR Options For Vite: Vike Vs SSRx With TanStack Router

Vite's SSR options compared: Vike & SSRx+TanStack Router, both offer unique features & trade-offs for cross-platform dev.

Chaining Immutable Data Structures In 3 Languages

Chaining immutable data structures in 3 languages: TypeScript, ReScript, and F# with Fable compiler.