<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Programming on Home</title>
    <link>https://missquibble.com/categories/programming/</link>
    <description>Recent content in Programming on Home</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 08 May 2026 11:00:00 -0400</lastBuildDate>
    <atom:link href="https://missquibble.com/categories/programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>10 Python Automation Scripts Every Developer Should Have in 2026</title>
      <link>https://missquibble.com/posts/python-automation-scripts-for-developers/</link>
      <pubDate>Fri, 08 May 2026 11:00:00 -0400</pubDate>
      <guid>https://missquibble.com/posts/python-automation-scripts-for-developers/</guid>
      <description>Save hours every week with these 10 practical Python automation scripts covering file management, web scraping, API calls, email sending, PDF generation, and more.</description>
    </item>
    <item>
      <title>Linux Command Line for Hackers: 50 Commands You Need to Know</title>
      <link>https://missquibble.com/posts/linux-command-line-for-hackers/</link>
      <pubDate>Fri, 08 May 2026 10:00:00 -0400</pubDate>
      <guid>https://missquibble.com/posts/linux-command-line-for-hackers/</guid>
      <description>Master the Linux command line for cybersecurity and ethical hacking. 50 essential commands covering file systems, networking, process management, permissions, and recon tools.</description>
    </item>
    <item>
      <title>API Security Best Practices Every Developer Must Know in 2026</title>
      <link>https://missquibble.com/posts/api-security-best-practices/</link>
      <pubDate>Fri, 08 May 2026 09:00:00 -0400</pubDate>
      <guid>https://missquibble.com/posts/api-security-best-practices/</guid>
      <description>Learn the most critical API security best practices for 2026—covering authentication, rate limiting, input validation, OWASP API Top 10, and real-world attack prevention.</description>
    </item>
    <item>
      <title>Crafting Fun: A Step-by-Step Guide to Creating Interactive Word Search Puzzles with Python</title>
      <link>https://missquibble.com/posts/python_word_search/</link>
      <pubDate>Wed, 15 Nov 2023 11:42:01 -0500</pubDate>
      <guid>https://missquibble.com/posts/python_word_search/</guid>
      <description>Build an interactive word search puzzle game in Python using Pygame—learn to generate a letter grid, place words, handle user input, and display the game on screen.</description>
    </item>
    <item>
      <title>Python Fundamentals: Harnessing Dictionaries, Lists, Comments, Control Flow, elif, Loops, and Variables</title>
      <link>https://missquibble.com/posts/python_fundamentals_harnessing_dictionaries_lists_comments_control_flow_elif_loops_variables/</link>
      <pubDate>Wed, 25 Oct 2023 19:15:29 -0400</pubDate>
      <guid>https://missquibble.com/posts/python_fundamentals_harnessing_dictionaries_lists_comments_control_flow_elif_loops_variables/</guid>
      <description>Master essential Python fundamentals—dictionaries, lists, variables, comments, control flow with if/elif, and loops—with clear explanations and practical code examples.</description>
    </item>
    <item>
      <title>Discord Role Playing Game: Build a Text-Based RPG Bot with Python</title>
      <link>https://missquibble.com/posts/discord-role-playing-game/</link>
      <pubDate>Thu, 19 Oct 2023 13:49:46 -0400</pubDate>
      <guid>https://missquibble.com/posts/discord-role-playing-game/</guid>
      <description>Build a text-based Discord RPG bot using Python and discord.py—create character and battle commands for an interactive role-playing game your server members can enjoy.</description>
    </item>
    <item>
      <title>Creating a Simple Discord Game Using Python</title>
      <link>https://missquibble.com/posts/build_a_discord_game_using_python/</link>
      <pubDate>Thu, 19 Oct 2023 13:41:48 -0400</pubDate>
      <guid>https://missquibble.com/posts/build_a_discord_game_using_python/</guid>
      <description>Build a multi-command Discord game bot using Python and discord.py—complete with dice rolling and choice commands, from bot setup and token configuration to deployment.</description>
    </item>
    <item>
      <title>Top 10 Time-Saving Tips for Python Development</title>
      <link>https://missquibble.com/posts/top-10-time-saving-tips-for-python-development/</link>
      <pubDate>Wed, 18 Oct 2023 16:53:08 -0400</pubDate>
      <guid>https://missquibble.com/posts/top-10-time-saving-tips-for-python-development/</guid>
      <description>Boost your Python productivity with 10 expert tips including list comprehensions, generators, virtual environments, f-strings, built-in functions, and efficient debugging.</description>
    </item>
    <item>
      <title>Getting Started with Python: A Beginners Guide</title>
      <link>https://missquibble.com/posts/getting-started-with-python/</link>
      <pubDate>Wed, 18 Oct 2023 16:43:17 -0400</pubDate>
      <guid>https://missquibble.com/posts/getting-started-with-python/</guid>
      <description>Get started with Python programming—learn how to install Python, write your first program, understand variables and data types, and find the best resources to keep learning.</description>
    </item>
    <item>
      <title>A Step-by-Step Guide to Creating Your Own Minecraft Server on PC</title>
      <link>https://missquibble.com/posts/creatingyourownminecraftsrver/</link>
      <pubDate>Tue, 17 Oct 2023 13:31:07 -0400</pubDate>
      <guid>https://missquibble.com/posts/creatingyourownminecraftsrver/</guid>
      <description>Set up your own Minecraft server on PC with this complete guide—covering Java installation, server download, EULA acceptance, port forwarding, and inviting friends to play.</description>
    </item>
    <item>
      <title>Demystifying Website Data Structures</title>
      <link>https://missquibble.com/posts/demystifying-website-data-structures/</link>
      <pubDate>Mon, 09 Oct 2023 17:24:25 -0400</pubDate>
      <guid>https://missquibble.com/posts/demystifying-website-data-structures/</guid>
      <description>Demystify the data structures that power the web—arrays, trees, graphs, and more—and learn best practices for performance, scalability, security, and maintainability.</description>
    </item>
    <item>
      <title>Choosing MissQuibble: The Ideal Full Stack Web Developer for Your Project</title>
      <link>https://missquibble.com/posts/choseme/</link>
      <pubDate>Mon, 09 Oct 2023 15:04:01 -0400</pubDate>
      <guid>https://missquibble.com/posts/choseme/</guid>
      <description>With 13 years of full-stack experience across Python, Django, JavaScript, React, and more, MissQuibble delivers user-centric, scalable, high-quality web development solutions.</description>
    </item>
    <item>
      <title>The Power Of Learning to Code: Why Everyone Should Take the Plunge</title>
      <link>https://missquibble.com/posts/poweroflearningcode/</link>
      <pubDate>Fri, 06 Oct 2023 15:46:01 -0400</pubDate>
      <guid>https://missquibble.com/posts/poweroflearningcode/</guid>
      <description>Discover why everyone should learn to code—from sharpening problem-solving skills and boosting creativity to unlocking new career opportunities and future-proofing your digital literacy.</description>
    </item>
    <item>
      <title>A Beginners Guide to Coding: Unlocking the World of Programming</title>
      <link>https://missquibble.com/posts/beginners_guide/</link>
      <pubDate>Fri, 06 Oct 2023 15:04:45 -0400</pubDate>
      <guid>https://missquibble.com/posts/beginners_guide/</guid>
      <description>The ultimate beginner&amp;#39;s guide to coding—learn programming fundamentals, choose your first language, write your first program, and build toward real-world projects.</description>
    </item>
  </channel>
</rss>
