Andrius Lukminas
37 articles published

Seamless Design-to-Code with Figma Integration
Bridge the gap between design and development with our new Figma integration. Sync designs, extract tokens, and streamline your workflow.
FeaturedMigrating to Lucia Auth v3: Lessons Learned
Our journey migrating from a custom auth solution to Lucia Auth v3, including OAuth integration challenges.

Automated Deployments with GitHub Actions
Deploy with confidence using our new CI/CD pipeline. Real-time status updates, webhook integration, and automatic rollback support.
FeaturedIntroducing Boottify Control Center 2.0
A complete rebuild of our control center with Next.js 16, React 19, and a new design system.

Multi-Domain Architecture: Separating Landing and Control
How we architected our platform to serve boottify.com and control.boottify.com from a single codebase.

Implementing Two-Factor Authentication with TOTP
A deep dive into our TOTP-based 2FA implementation with backup codes and OAuth integration.

Fixing the OAuth 2FA Token Collision Bug
How we discovered and fixed a unique constraint violation that blocked users from logging in via OAuth.

Building a Comprehensive Error Logging System
How we built an error tracking system with trace IDs, database persistence, and an admin dashboard.

The Great Prisma Cache Mystery
Why our new database model wasn't available at runtime—and the simple fix that saved the day.

Optimizing Database Queries with Prisma
Practical techniques we used to reduce database load and improve query performance.

Designing Our Role-Based Access Control System
How we implemented a hierarchical RBAC system with five distinct user roles.

Fixing Tiptap SSR Hydration Mismatches
A quick fix for the common Tiptap editor hydration error in Next.js applications.