Frontend.
06 posts — Posts about Frontend
Earth: A 3D Globe in the Browser, All the Way Out to the Observable Universe
Open-sourced a new project, Earth: a pure-frontend 3D globe in the spirit of Google Earth. Click a country for its flag, population, GDP, and government; GDP bars, trade routes, a time-travel mode, and a cosmic scale ladder from Earth to the observable universe.
AI Room: Step Inside a Neural Network That Is Actually Computing
Open-sourced a new project, AI Room: a 3D space built in the browser where an MLP, a CNN, and a tiny Transformer are genuinely trained and run real forward passes — every node can be opened and checked by hand.
Vue UI Libraries
A roundup of common UI component libraries in the Vue ecosystem: View Design, Element Plus, Vuetify, Ant Design Vue, and Vuesax, with each one's positioning and best-fit scenarios.
The Vuetify UI Library
Vuetify is a Material Design component framework built on Vue.js. A look at its main features, documentation quality, and use cases, plus what to keep in mind when choosing it.
First Impressions of Flutter
Notes from my first encounter with Flutter: the Skia rendering engine, the widget model, the Dart language and hot reload, plus cross-platform delivery from a single codebase.
Learning Frontend Development
Notes from learning Vue.js: two-way data binding, componentization, Virtual DOM, and lifecycle hooks—plus some thoughts on what TypeScript brings to frontend development.