Building an internet-controlled RC car that feels like a game
Tether Rally: building an internet-controlled RC car that feels like a game (but can still crash into a curb)
Roman Liutikov, Software Engineer
Tether Rally: building an internet-controlled RC car that feels like a game (but can still crash into a curb)
Using React's declarative model and a custom reconciler to create and manage 3D scenes in Blender
This article explores how Immer-backed persistent vectors can dramatically improve React Native performance by leveraging JSI (JavaScript Interface) to bridge ClojureScript and native C++
A mix of tech that makes it possible to build fully native apps with JavaScript, React and native libraries such as ImGui, thanks to JavaScript AOT compilation in Static Hermes
Having hard time figuring out how to build your ClojureScript project? This guide helps you to understand how the code is compiled
A quick hack to make Cursive provide at least some autocompletion for JavaScript libraries when used in ClojureScript
Building a lightweight CSS-in-CLJS library for ClojureScript
An exploration on building auto memoizing compiler for React in Clojure
A journey on bringing React Server Components to Clojure JVM, as a part of UIx library
A journey on bringing React Server Components to Clojure JVM, as a part of UIx library
Ever wondered how to build your own coding sandbox in the cloud using a serverless platform?
A journey to bring React Server Components to Clojure JVM, as a part of UIx library
A step-by-step guide on implementing a custom compiler pass for Google's Closure Compiler
Applying the power of Clojure macros to implement React Native worklets in a simple way
Closure Compiler finally ships support for private class fields in JavaScript, which is a big deal for ClojureScript users
Now that Java can be compiled to WebAssembly with GraalVM, how well Clojure can run in Wasm?
Exploring the topic of automated video repurposing with a help of vision models, face tracking, active speaker and scene detection
Dicussing various way of styling web apps built with ClojureScript
A step-by-step guide on implementing a custom compiler pass for Google's Closure Compiler
A step by step guide on achieving that distinct retro graphics style of PS1 on the web, in Three.js
Sharing my REPL-driven workflow in ClojureScript when working on web apps
A step-by-step guide on implementing a custom compiler pass for Google's Closure Compiler
Applying the power of clojure.spec to formalise and implement data DSLs
Exploring lazy evaluation and recursive data structures in a step-by-step guide
A step-by-step guide on building intuition around transducers, in JavaScript