/images/avatar.png

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

Impeller is Flutter’s newer rendering backend: shaders are precompiled at build time so Skia runtime compilation does not hitch the first frames. Default on iOS since 3.10; Android needs Vulkan and started as a preview. Benchmark animations and scrolling on the target device before forcing it on.

Ever felt a slight stutter in Flutter animations, especially on older devices? Fear not, for a new champion has arrived - Flutter Impeller. This innovative rendering engine promises to revolutionize Flutter app performance, bringing silky smooth animations and buttery responsiveness to even the most complex applications.