LPLuke Parkerinlukeparker.dev·Jan 8 · 5 min readBe a good citizen using AI in open-source and the workplaceI am frustrated, I think a lot of people are frustrated. This is a memo I want to share as I’ve written these thoughts in several messages and calls and pub chats. People are ruining companies and open source. This applies to any collaborative enviro...00
LPLuke Parkerinlukeparker.dev·Dec 31, 2025 · 4 min readStop Chatting with AI. Start Loops (Ralph Driven Development)Typing is a high-friction activity that forces you to filter out "secondary" context. That lost context is usually what causes agent hallucinations. My stack focuses on high-speed context dumping and stateless execution loops. The Stack handy.comput...00
LPLuke Parkerinlukeparker.dev·Oct 3, 2024 · 2 min readHistory of Vertical Slice ArchitectureHistory Architecture is a certainty in software development. There have been many architectures over the years, and you can find a plethora of information on Google. The history of just Vertical Slice Architecture is a bit more recent. The term was c...00
LPLuke Parkerinlukeparker.dev·Aug 8, 2024 · 8 min readWhy not AutoMapper? What should I use?Introduction AutoMapper is one of the most popular mapping libraries in the .NET ecosystem. It is currently sitting at around ~10k stars on GitHub. The library was written by Jimmy Bogard (the VSA guy, the MediatR guy, etc) and has been around for a ...00
LPLuke Parkerinlukeparker.dev·Dec 21, 2023 · 4 min readTailwind & Blazor: Making it work with scoped CSSThe Problem A little while ago I was wanting to find a way to allow my PostCSS Tailwind styles to be close to my Razor components. Without any additional work, you might end up building styles & components in the following structure: 📁 BlazorApp/ │ ...00