<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Vivek Shukla - Tutorial</title>
      <link>https://vshukla.com/tags/tutorial/</link>
      <description>I am a Software Engineer from India. I am currently building Daestro. I work in Rust, Javascript and Python.</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://vshukla.com/tags/tutorial/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sun, 26 Jul 2026 19:28:01 +0000</lastBuildDate><item>
              <title>Automate Postgres Database Backup and Upload to S3</title>
              <pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/automate-postgres-database-backup-and-upload/</link>
              <guid>https://vshukla.com/tech/automate-postgres-database-backup-and-upload/</guid>
              <description xml:base="https://vshukla.com/tech/automate-postgres-database-backup-and-upload/">In this tutorial we will create a bash script to automate postgres database backup from a docker container and native postgres installation then upload to S3 based storage system.</description>
          </item><item>
              <title>How To Take Postgres Database Backup From Docker Container</title>
              <pubDate>Wed, 18 Oct 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/postgres-database-backup-from-docker-container/</link>
              <guid>https://vshukla.com/tech/postgres-database-backup-from-docker-container/</guid>
              <description xml:base="https://vshukla.com/tech/postgres-database-backup-from-docker-container/">In this tutorial we are gonna use docker exec and cp command along with pg_dump to take Postgres database backup from docker container.</description>
          </item><item>
              <title>How To Store and Serve Private Media Files in Django</title>
              <pubDate>Thu, 14 Sep 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/store-and-serve-private-media-files-in-django/</link>
              <guid>https://vshukla.com/tech/store-and-serve-private-media-files-in-django/</guid>
              <description xml:base="https://vshukla.com/tech/store-and-serve-private-media-files-in-django/">In this blog post we will see how to use AWS S3 to store and serve private media files in django. S3 provides a layer of security by making object private and accessible to those with the valid presigned url.</description>
          </item><item>
              <title>How To Store Django Static and Media Files in AWS S3</title>
              <pubDate>Wed, 06 Sep 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/store-django-static-and-media-files-in-aws-s3/</link>
              <guid>https://vshukla.com/tech/store-django-static-and-media-files-in-aws-s3/</guid>
              <description xml:base="https://vshukla.com/tech/store-django-static-and-media-files-in-aws-s3/">In this guide we will use django-storages package to manage our static and media files. Let’s walkthrough the whole process on how to store django static and media files in aws s3.</description>
          </item><item>
              <title>Django Rest Framework File Upload API</title>
              <pubDate>Wed, 21 Jun 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/django-rest-framework-file-upload-api/</link>
              <guid>https://vshukla.com/tech/django-rest-framework-file-upload-api/</guid>
              <description xml:base="https://vshukla.com/tech/django-rest-framework-file-upload-api/">In this guide we will learn to build Django Rest Framework File Upload API with media storage and using MultiPartParser &amp; FormParser in class based view.</description>
          </item><item>
              <title>Backup and Restore PostgreSQL database dump in Ubuntu</title>
              <pubDate>Tue, 20 Jun 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/backup-and-restore-postgresql-database-dump-in-ubuntu/</link>
              <guid>https://vshukla.com/tech/backup-and-restore-postgresql-database-dump-in-ubuntu/</guid>
              <description xml:base="https://vshukla.com/tech/backup-and-restore-postgresql-database-dump-in-ubuntu/">Learn how to backup and restore PostgreSQL database dump in Ubuntu (Linux) and Mac.</description>
          </item></channel>
</rss>