<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: slawekluzny</title>
    <description>The latest articles on DEV Community by slawekluzny (@slawekluzny).</description>
    <link>https://dev.to/slawekluzny</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3948082%2Fccd62e26-a359-45f9-8d49-54ce98ab7ba9.png</url>
      <title>DEV Community: slawekluzny</title>
      <link>https://dev.to/slawekluzny</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slawekluzny"/>
    <language>en</language>
    <item>
      <title>The Night I Built Sentinel: A Story of Bots, Breakdowns, and Breaking Through</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Sat, 13 Jun 2026 20:54:40 +0000</pubDate>
      <link>https://dev.to/slawekluzny/the-night-i-built-sentinel-a-story-of-bots-breakdowns-and-breaking-through-56bi</link>
      <guid>https://dev.to/slawekluzny/the-night-i-built-sentinel-a-story-of-bots-breakdowns-and-breaking-through-56bi</guid>
      <description>&lt;h1&gt;
  
  
  The Night I Built Sentinel: A Story of Bots, Breakdowns, and Breaking Through
&lt;/h1&gt;

&lt;p&gt;It was 3am when I woke up to the alert. My server was under attack.&lt;/p&gt;

&lt;p&gt;I opened my laptop, stared at the screen, and felt that familiar sinking feeling in my gut. SSH was timing out. The CPU usage graph looked like a heart attack—flatlining at 100%. Something was &lt;em&gt;wrong&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This wasn’t the first time my server had been hit by bots. But this wasn’t a casual scan or a low-level probing. This was a full-on assault.&lt;/p&gt;

&lt;p&gt;By the time I got into the hosting panel, the damage was already done. My contact form had been hammered. Emails had been sent out in a matter of hours. My IPs were blacklisted. My server was toast.&lt;/p&gt;

&lt;p&gt;I spent the next week in a fog of exhaustion—days on the construction site, nights trying to salvage what was left. Rate limiting, CAPTCHA, SPF records, DKIM—all the things I should have done &lt;em&gt;before&lt;/em&gt; the attack, not after.&lt;/p&gt;

&lt;p&gt;But in that mess, something clicked. I started making a list of everything that had gone wrong—everything that could go wrong. And I realised: I didn’t just need to fix this. I needed to &lt;em&gt;prevent&lt;/em&gt; it.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Birth of Sentinel
&lt;/h3&gt;

&lt;p&gt;Sentinel didn’t start as a product. It started as a script. A crude, ugly thing that ran core monitoring roughly every 5 minutes via a long-running systemd daemon with APScheduler interval jobs—cron was intentionally avoided to keep the crontab clean and uncluttered—and checked a list of things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is the database running?&lt;/li&gt;
&lt;li&gt;Are the SSL certificates valid?&lt;/li&gt;
&lt;li&gt;Is the CPU spiking?&lt;/li&gt;
&lt;li&gt;Are the bots hammering the contact form again?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It wasn’t impressive. But it worked.&lt;/p&gt;

&lt;p&gt;Over time, it grew. A dashboard here, a fleet view there. Integration with Fail2Ban. AI-powered checks for anomalies.&lt;/p&gt;

&lt;p&gt;Today, Sentinel is one of our core offerings. It’s running on our servers, and it’s running on other people’s servers too. What started as a desperate fix became a product.&lt;/p&gt;




&lt;h3&gt;
  
  
  Why I Ditched Laravel
&lt;/h3&gt;

&lt;p&gt;I didn’t hate Laravel. But I didn’t understand it either.&lt;/p&gt;

&lt;p&gt;The codebase I inherited was a patchwork quilt of freelancer decisions—shortcuts, half-working features, and choices that made sense to someone, somewhere, at some point. But not to me.&lt;/p&gt;

&lt;p&gt;So I rewrote it.&lt;/p&gt;

&lt;p&gt;From scratch. A modern stack for a platform that needed to be fast, clean, and scalable.&lt;/p&gt;

&lt;p&gt;It wasn’t easy. It took months. But when it was done, I understood every line of code. Every decision. Every fix.&lt;/p&gt;




&lt;h3&gt;
  
  
  The AI Shift
&lt;/h3&gt;

&lt;p&gt;I wasn’t always good at this.&lt;/p&gt;

&lt;p&gt;Years ago, I couldn’t tell you what SSH stood for. Today, I’m building SaaS products that people pay for.&lt;/p&gt;

&lt;p&gt;The difference? AI.&lt;/p&gt;

&lt;p&gt;Not as a crutch, but as a collaborator.&lt;/p&gt;

&lt;p&gt;With tools like Claude, I could think out loud. I could describe a problem—badly, imprecisely—and have the imprecision noticed and questioned. I could ask &lt;em&gt;why&lt;/em&gt;, not just &lt;em&gt;how&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I learned to verify before implementing. To trust my instincts when something felt off. To push back when the AI suggested something technically correct but fundamentally wrong.&lt;/p&gt;

&lt;p&gt;That back-and-forth—human judgment combined with AI capability—was what made the difference.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Products That Came From Chaos
&lt;/h3&gt;

&lt;p&gt;I didn’t set out to build a company.&lt;/p&gt;

&lt;p&gt;Sentinel started as a fix for my own server. 24ad.info started as an idea on a construction site. PostPilot—they all started as tools I needed to solve problems I faced.&lt;/p&gt;

&lt;p&gt;Today, they’re products. Real ones. With pricing, documentation, and customers.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Lessons I’ve Learned
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tools matter less than you think.&lt;/strong&gt; Find what fits how you work. I tested several different servers, each handling what it did best, but ran into conflicts. Caddy was chosen only after testing as the best overall fit. I stuck with it because it worked.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Breaking things is the education.&lt;/strong&gt; The things I remember most clearly are the things that went wrong.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI is a collaborator, not a replacement.&lt;/strong&gt; The code is better when I understand it. The solutions are better when I push back.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Shipping beats perfecting.&lt;/strong&gt; Every product I have is imperfect. Every product I have is live.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The story is the product.&lt;/strong&gt; Authenticity is the differentiator.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  The Invitation
&lt;/h3&gt;

&lt;p&gt;If you’re reading this and you have an idea you haven’t started because you don’t have the technical background—&lt;em&gt;start&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Not with a plan to learn everything first. Not with a commitment to do it properly before doing it at all. Just start.&lt;/p&gt;

&lt;p&gt;The knowledge follows the doing.&lt;/p&gt;

&lt;p&gt;I didn’t learn to manage a server and then build products. I built products and learned to manage a server because I had to.&lt;/p&gt;

&lt;p&gt;The credential doesn’t come before the work. It comes from it.&lt;/p&gt;




&lt;p&gt;"I don’t know programming languages at an expert level. I don’t need to.&lt;/p&gt;

&lt;p&gt;I imagine, describe, verify—AI codes. I decide."&lt;/p&gt;

&lt;p&gt;— Slawomir Luzny&lt;br&gt;&lt;br&gt;
Founder, FixFlex LTD • West London&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>infrastructure</category>
      <category>security</category>
      <category>showdev</category>
    </item>
    <item>
      <title>The AI-Powered Classifieds Stack That Posts in Seconds</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Tue, 02 Jun 2026 23:21:28 +0000</pubDate>
      <link>https://dev.to/slawekluzny/the-ai-powered-classifieds-stack-that-posts-in-seconds-4dd8</link>
      <guid>https://dev.to/slawekluzny/the-ai-powered-classifieds-stack-that-posts-in-seconds-4dd8</guid>
      <description>&lt;h1&gt;
  
  
  The AI-Powered Classifieds Stack That Posts in Seconds
&lt;/h1&gt;

&lt;p&gt;Users can upload a photo to &lt;a href="https://24ad.info" rel="noopener noreferrer"&gt;24ad.info&lt;/a&gt;. AI assists with the listing details.  &lt;/p&gt;

&lt;p&gt;The ad goes live before any manual steps are complete. Here's how the stack works.  &lt;/p&gt;

&lt;h2&gt;
  
  
  The Pipeline
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Vision Processing (OpenRouter + Gemini 2.5 Flash)
&lt;/h3&gt;

&lt;p&gt;When you upload photos:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Simplified image analysis flow&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;analysis&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nx"&gt;openRouter&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;chat&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;completions&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;create&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
  &lt;span class="na"&gt;model&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;google/gemini-2.5-flash&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;messages&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[{&lt;/span&gt;
    &lt;span class="na"&gt;role&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;user&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;content&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
      &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;image_url&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="na"&gt;url&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;uploadedImage&lt;/span&gt; &lt;span class="p"&gt;},&lt;/span&gt;
      &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Describe this item for a classified ad. Identify make/model, condition, and realistic price.&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;
    &lt;span class="p"&gt;]&lt;/span&gt;
  &lt;span class="p"&gt;}]&lt;/span&gt;
&lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Key observations:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Processes images quickly
&lt;/li&gt;
&lt;li&gt;Handles mixed content
&lt;/li&gt;
&lt;li&gt;Price suggestions draw on available data
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Category Assignment
&lt;/h3&gt;

&lt;p&gt;The system first tries keyword matching. If uncertain, it queries the classification options.  &lt;/p&gt;

&lt;p&gt;Two clever bits:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Dormant category reactivation&lt;/strong&gt; - Instead of creating duplicate categories, it finds and revives inactive ones
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom field generation&lt;/strong&gt; - For categories like Cars, AI suggests relevant fields
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  3. Multilingual Output
&lt;/h3&gt;

&lt;p&gt;Using the same call flow, translations are generated.  &lt;/p&gt;

&lt;p&gt;The response lands in our &lt;code&gt;locales/&lt;/code&gt; directory with i18n keys.  &lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack That Makes It Possible
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React 19 + Vite 7&lt;/strong&gt; - For the instant form updates
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;shadcn/ui&lt;/strong&gt; - Pre-built components with Tailwind
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;wouter v3&lt;/strong&gt; - Lightweight routing (no React Router bloat)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Critical UX details:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;File upload starts analysis during selection
&lt;/li&gt;
&lt;li&gt;Price/category suggestions appear as editable previews
&lt;/li&gt;
&lt;li&gt;Location auto-fills from browser geolocation or IP
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Backend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;tRPC v11&lt;/strong&gt; - Keeps frontend/backend types in sync
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Drizzle ORM&lt;/strong&gt; - For type-safe MySQL queries
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Express 4&lt;/strong&gt; - Handles the traffic types:

&lt;ol&gt;
&lt;li&gt;User requests (API/SSR)
&lt;/li&gt;
&lt;li&gt;Googlebot HTML injection
&lt;/li&gt;
&lt;li&gt;Health checks (&lt;code&gt;/api/system-health&lt;/code&gt;)
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Infrastructure
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Caddy v2&lt;/strong&gt; - Wildcard subdomains with HSTS
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PM2 cluster mode with 4 instances&lt;/strong&gt; - load-balanced
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MariaDB&lt;/strong&gt; - Heavily indexed for search (title, location, price)
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight sql"&gt;&lt;code&gt;&lt;span class="k"&gt;CREATE&lt;/span&gt; &lt;span class="k"&gt;TABLE&lt;/span&gt; &lt;span class="nv"&gt;`posts`&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;
  &lt;span class="nv"&gt;`id`&lt;/span&gt; &lt;span class="nb"&gt;bigint&lt;/span&gt; &lt;span class="n"&gt;AUTO_INCREMENT&lt;/span&gt; &lt;span class="k"&gt;PRIMARY&lt;/span&gt; &lt;span class="k"&gt;KEY&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="nv"&gt;`title`&lt;/span&gt; &lt;span class="nb"&gt;varchar&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;191&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
  &lt;span class="nv"&gt;`price`&lt;/span&gt; &lt;span class="nb"&gt;decimal&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;17&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
  &lt;span class="nv"&gt;`country_code`&lt;/span&gt; &lt;span class="nb"&gt;varchar&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
  &lt;span class="nv"&gt;`latitude`&lt;/span&gt; &lt;span class="nb"&gt;float&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="nv"&gt;`longitude`&lt;/span&gt; &lt;span class="nb"&gt;float&lt;/span&gt;
  &lt;span class="c1"&gt;-- geolocation uses standard B-tree index on latitude/longitude&lt;/span&gt;
&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Pain Points We Solved
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. AI Latency
&lt;/h3&gt;

&lt;p&gt;Initial versions waited for all AI steps sequentially. Now:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Parallel processing&lt;/strong&gt; - Fire all AI requests simultaneously
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fallback caching&lt;/strong&gt; - Common items use template descriptions if needed
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Location Handling
&lt;/h3&gt;

&lt;p&gt;Early users saw unexpected placement. Fixed by:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Subdomain locking&lt;/strong&gt; - Forces location based on subdomain
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clear labels&lt;/strong&gt; - Shows target country
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Spam Protection
&lt;/h3&gt;

&lt;p&gt;Current defenses include:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI content check&lt;/strong&gt; - Flags suspicious patterns
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IP/email blacklist&lt;/strong&gt; - Shared across country subdomains
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe verification&lt;/strong&gt; - Premium ads require validated payment
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Admin Toolkit
&lt;/h2&gt;

&lt;p&gt;Moderators get bulk tools plus:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI banner rotator&lt;/strong&gt; - Generates event-specific graphics
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Health monitor&lt;/strong&gt; - Checks subsystems including font rendering and upload permissions
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Performance
&lt;/h2&gt;

&lt;p&gt;Median ad creation time is low. Category handling is accurate.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI isn't magic&lt;/strong&gt; - Pricing suggestions benefit from additional rules.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Condition detection&lt;/strong&gt; - The AI spots visible details in photos.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Speed matters&lt;/strong&gt; - The entire process must fit within user attention.  &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Try it yourself: &lt;a href="https://24ad.info" rel="noopener noreferrer"&gt;24ad.info&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Project Brain: Giving Claude Code a Memory That Actually Works</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Mon, 01 Jun 2026 18:02:01 +0000</pubDate>
      <link>https://dev.to/slawekluzny/project-brain-giving-claude-code-a-memory-that-actually-works-45mp</link>
      <guid>https://dev.to/slawekluzny/project-brain-giving-claude-code-a-memory-that-actually-works-45mp</guid>
      <description>&lt;h1&gt;
  
  
  Project Brain: Giving Claude Code a Memory That Actually Works
&lt;/h1&gt;

&lt;p&gt;Every developer using Claude Code hits the same wall eventually:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You explain your project's architecture&lt;/li&gt;
&lt;li&gt;You explain the deployment setup&lt;/li&gt;
&lt;li&gt;You walk through the stack choices&lt;/li&gt;
&lt;li&gt;You recap what's already been built&lt;/li&gt;
&lt;li&gt;You list the known pitfalls&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;...and then tomorrow, you do it all again. Worse, after a few hours of work across multiple projects, Claude starts blending details between them.&lt;/p&gt;

&lt;p&gt;The core issue isn't capability - it's memory. Without persistent context, every session starts from zero. The current "solutions" are either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The README Dump&lt;/strong&gt;: Pasting your entire documentation into each session (expensive in tokens, tedious to maintain)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Flat Notes File&lt;/strong&gt;: A giant markdown doc that grows until even you can't navigate it&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Memory Game&lt;/strong&gt;: Hoping Claude will somehow remember (it won't)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How Project Brain Actually Works
&lt;/h2&gt;

&lt;p&gt;Project Brain is a Claude Code skill that implements a simple but effective pattern:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.project-brain/
  index.md                          # Lightweight map of projects → topics
  projects/
    acme-api/                       # one folder per project
      auth.md                       # one file per topic — loaded only when needed
      deployment.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The key innovations aren't technical - they're structural:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Index-first navigation&lt;/strong&gt;: Claude reads the small index (cheap) before diving into details (expensive only when needed)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Status tracking&lt;/strong&gt;: ✓ verified vs ✗ failed vs ⚠ in-progress means Claude knows what actually worked&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Versioned knowledge&lt;/strong&gt;: Superseded approaches are preserved, not overwritten&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What It Actually Fixes
&lt;/h2&gt;

&lt;p&gt;Let's be brutally honest about the wins:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Fewer hallucinations&lt;/strong&gt;: The map is an anchor. The model stops inventing your deployment or swapping one project's stack for another's.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Context anchoring&lt;/strong&gt;: Switching between projects no longer risks blending their architectures&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Long-term memory&lt;/strong&gt;: Returning to a project after months doesn't require re-teaching everything&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The token savings depend on your current workflow. If you're currently pasting a 1000-line README into every session, the win is substantial. If you already use focused context, the gain is smaller but real - mostly from avoiding redundant re-explanation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Implementation That Doesn't Get in the Way
&lt;/h2&gt;

&lt;p&gt;The installation is straightforward:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/OoneBreath/claude-code-project-brain.git
&lt;span class="nb"&gt;cd &lt;/span&gt;claude-code-project-brain
./install.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Start a new Claude Code session after installing (skills load at session start). Then, inside your workspace, invoke the skill and tell it what to do:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/project-brain   →   "init"   sets up the brain and detects your projects
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The system is deliberately lightweight:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detects projects from package.json / pyproject.toml / git&lt;/li&gt;
&lt;li&gt;Doesn't pre-scan your codebase (unless you explicitly backfill)&lt;/li&gt;
&lt;li&gt;Creates plain markdown files you can edit directly&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Tradeoffs
&lt;/h2&gt;

&lt;p&gt;This isn't magic - it's a disciplined approach to knowledge management:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Gradual buildup&lt;/strong&gt;: The brain fills as you work, not in one massive dump&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Truth in documentation&lt;/strong&gt;: Only knows what you've explicitly recorded or backfilled&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Light upkeep&lt;/strong&gt;: A bundled brain-check validator is there when you want it - run it after big changes to catch broken links or status drift. It's optional, not a chore.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why This Works When Other Approaches Fail
&lt;/h2&gt;

&lt;p&gt;Most "AI memory" solutions make one of two mistakes:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Database Fallacy&lt;/strong&gt;: Assuming dumping everything into a vector store solves the problem (it doesn't - retrieval is still expensive and noisy)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Flat File Trap&lt;/strong&gt;: Creating an ever-growing notes.md that becomes impossible to navigate&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Project Brain works because it mirrors how human engineers actually think about systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start with the high-level map&lt;/li&gt;
&lt;li&gt;Drill down only when needed&lt;/li&gt;
&lt;li&gt;Preserve decision history, not just current state&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started Without Overcommitting
&lt;/h2&gt;

&lt;p&gt;The pragmatic approach:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the skill&lt;/li&gt;
&lt;li&gt;Run init on one active project&lt;/li&gt;
&lt;li&gt;Work normally - let the brain build organically&lt;/li&gt;
&lt;li&gt;Only backfill when you hit a clear need&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After a week, you'll notice the difference in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Session setup time&lt;/li&gt;
&lt;li&gt;Cross-project clarity&lt;/li&gt;
&lt;li&gt;Reduced "wait, we already tried that" moments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system's real power emerges over time - as the brain accumulates not just what you built, but why you built it that way. That's the kind of institutional memory that normally only exists in long-tenured teams. Now your AI assistant has it too.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>The Unlikely Journey from Bricks to Bytes</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Sat, 30 May 2026 15:35:42 +0000</pubDate>
      <link>https://dev.to/slawekluzny/the-unlikely-journey-from-bricks-to-bytes-2ia2</link>
      <guid>https://dev.to/slawekluzny/the-unlikely-journey-from-bricks-to-bytes-2ia2</guid>
      <description>&lt;h1&gt;
  
  
  I'm a builder. I taught myself to run servers because freelancers kept burning my money.
&lt;/h1&gt;

&lt;p&gt;West London, 2021. I was standing on a site holding a cup of tea that had gone cold an hour earlier, watching a crew argue about where a wall should go. That's my actual job. Schedules, suppliers, the kind of problems that only exist at 7am when half the crew hasn't shown up and the client is already phoning.&lt;/p&gt;

&lt;p&gt;But my head was somewhere else. I'd been chewing on an idea for a classifieds platform for months. Not a grand vision, nothing with a business plan and projections. Just a gap I could see — a way to connect buyers and sellers that felt easier and more global than what was out there.&lt;/p&gt;

&lt;p&gt;The problem was that I knew nothing about programming. And I mean nothing. I didn't know what a database was. I'd never written a line of code. My entire technical CV was "reasonably good at not breaking my own phone."&lt;/p&gt;

&lt;p&gt;So I did what most people in my position do. I tried to buy my way in.&lt;/p&gt;

&lt;h2&gt;
  
  
  The expensive year
&lt;/h2&gt;

&lt;p&gt;I found a ready-made classifieds script online. Looked professional, had features, didn't cost the earth. The smart shortcut, I told myself. Then I hired a freelancer to customise it. Then another one, when the first disappeared mid-project. Then another, when the second delivered something that worked on a good day and fell over on a bad one.&lt;/p&gt;

&lt;p&gt;Here's the thing nobody warns you about hiring freelancers when you can't read code: you can't judge the work. You can't tell the difference between someone who wrote something clean and someone who duct-taped it together to last until the invoice clears. Both show you the same thing — a screen where the button does what the button's meant to do. So you pay, you say thanks, you move on. And three months later the button stops working and the freelancer's gone.&lt;/p&gt;

&lt;p&gt;Meanwhile the bots had found me. Within weeks of going live, automated scripts were hammering the contact form, then the registration page, then the login. "It's normal," a freelancer told me. "Happens to everyone." What he didn't mention is that "happens to everyone" and "your server is set up to handle it" are very different sentences. Mine wasn't.&lt;/p&gt;

&lt;p&gt;After about a year I did the maths on what I'd spent. The number made me feel a bit sick. And the product still wasn't right.&lt;/p&gt;

&lt;p&gt;There was a specific evening — kitchen, about 11pm, laptop open, staring at another error I couldn't read — when I decided: either I figure this out myself, or it never launches. Not "I'll find better freelancers." Not "I'll get a technical co-founder." Just: I'm going to understand what's happening on my own server.&lt;/p&gt;

&lt;p&gt;I had no idea what that actually involved.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning by breaking things
&lt;/h2&gt;

&lt;p&gt;The first thing Linux teaches you is that it'll tell you exactly what's wrong. The second thing it teaches you is that understanding what it just told you takes a lot longer.&lt;/p&gt;

&lt;p&gt;My first real SSH session was about fifteen minutes of typing things wrong, being told I didn't have permission to do them, and then being told I didn't have permission to give myself permission. I didn't quit — not because I'm brave, but because I was annoyed. It was my server. I was paying for it.&lt;/p&gt;

&lt;p&gt;There's no syllabus when you learn this way. You learn whatever the problem in front of you needs. I learned SSH because I needed to get in. Linux commands because I needed to read logs. Fail2Ban because someone mentioned it in a forum thread about bots. I learned about web servers by breaking them — Nginx, then Apache, then LiteSpeed, then Varnish, then H2O for a bit. Eventually I found Caddy, which is what you get when someone builds a web server for people who aren't web server experts. Its config reads almost like plain English. I'm still on it today.&lt;/p&gt;

&lt;p&gt;I should admit something. For the first two years I didn't use Git. Everyone uses Git. I took snapshots instead — a full snapshot through the hosting panel before touching anything I wasn't sure about. Slow, inelegant, not how professionals do it. But when things went badly wrong, and they did with some regularity, I could roll back. It's how I survived long enough to eventually learn the proper way.&lt;/p&gt;

&lt;p&gt;My process, which I wouldn't have called a process at the time: describe the problem in plain language, as precisely as I can, into an AI chat window. Read what comes back. Try to understand what it's meant to do before I run it. Then run it on the live server, with a snapshot as the safety net. Every developer reading this is wincing. But every mistake had real consequences, and there's no better teacher than a mistake that actually costs you something.&lt;/p&gt;

&lt;h2&gt;
  
  
  The night that built Sentinel
&lt;/h2&gt;

&lt;p&gt;The alert came in just after 3am. Server unresponsive. SSH timing out. CPU pinned at a level I'd never seen — not a spike, a sustained load that had been building for hours while I slept.&lt;/p&gt;

&lt;p&gt;It was the Laravel app, being hit by a coordinated bot campaign that had found the contact form. No rate limiting. No CAPTCHA. To a script, an open door. Nearly a million emails went out before I shut it down. The server got blacklisted — not by one service, by several. I spent the next week in a state of focused misery: site by day, then evenings contacting blacklist operators, waiting on reviews, and putting in the things that should have been there from the start. Rate limiting on every form. CAPTCHA where it mattered. SPF, DKIM, DMARC done properly. Monitoring on outbound email.&lt;/p&gt;

&lt;p&gt;While I was fixing all that, I started a list of everything that could go wrong on a server like mine and what would have to be true to catch it. Nothing I could find did all of it. So I started building it myself.&lt;/p&gt;

&lt;p&gt;The first version was not impressive — a Python script on a cron job, checking a list of things every few minutes. But it ran, and it found stuff. A service that had quietly crashed seven times in an hour. A query taking twelve seconds. Disk usage creeping toward full. Small things. The kind that become big things if nobody's watching. I was watching.&lt;/p&gt;

&lt;p&gt;That tool eventually became Sentinel. As I write this, its blocked-attacks counter — every banned IP, every blocked request, every Fail2Ban trigger since it started running — reads 283,103.&lt;/p&gt;

&lt;h2&gt;
  
  
  What changed
&lt;/h2&gt;

&lt;p&gt;For a long time I was still slow. Every feature took too long. The gap between having an idea and making it real was still too wide. Then the way I worked with AI changed — less "give me the answer," more "here's what exists, here's what I need to exist, here's how I'll know it works." I could think out loud and have the vague bits noticed and questioned. For someone still building the mental models that experienced developers have on autopilot, that was the unlock.&lt;/p&gt;

&lt;p&gt;I also made a decision that felt dramatic and now feels obvious: I threw away the Laravel codebase I'd inherited from freelancers and didn't fully understand. Over a few months I moved everything to React, TypeScript, tRPC and Node. It was faster and cleaner, and I understood every part of it — because I'd either built it or understood what the AI built and why. At one point I rebuilt one of my smaller sites in about six hours. Eighteen months earlier that would have been unthinkable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where I am now
&lt;/h2&gt;

&lt;p&gt;The alarm still goes off at 5:45am. Site by seven. By the time most tech founders are reaching for their first coffee, I've been working for hours. The construction company runs well and I find it grounding — at the end of a day there's something real in the world that wasn't there in the morning.&lt;/p&gt;

&lt;p&gt;The software side now has a handful of live products, and every one of them started as a tool I needed rather than a product I planned: Sentinel for watching servers, the classifieds platform that was the original idea finally built properly, a spam filter that came straight out of that contact-form disaster, and a couple of tools for content. Sentinel has a free tier for a single server and paid plans beyond that — the details are on sentinel-ai.info if you run servers and the 3am story made you wince in recognition.&lt;/p&gt;

&lt;p&gt;If you've got an idea you haven't started because you don't have the technical background — start anyway. Not with a plan to learn everything first. Just start, with whatever you've got. I didn't learn to run a server and then build things. I built things and learned to run a server because I had to. The knowledge follows the doing, not the other way round.&lt;/p&gt;

&lt;p&gt;I still keep steel-toe boots by the door.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>learning</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>The Construction Worker’s Guide to Building SaaS Without a CS Degree</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Mon, 25 May 2026 23:29:08 +0000</pubDate>
      <link>https://dev.to/slawekluzny/the-construction-workers-guide-to-building-saas-without-a-cs-degree-26l2</link>
      <guid>https://dev.to/slawekluzny/the-construction-workers-guide-to-building-saas-without-a-cs-degree-26l2</guid>
      <description>&lt;h1&gt;
  
  
  The Construction Worker’s Guide to Building SaaS Without a CS Degree
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;This morning&lt;/strong&gt;, I checked Sentinel’s dashboard—283,103 blocked attacks. Four years ago, I couldn’t even spell "SSH."  &lt;/p&gt;

&lt;p&gt;I’m Slawomir Luzny, founder of FixFlex LTD in West London. I still wake up at 5:45am for construction work. I still code at night. And I just published a free ebook about how I built 5 live SaaS products without a computer science degree.  &lt;/p&gt;




&lt;h3&gt;
  
  
  Why This Exists
&lt;/h3&gt;

&lt;p&gt;In 2021, I was a construction worker with an idea for a classifieds platform. Zero coding experience. I did what everyone does:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Bought a ready-made script
&lt;/li&gt;
&lt;li&gt;Hired freelancers (who delivered half-working solutions)
&lt;/li&gt;
&lt;li&gt;Watched bots attack my server while Cloudflare shrugged
&lt;/li&gt;
&lt;li&gt;Spent a year and a small fortune fighting fires
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Then I made a decision: &lt;strong&gt;Either I learn this myself, or the project dies.&lt;/strong&gt;  &lt;/p&gt;




&lt;h3&gt;
  
  
  What’s Inside the Ebook
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;6 chapters of hard-won lessons&lt;/strong&gt;:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Idea&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cold tea on a construction site. Buying scripts. Freelancer roulette.
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Key fact&lt;/em&gt;: First version of 24ad.info launched with a Laravel codebase I didn’t understand.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Expensive Lesson&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Freelancers who vanished. Databases with no indexes.
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Key fact&lt;/em&gt;: Server blacklisted after bots sent nearly a million spam emails through an unprotected contact form.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Learning by Fire&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SSH sessions ending in permission errors. Testing Nginx, Apache, LiteSpeed—finally landing on Caddy.
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Key fact&lt;/em&gt;: Used server snapshots instead of Git for two years.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Attack&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3am alert. CPU at 100%. The birth of Sentinel from that chaos.
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Key fact&lt;/em&gt;: First version was a Python cron job checking disk usage and services.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Pivot&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Discovering Claude. Rewriting everything in React 19 + tRPC.
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Key fact&lt;/em&gt;: Rewrote breathtime.info in 6 hours—something impossible a year prior.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Where I Am Now&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;5 live products. Still coding after construction shifts.&lt;/li&gt;
&lt;li&gt;283,103 attacks blocked by Sentinel — all-time&lt;/li&gt;
&lt;li&gt;Free ebook available: fixflex.co.uk/ebook.html&lt;/li&gt;
&lt;li&gt;"I don't know programming languages at expert level. 
I don't need to. I imagine, describe, verify — 
AI codes. I decide."
---
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  The Tools That Actually Worked
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI&lt;/strong&gt;: Claude for reasoning, GPT for code snippets
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stack&lt;/strong&gt;: React 19, TypeScript, tRPC, Node.js (after abandoning Laravel)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infrastructure&lt;/strong&gt;: Caddy server, OVH, droplets, Fail2Ban
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security&lt;/strong&gt;: Sentinel (born from my own bot attacks)
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Who This Is For
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Non-technical founders&lt;/strong&gt; tired of outsourcing to agencies
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bootstrappers&lt;/strong&gt; who need to move fast without a dev team
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anyone&lt;/strong&gt; who thinks you need a CS degree to build SaaS
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  How to Get It
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Free download&lt;/strong&gt;: [Gumroad link]
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Email access&lt;/strong&gt;: &lt;a href="https://fixflex.co.uk/ebook.html" rel="noopener noreferrer"&gt;fixflex.co.uk/ebook.html&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No fluff. No "10x productivity" nonsense. Just the exact steps that took me from construction site to 5 live products.  &lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Final note&lt;/strong&gt;: If you’re waiting until you "know enough" to start—stop. The knowledge follows the doing.  &lt;/p&gt;

&lt;p&gt;&lt;em&gt;"I don’t know programming languages at an expert level. I don’t need to. I imagine, describe, verify—AI codes. I decide."&lt;/em&gt;  &lt;/p&gt;

&lt;p&gt;— Slawomir Luzny&lt;br&gt;&lt;br&gt;
Founder, FixFlex LTD • West London&lt;/p&gt;

</description>
      <category>career</category>
      <category>codenewbie</category>
      <category>saas</category>
      <category>startup</category>
    </item>
    <item>
      <title>277,000 Attacks Blocked — Here's What the Data Shows</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate>
      <link>https://dev.to/slawekluzny/277000-attacks-blocked-heres-what-the-data-shows-3p6f</link>
      <guid>https://dev.to/slawekluzny/277000-attacks-blocked-heres-what-the-data-shows-3p6f</guid>
      <description>&lt;p&gt;We pulled a year of Sentinel Audit logs. Here's what 277,463 blocked attacks reveal about the threat landscape for self-hosted VPS operators.&lt;/p&gt;

</description>
      <category>security</category>
      <category>linux</category>
      <category>devops</category>
      <category>selfhosted</category>
    </item>
    <item>
      <title>From Construction Site to SaaS: How I Built Sentinel Without Knowing How to Code</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
      <link>https://dev.to/slawekluzny/from-construction-site-to-saas-how-i-built-sentinel-without-knowing-how-to-code-22bk</link>
      <guid>https://dev.to/slawekluzny/from-construction-site-to-saas-how-i-built-sentinel-without-knowing-how-to-code-22bk</guid>
      <description>&lt;p&gt;How a construction worker built a real SaaS product using AI — from zero programming knowledge to Sentinel, a production server autopilot used daily.&lt;/p&gt;

</description>
      <category>casestudies</category>
    </item>
    <item>
      <title>Why Fail2Ban + CrowdSec Alone Isn't Enough (And What to Add)</title>
      <dc:creator>slawekluzny</dc:creator>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <link>https://dev.to/slawekluzny/why-fail2ban-crowdsec-alone-isnt-enough-and-what-to-add-4p22</link>
      <guid>https://dev.to/slawekluzny/why-fail2ban-crowdsec-alone-isnt-enough-and-what-to-add-4p22</guid>
      <description>&lt;p&gt;Fail2Ban and CrowdSec leave three gaps: no DB-layer awareness, slow fleet propagation, and no AI anomaly detection. Here is what to add.&lt;/p&gt;

</description>
      <category>security</category>
      <category>linux</category>
      <category>selfhosted</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
