<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>FilterB — Blog</title>
    <link>https://filterb.org/blog</link>
    <description>Technical blogs on software development, interview preparation, and career growth — companion content for the FilterB YouTube channel.</description>
    <language>en-IN</language>
    <copyright>© 2026 FilterB</copyright>
    <atom:link href="https://filterb.org/blog/rss.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://filterb.org/icons/icon-192.png</url>
      <title>FilterB</title>
      <link>https://filterb.org</link>
    </image>
    <item>
      <title>Python 101: Mastering the Basic Syntax</title>
      <link>https://filterb.org/blog/python-101-mastering-the-basic-syntax-jy18p</link>
      <guid isPermaLink="true">https://filterb.org/blog/python-101-mastering-the-basic-syntax-jy18p</guid>
      <description>Welcome to Python 101! Whether you are a complete beginner stepping into the world of programming or a seasoned developer transitioning from another language, Python is a fantastic starting point. Known for its clean, readable, and almost English-like syntax, Python allows you to focus on solving problems rather than wrestling with complex code structures. In this guide, we will cover the fundamental building blocks of Python, equipping you with the basics to start writing your own scripts today.</description>
      <pubDate>Sun, 07 Jun 2026 17:08:33 GMT</pubDate>
      <category>DEVELOPMENT</category>
      
    </item>
    <item>
      <title>🚀 5 Python Concepts You Must Master Before Your First Line of Django</title>
      <link>https://filterb.org/blog/5-python-concepts-you-must-master-before-your-first-line-of-django-z7yw9</link>
      <guid isPermaLink="true">https://filterb.org/blog/5-python-concepts-you-must-master-before-your-first-line-of-django-z7yw9</guid>
      <description>Every week, hundreds of beginners start a Django tutorial and quit by day 10. The problem isn&apos;t the documentation—it’s a shaky Python foundation. Django is &quot;Magic,&quot; but that magic is just advanced Python.

If you master these 5 concepts today, you won&apos;t just copy code; you&apos;ll understand it.</description>
      <pubDate>Sun, 07 Jun 2026 11:27:41 GMT</pubDate>
      <category>DEVELOPMENT</category>
      <enclosure url="https://wwictrodpvfwjndw.public.blob.vercel-storage.com/blog/1777158897395-01_Blog_v2_comp.png" type="image/jpeg" length="0" />
    </item>
    <item>
      <title>Django DRF - Part 02 - Serializers &amp; Views</title>
      <link>https://filterb.org/blog/django-drf-part-02-serializers-and-views-xgz41</link>
      <guid isPermaLink="true">https://filterb.org/blog/django-drf-part-02-serializers-and-views-xgz41</guid>
      <description>In the world of **Django REST Framework (DRF)**, Serializers are the workhorses that act as a bridge between your database (Python objects) and the outside world (JSON data).

Here is the &quot;Zero-Knowledge&quot; guide to understanding how data travels from your server to a user&apos;s screen.</description>
      <pubDate>Sun, 07 Jun 2026 10:24:50 GMT</pubDate>
      <category>DEVELOPMENT</category>
      <enclosure url="https://wwictrodpvfwjndw.public.blob.vercel-storage.com/blog/1778503140095-02%20DRF%20Serializers.png" type="image/jpeg" length="0" />
    </item>
    <item>
      <title>Django DRF - Part 01 - ECommerce Model Architecture</title>
      <link>https://filterb.org/blog/django-drf-ecommerce-model-architecture-oxken</link>
      <guid isPermaLink="true">https://filterb.org/blog/django-drf-ecommerce-model-architecture-oxken</guid>
      <description>Building a robust backend for an E-commerce platform starts with a solid foundation: the Data Model. In Django, the models.py file serves as the single source of truth for your data, defining the structure, relationships, and constraints of your database.</description>
      <pubDate>Sun, 07 Jun 2026 01:16:08 GMT</pubDate>
      <category>DEVELOPMENT</category>
      <enclosure url="https://wwictrodpvfwjndw.public.blob.vercel-storage.com/blog/1778503197179-01%20DRF%20Models.png" type="image/jpeg" length="0" />
    </item>
    <item>
      <title>Django 101 CRUD: Todo Project - Part 01 Setup</title>
      <link>https://filterb.org/blog/django-101-crud-todo-project-part-01-setup-f3s4b</link>
      <guid isPermaLink="true">https://filterb.org/blog/django-101-crud-todo-project-part-01-setup-f3s4b</guid>
      <description>Lay the groundwork for your first web application. This guide walks you through the essential first steps of a Django professional workflow: verifying your Python environment, isolating dependencies with virtual environments, and launching the Django development server. By the end of this post, you&apos;ll have a live &quot;Rocket Ship&quot; page and a clean project structure ready for backend development.</description>
      <pubDate>Thu, 14 May 2026 04:30:42 GMT</pubDate>
      <category>DEVELOPMENT</category>
      <enclosure url="https://wwictrodpvfwjndw.public.blob.vercel-storage.com/blog/1778732853115-pexels-adrien-olichon-1257089-2387532.jpg" type="image/jpeg" length="0" />
    </item>
  </channel>
</rss>