<?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: Liubomyr Kosenko</title>
    <description>The latest articles on DEV Community by Liubomyr Kosenko (@nethersmok).</description>
    <link>https://dev.to/nethersmok</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%2F3900361%2Fe9917459-95cc-4014-8443-e98c9ae21861.jpg</url>
      <title>DEV Community: Liubomyr Kosenko</title>
      <link>https://dev.to/nethersmok</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nethersmok"/>
    <language>en</language>
    <item>
      <title>I started a side project to stay sharp at coding. Coding became the least interesting part.</title>
      <dc:creator>Liubomyr Kosenko</dc:creator>
      <pubDate>Mon, 27 Apr 2026 13:25:27 +0000</pubDate>
      <link>https://dev.to/nethersmok/i-started-a-side-project-to-stay-sharp-at-coding-coding-became-the-least-interesting-part-4a0k</link>
      <guid>https://dev.to/nethersmok/i-started-a-side-project-to-stay-sharp-at-coding-coding-became-the-least-interesting-part-4a0k</guid>
      <description>&lt;p&gt;When I started building &lt;a href="https://devrecall.com" rel="noopener noreferrer"&gt;DevRecall&lt;/a&gt;, I didn't have a defined vision in mind.&lt;/p&gt;

&lt;p&gt;There was no plan to launch a product, no roadmap, nothing like that.&lt;br&gt;
I just had a pretty simple problem: I felt like I was getting rusty and available tools felt not really built for what I needed (we'll come back to this later).&lt;/p&gt;

&lt;p&gt;At that time I was going through interviews again, and it became obvious - if I don’t practice regularly, I slow down. Not dramatically, but enough to notice it. And in interviews, that matters.&lt;/p&gt;

&lt;p&gt;So I thought: alright, I should probably build something.&lt;br&gt;
And definitely it should be not another TODO-list or other "classic" tool for coding practice - I wanted to make something valuable, just didn't know what it should be.&lt;/p&gt;

&lt;p&gt;But very quickly I ran into a second problem, and it turned out to be more important than the first one.&lt;/p&gt;

&lt;p&gt;Every interview cycle felt the same. I kept revisiting the same topics, googling the same concepts, asking AI the same questions. I had notes, but they were scattered - some in docs, some in bookmarks, some just lost somewhere.&lt;/p&gt;

&lt;p&gt;Nothing was structured. Nothing was easy to come back to.&lt;/p&gt;

&lt;p&gt;That's the moment when DevRecall started to take shape - I wanted a place where all this knowledge actually connects and grows over time, instead of disappearing between tabs and tools.&lt;br&gt;
So I started building DevRecall as something I would genuinely use myself.&lt;/p&gt;

&lt;p&gt;And somewhere along the way, something shifted.&lt;/p&gt;

&lt;p&gt;Coding stopped being the most interesting part.&lt;/p&gt;

&lt;p&gt;Not because I stopped enjoying it - I didn't. But it became just one piece of a much bigger picture.&lt;/p&gt;

&lt;p&gt;I found myself thinking more about things I used to barely touch:&lt;/p&gt;

&lt;p&gt;How should this product actually be structured?&lt;br&gt;
What channels to use for a marketing strategy?&lt;br&gt;
Is the product in good shape from a security perspective?&lt;br&gt;
What does GDPR even mean for something like this?&lt;/p&gt;

&lt;p&gt;None of that was part of the original plan. But each of these questions pulled me deeper, and weirdly enough, made me a better engineer.&lt;/p&gt;

&lt;p&gt;AI tools amplified that shift even more.&lt;/p&gt;

&lt;p&gt;Working with tools like Cursor or Claude, I can move much faster than before. Prototyping something that used to take days now takes hours.&lt;/p&gt;

&lt;p&gt;But there's a flip side to that speed.&lt;/p&gt;

&lt;p&gt;When everything becomes easier to generate, it also becomes easier to skip understanding. To accept solutions too quickly. To move forward without really questioning things.&lt;/p&gt;

&lt;p&gt;At some point I realized that the bottleneck is no longer "can I write this code?"&lt;/p&gt;

&lt;p&gt;It's "do I actually understand what should be built and why?"&lt;/p&gt;

&lt;p&gt;That's probably the biggest shift for me.&lt;/p&gt;

&lt;p&gt;From writing code... to owning outcomes.&lt;/p&gt;

&lt;p&gt;It's not just about implementing a feature anymore. It's about deciding if it should exist at all, how it behaves in real life, how users interact with it, and whether it solves anything meaningful.&lt;/p&gt;

&lt;p&gt;And that's where most of the growth happened.&lt;/p&gt;

&lt;p&gt;I'm still far from having a "perfect product". &lt;a href="https://devrecall.com" rel="noopener noreferrer"&gt;DevRecall&lt;/a&gt; is very much a work in progress.&lt;/p&gt;

&lt;p&gt;But even at this stage, the side effects are already there:&lt;/p&gt;

&lt;p&gt;I think differently about systems.&lt;br&gt;
I pay more attention to trade-offs.&lt;br&gt;
I'm more comfortable operating in uncertainty.&lt;/p&gt;

&lt;p&gt;Things that are really hard to get from tutorials or courses.&lt;/p&gt;




&lt;p&gt;If you're a developer and you've been thinking about building something of your own - I'd say just try it.&lt;/p&gt;

&lt;p&gt;It doesn't have to be big or ambitious.&lt;/p&gt;

&lt;p&gt;Right now, with AI tools, the barrier to entry is probably the lowest it's ever been. You can experiment quickly, validate ideas, and iterate without overcommitting.&lt;/p&gt;

&lt;p&gt;Worst case - you learn a lot.&lt;br&gt;
Best case - you build something meaningful.&lt;/p&gt;

&lt;p&gt;I started this project just to stay sharp at coding.&lt;/p&gt;

&lt;p&gt;Ironically, coding became the least interesting part.&lt;/p&gt;

&lt;p&gt;And that turned out to be the most valuable outcome.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
      <category>career</category>
    </item>
  </channel>
</rss>
