/images/avatar.png

Vim Tutorial

Vim is a highly configurable text editor that has been around for decades. It's known for its steep learning curve, but once mastered, it can greatly improve your productivity and efficiency when working with text.

Run LLM Locally

Running an LLM locally is useful in fewer situations than the internet makes it sound. But in the right setup, it is genuinely valuable.

RESTful API Best Practices

Most REST API advice is too shallow to help once an API has real traffic, multiple clients, and years of compatibility baggage. The hard part is not remembering what GET or POST means. The hard part is keeping the contract stable while product requirements keep changing.

Flutter Impeller: A New Era of Smoothness and Performance

Impeller is a brand new rendering engine designed from the ground up to address Flutter's 「early-onset jank」 issue. Unlike the traditional Skia engine, Impeller pre-compiles shaders during the build process, eliminating the need for runtime compilation that can cause occasional hiccups.