<?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: Maksim</title>
    <description>The latest articles on DEV Community by Maksim (@loborifma).</description>
    <link>https://dev.to/loborifma</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%2F3910251%2Fa9279dde-976f-4288-a629-be092891fc5b.png</url>
      <title>DEV Community: Maksim</title>
      <link>https://dev.to/loborifma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/loborifma"/>
    <language>en</language>
    <item>
      <title>I spent months unemployed and built a thing. Here's why.</title>
      <dc:creator>Maksim</dc:creator>
      <pubDate>Sun, 03 May 2026 12:59:21 +0000</pubDate>
      <link>https://dev.to/loborifma/i-spent-months-unemployed-and-built-a-thing-heres-why-3kjd</link>
      <guid>https://dev.to/loborifma/i-spent-months-unemployed-and-built-a-thing-heres-why-3kjd</guid>
      <description>&lt;p&gt;For the past few months I've been unemployed.&lt;/p&gt;

&lt;p&gt;Not the worst thing that happened to me, but enough time to slow down and think. At some point I started talking to AI about what to build — just exploring ideas. One of them stuck.&lt;/p&gt;




&lt;p&gt;Here's the problem it solves:&lt;/p&gt;

&lt;p&gt;You have a cron job. It runs every hour, does a database backup, syncs some data — whatever. It works quietly in the background. Your server is up, UptimeRobot is happy.&lt;/p&gt;

&lt;p&gt;But the job itself silently stopped running two weeks ago.&lt;/p&gt;

&lt;p&gt;You'll find out when you need that backup.&lt;/p&gt;

&lt;p&gt;This is what's called a Dead Man's Switch — if something stops sending a heartbeat, assume it's broken. It's a simple concept that most monitoring tools don't cover because they ping servers, not tasks.&lt;/p&gt;




&lt;p&gt;So I built CronPulse.&lt;/p&gt;

&lt;p&gt;It's a Telegram bot. You create a checker, get a URL, append it to your cron job. If the ping doesn't arrive on schedule — you get an alert. That's it.&lt;/p&gt;




&lt;p&gt;I'm not writing this to show off a finished product.&lt;/p&gt;

&lt;p&gt;I'm writing this to find the first people who actually need it — and to understand whether this solves a real problem or just an imaginary one.&lt;/p&gt;

&lt;p&gt;If you've ever been burned by a silent cron failure, or you're the kind of person who thinks "yeah I should probably monitor that" — I'd genuinely like to hear from you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cron-pulse-wmls.onrender.com" rel="noopener noreferrer"&gt;Landing page&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>showdev</category>
      <category>startup</category>
      <category>monitoring</category>
    </item>
  </channel>
</rss>
