<?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: Denis Volkhonskiy</title>
    <description>The latest articles on DEV Community by Denis Volkhonskiy (@den_vol).</description>
    <link>https://dev.to/den_vol</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%2F1249844%2Fc1c88d9b-ce86-4abd-8553-e0cd22b24c84.jpeg</url>
      <title>DEV Community: Denis Volkhonskiy</title>
      <link>https://dev.to/den_vol</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/den_vol"/>
    <language>en</language>
    <item>
      <title>Cron Expression Generator and collection of commonly used examples</title>
      <dc:creator>Denis Volkhonskiy</dc:creator>
      <pubDate>Wed, 22 Jan 2025 10:45:36 +0000</pubDate>
      <link>https://dev.to/den_vol/cron-expression-generator-and-collection-of-commonly-used-examples-5710</link>
      <guid>https://dev.to/den_vol/cron-expression-generator-and-collection-of-commonly-used-examples-5710</guid>
      <description>&lt;p&gt;I created a simple and free Cron Expression Generator. It allows you easily generate Cron configuration based on schedule types and intervals. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://cronevery.day/" rel="noopener noreferrer"&gt;https://cronevery.day/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also added a collection of commonly used examples to the website. &lt;/p&gt;

</description>
      <category>linux</category>
      <category>cron</category>
    </item>
    <item>
      <title>Python script to index pages in Google automatically</title>
      <dc:creator>Denis Volkhonskiy</dc:creator>
      <pubDate>Mon, 26 Feb 2024 14:24:34 +0000</pubDate>
      <link>https://dev.to/den_vol/python-script-to-index-pages-in-google-automatically-4468</link>
      <guid>https://dev.to/den_vol/python-script-to-index-pages-in-google-automatically-4468</guid>
      <description>&lt;p&gt;If you have a website with a lot of pages, you have probably noticed that not all of them are indexed in Google.&lt;/p&gt;

&lt;p&gt;To fix this, I created an open-source python script that uses Google Indexing APIs to index pages automatically.&lt;/p&gt;

&lt;p&gt;Detailed description: &lt;a href="https://quickindex.co/tools/python-indexing"&gt;https://quickindex.co/tools/python-indexing&lt;/a&gt;&lt;br&gt;
GitHub Repository: &lt;a href="https://github.com/quickindex/quickindex-python"&gt;https://github.com/quickindex/quickindex-python&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope you will find it useful.&lt;/p&gt;

</description>
      <category>seo</category>
      <category>google</category>
      <category>search</category>
      <category>python</category>
    </item>
    <item>
      <title>I built a SaaS boilerplate for NextJS and Supabase</title>
      <dc:creator>Denis Volkhonskiy</dc:creator>
      <pubDate>Tue, 09 Jan 2024 19:11:06 +0000</pubDate>
      <link>https://dev.to/den_vol/i-built-a-saas-boilerplate-for-nextjs-and-supabase-2p8k</link>
      <guid>https://dev.to/den_vol/i-built-a-saas-boilerplate-for-nextjs-and-supabase-2p8k</guid>
      <description>&lt;p&gt;Hey Developers!&lt;/p&gt;

&lt;p&gt;To build a SaaS, you need to make a lot of components work together: Backend, Frontend, Payments, and more.&lt;/p&gt;

&lt;p&gt;This year I learned NextJS and Supabase from scratch. These are amazing techs that helped me build five side-projects myself in one year having a full-time job.&lt;/p&gt;

&lt;p&gt;Recently I created a SaaS boilerplate based on NexJS and Supabase, which has everything one needs to create a full-stack web app: Database, Auth, Storage, Stripe payments (one-time and subscriptions), OpenAI AI connection, Design elements, Landing Page template, Email APIs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://supalaunch.com/"&gt;https://supalaunch.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope it can help you launch your next project faster.&lt;/p&gt;

&lt;p&gt;Some projects that are built with Supalaunch:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://quickseo.io/"&gt;QuickSEO&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coolgpts.ai/"&gt;CoolGPTs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>nextjs</category>
      <category>supabase</category>
      <category>saas</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Free SQL Database Schema Generator</title>
      <dc:creator>Denis Volkhonskiy</dc:creator>
      <pubDate>Fri, 05 Jan 2024 19:39:13 +0000</pubDate>
      <link>https://dev.to/den_vol/free-sql-database-schema-generator-43g4</link>
      <guid>https://dev.to/den_vol/free-sql-database-schema-generator-43g4</guid>
      <description>&lt;p&gt;I created a 100% free SQL Database Schema Generator.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://supalaunch.com/tools/db-schema-generator"&gt;https://supalaunch.com/tools/db-schema-generator&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Based on the product description and database type, it automatically creates tables, fields, and SQL code to create them. &lt;/p&gt;

&lt;p&gt;It also gives you some seed SQL so you can easily insert test data in your DB.&lt;/p&gt;

&lt;p&gt;Hope it will be useful. &lt;/p&gt;

</description>
      <category>sql</category>
      <category>database</category>
      <category>postgres</category>
      <category>mysql</category>
    </item>
  </channel>
</rss>
