MKMichael K. Lawehinklytron.hashnode.dev路Aug 24 路 4 min readZero-Password Security: Implementing the Official Laravel Passkeys StackPassword-based authentication is a legacy security model. Phishing, credential stuffing, and weak password management continue to be the primary attack vectors for modern web applications. To solve t00
MKMichael K. Lawehinklytron.hashnode.dev路Aug 24 路 4 min readProduction SQLite in 2026: Running Laravel Without a Database ServerWhen Laravel 11 made SQLite the default database for new applications, it sparked a debate. For years, the standard advice had been to use SQLite for local testing and switch to MySQL or PostgreSQL fo00
MKMichael K. Lawehinklytron.hashnode.dev路Aug 23 路 10 min readBattle-Tested: What Getting Hacked Taught Me About Web & Cyber SecurityThere's a brutal truth that every developer eventually confronts: knowing how to build something is not the same as knowing how to defend it. I learned this at three distinct, career-defining moments.00
MKMichael K. Lawehinklytron.hashnode.dev路Aug 21 路 7 min readWebhook Security 101: Why You Should Never Trust an Incoming PayloadWebhooks are the connective tissue of modern web ecosystems. Whether you are receiving payment confirmations from Stripe, message delivery reports from telecommunication providers, or repository event11T
MKMichael K. Lawehinklytron.hashnode.dev路Aug 21 路 8 min readDebugging Postiz & Temporal: A Production Runbook for Self-Hosted Social Media OrchestrationSelf-hosting your social media scheduling infrastructure is the ultimate way to maintain data sovereignty, build bespoke automation pipelines, and avoid hefty SaaS subscription fees. Tools like Postiz00