Skip to content
Scott Pierce

Archives

All the articles I've archived.

2026 1
January 1
2025 2
December 1
  • Writing a Simple Bun MCP Server

    I built an MCP server to work around Claude's WebFetch tool getting blocked by servers. Here's what I learned about MCP, Bun, and solving practical AI tooling problems.

January 1
  • Optimizing Postgres Row Level Security (RLS) for Performance

    Unlock the full potential of PostgreSQL Row Level Security (RLS) with this deep dive into best practices and performance optimization. Learn how to avoid common pitfalls, leverage SECURITY DEFINER functions, and implement efficient RLS policies that scale seamlessly with your data.

2024 7
October 1
September 1
  • Color Animation Basics

    Learn the right way to animate colors in Jetpack Compose, avoiding common pitfalls when animating between colors.

July 1
June 1
May 1
April 2
  • Animating the Netflix Logo - Part 2 - Improving the Shadow

    Explore techniques to update the Netflix logo's shadow effect using Jetpack Compose. This guide details step-by-step improvements, from simple shadow lines to complex blurring effects, to closely match the latest brand guidelines. Access the full code on GitHub.

  • Animating the Netflix Logo - Part 1 - The Intro Animation

    Learn how to recreate the Netflix logo animation for Android, using Jetpack Compose in this step-by-step guide. Explore essential animation techniques in Android development through detailed code examples. View the full project on GitHub.