<?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: MauriceFreund</title>
    <description>The latest articles on DEV Community by MauriceFreund (@mauricefreund).</description>
    <link>https://dev.to/mauricefreund</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%2F739889%2F9c270f4b-3c9f-4464-8709-53e3d671f403.jpeg</url>
      <title>DEV Community: MauriceFreund</title>
      <link>https://dev.to/mauricefreund</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mauricefreund"/>
    <language>en</language>
    <item>
      <title>Sometimes it's the little things</title>
      <dc:creator>MauriceFreund</dc:creator>
      <pubDate>Sun, 13 Oct 2024 19:33:31 +0000</pubDate>
      <link>https://dev.to/mauricefreund/sometimes-its-the-little-things-3me</link>
      <guid>https://dev.to/mauricefreund/sometimes-its-the-little-things-3me</guid>
      <description>&lt;p&gt;I have recently been in a rut, when it comes to programming. At my job I am currently working on some generative AI stuff (mainly an internal chat bot for my company), but I find it difficult to really get excited about what I am doing.&lt;/p&gt;

&lt;p&gt;Generally speaking I've found it difficult to get excited about anything really in the past couple of months. That changed yesterday, however. &lt;/p&gt;

&lt;p&gt;I have been looking for things that I could learn about, to improve my dev skills and yesterday I somewhat randomly decided to check out SQLite, after hearing about it a couple of times. I went to the official page to read what SQLite was all about.&lt;/p&gt;

&lt;p&gt;And there it was: excitement. I don't know why, but the idea of working with a no-setup database, that is contained in a single file suddenly motivated me to build something with it and I really enjoyed having some motivation to jump into code again.&lt;/p&gt;

&lt;p&gt;Granted, what I built was nothing ground braking. I essentially just used Python to read a csv export of all my transactions of my bank account and ingest the data into a SQLite database, so that I can run some analysis on it. But something about the simplicity and the concept of writing a data application without the need for a db setup made it a really joyful experience. &lt;/p&gt;

&lt;p&gt;It's funny that working on chat bots that can talk like humans (something that would have been unimaginable to most just two years ago) does not excite me, but a simple tool gets me going just by offering of doing something in an easier way. So much so in fact, that I not only wanted to build something with it but also spontaneously wanted to write about it.&lt;/p&gt;

</description>
      <category>sqlite</category>
      <category>programming</category>
      <category>motivation</category>
      <category>python</category>
    </item>
  </channel>
</rss>
