<?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: Gabriel Popovici</title>
    <description>The latest articles on DEV Community by Gabriel Popovici (@gabris).</description>
    <link>https://dev.to/gabris</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%2F3904708%2F20a979f8-be7c-45fd-a6d6-0358a9437847.jpg</url>
      <title>DEV Community: Gabriel Popovici</title>
      <link>https://dev.to/gabris</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gabris"/>
    <language>en</language>
    <item>
      <title>I built a desktop app to track coding problems (C++/Qt)</title>
      <dc:creator>Gabriel Popovici</dc:creator>
      <pubDate>Wed, 29 Apr 2026 16:49:55 +0000</pubDate>
      <link>https://dev.to/gabris/i-built-a-desktop-app-to-track-coding-problems-cqt-5fb8</link>
      <guid>https://dev.to/gabris/i-built-a-desktop-app-to-track-coding-problems-cqt-5fb8</guid>
      <description>&lt;h1&gt;
  
  
  I made a desktop app to track coding problems using C++ and Qt
&lt;/h1&gt;

&lt;p&gt;If you do algorithms every day like on LeetCode or Codeforces or AtCoder you might have this issue:&lt;/p&gt;

&lt;p&gt;You solve problems. You do not really keep track of them.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;You forget which problems you did not do well on&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You do not know which areas you are not good at&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can not easily look back at what you have done&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This happened to me too I decided to make a tool to help with this.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing AlgoTrack
&lt;/h2&gt;

&lt;p&gt;AlgoTrack is a desktop app that I made using C++ and Qt to help you keep track of your algorithm practice in a way.&lt;/p&gt;

&lt;p&gt;You can try AlgoTrack here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://popoviciGabriel.github.io/AlgoTrack/" rel="noopener noreferrer"&gt;https://popoviciGabriel.github.io/AlgoTrack/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Screenshots
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Dashboard
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuxbog1z1s492tpznx8hw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuxbog1z1s492tpznx8hw.png" alt=" " width="800" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Search &amp;amp; filter
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg79doibh8ehgkz96w2os.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg79doibh8ehgkz96w2os.png" alt=" " width="800" height="140"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Add problem
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsn6ggkmkgqx6d64iufwn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsn6ggkmkgqx6d64iufwn.png" alt=" " width="557" height="635"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;You can track problems from LeetCode or Codeforces or AtCoder&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can see the status of each problem: solved or failed or in progress&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can add tags for topics like dynamic programming or graphs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can write notes about mistakes and ideas&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can track how long it takes to solve problems&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can see statistics about your progress&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I made it
&lt;/h2&gt;

&lt;p&gt;After some time I realized that just solving more problems was not enough.&lt;/p&gt;

&lt;p&gt;If you do not keep track of what you failed at or how long it took or what you did wrong you will not get better quickly.&lt;/p&gt;

&lt;p&gt;I tried using spreadsheets. They became messy very fast.&lt;/p&gt;

&lt;p&gt;So I made a desktop app just for this.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I used C++&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I used Qt with Widgets&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I used STL&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I made my logic for filtering and statistics and search&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It is very important to separate the logic and the user interface&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Making your own tools can really improve your workflow&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Even simple ideas can become products&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;p&gt;You can visit the website here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://popoviciGabriel.github.io/AlgoTrack/" rel="noopener noreferrer"&gt;https://popoviciGabriel.github.io/AlgoTrack/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can see the code on GitHub here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/PopoviciGabriel/AlgoTrack" rel="noopener noreferrer"&gt;https://github.com/PopoviciGabriel/AlgoTrack&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If you are serious about practicing algorithms I would really like to hear your thoughts, about AlgoTrack.&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>qt</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
