
<?xml version="1.0" encoding="UTF-8"?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
>
    <channel>
        <atom:link
            type="application/rss+xml"
            href="https://thejat.in/feed/posts"
            rel="self"
        />
        <title><![CDATA[Posts feed]]></title>
        <link><![CDATA[https://thejat.in/feed/posts]]></link>
                <description><![CDATA[Latest posts from TheJat.in | Algorithms and Developer Insights]]></description>
        <language>en_US</language>
        <pubDate>2025-09-05T13:04:12+00:00</pubDate>

                    <item>
                <title><![CDATA[SQL Injection Explained]]></title>
                <link>https://thejat.in/blog/sql-injection</link>
                <description><![CDATA[Learn how SQL Injection works with real examples and a hands-on demo using PHP and MySQL. Explore a GitHub repo with vulnerable code to safely test and understand this critical web vulnerability.]]></description>
                                    <author><![CDATA[The Jat <thejat@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/sql-injection</guid>
                <pubDate>Fri, 05 Sep 2025 13:04:12 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/sql-injection-thumbnail.png"
                    length="1621869"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[A Developer's Guide to Continuous Integration and Continuous Delivery/Deployment]]></title>
                <link>https://thejat.in/blog/a-developers-guide-to-continuous-integration-and-continuous-deliverydeployment</link>
                <description><![CDATA[Learn how CI/CD transforms software development by automating builds, tests, and deployments. Boost speed, reduce bugs, and release confidently with continuous integration and delivery.]]></description>
                                    <author><![CDATA[The Jat <thejat@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/a-developers-guide-to-continuous-integration-and-continuous-deliverydeployment</guid>
                <pubDate>Tue, 01 Jul 2025 14:08:15 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/ci-cd-thumbnail.png"
                    length="1499526"
                />
                                    <category>Programming</category>
                            </item>
                    <item>
                <title><![CDATA[Dynamic Memory Management in C]]></title>
                <link>https://thejat.in/blog/dynamic-memory-management-in-c</link>
                <description><![CDATA[Learn C memory management with clear examples of malloc, calloc, realloc, and free. Understand memory types, avoid common pitfalls, and optimize your C programs efficiently.]]></description>
                                    <author><![CDATA[The Jat <manishkl543@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/dynamic-memory-management-in-c</guid>
                <pubDate>Wed, 18 Jun 2025 18:26:49 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://thejat.in/storage/blogs/dynamic-memory-management-c-thumbnail.jpg"
                    length="95654"
                />
                                    <category>Programming</category>
                            </item>
                    <item>
                <title><![CDATA[Appending Characters to Strings in C++]]></title>
                <link>https://thejat.in/blog/appending-characters-to-strings-in-c</link>
                <description><![CDATA[Learn efficient ways to append characters to C++ strings using push_back, +=, append, and +. Compare time complexity, performance, and memory usage for optimal string manipulation.]]></description>
                                    <author><![CDATA[The Jat <manishkl543@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/appending-characters-to-strings-in-c</guid>
                <pubDate>Wed, 18 Jun 2025 17:58:33 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/appending-characters-to-strings-in-cpp-language.png"
                    length="1613000"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Understanding Localhost]]></title>
                <link>https://thejat.in/blog/understanding-localhost</link>
                <description><![CDATA[Localhost refers to the local computer, mapped to IP `127.0.0.1`. It is essential for development, allowing testing and debugging services on the same machine. This article explains its role, shows how to modify the hosts file in Linux and Windows.]]></description>
                                    <author><![CDATA[The Jat <thejat@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/understanding-localhost</guid>
                <pubDate>Wed, 21 May 2025 14:31:46 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/understanding-localhost.png"
                    length="1672894"
                />
                                    <category>Technology</category>
                            </item>
                    <item>
                <title><![CDATA[Assembly Language: The Human-Friendly Bridge to Machine Code]]></title>
                <link>https://thejat.in/blog/assembly-language-the-human-friendly-bridge-to-machine-code</link>
                <description><![CDATA[Assembly Language: The Human-Friendly Bridge to Machine Code]]></description>
                                    <author><![CDATA[The Jat <thejat@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/assembly-language-the-human-friendly-bridge-to-machine-code</guid>
                <pubDate>Wed, 21 May 2025 14:53:56 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/assembly-language-blog-post-1.png"
                    length="1893269"
                />
                                    <category>Programming</category>
                            </item>
                    <item>
                <title><![CDATA[Automatic free() in C/CPP: A Guide to Modern Memory Practices]]></title>
                <link>https://thejat.in/blog/automatic-free-in-ccpp-a-guide-to-modern-memory-practices</link>
                <description><![CDATA[Automatic free() in C/CPP: A Guide to Modern Memory Practices]]></description>
                                    <author><![CDATA[The Jat <manishkl543@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/automatic-free-in-ccpp-a-guide-to-modern-memory-practices</guid>
                <pubDate>Mon, 17 Feb 2025 03:44:15 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/automatic-free-in-c-cpp-350x280.png"
                    length="204254"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[How Characters are Stored in Memory]]></title>
                <link>https://thejat.in/blog/how-characters-are-stored-in-memory</link>
                <description><![CDATA[Discover how characters like letters and digits are stored in computer memory using ASCII and Unicode encoding. Learn binary representation, conversions, and practical C/C++ code examples]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/how-characters-are-stored-in-memory</guid>
                <pubDate>Sun, 06 Jul 2025 18:08:16 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/how-characters-are-stored-in-memory.png"
                    length="1595457"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Constraints as Clues: A Guide to Efficient DSA Problem Solving]]></title>
                <link>https://thejat.in/blog/constraints-as-clues-a-guide-to-efficient-dsa-problem-solving</link>
                <description><![CDATA[Master the art of analyzing constraints in DSA problems to choose optimal solutions, prevent TLE, and understand how online judges evaluate submissions.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/constraints-as-clues-a-guide-to-efficient-dsa-problem-solving</guid>
                <pubDate>Fri, 30 May 2025 09:10:38 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/constraints-as-clues-in-dsa-3.png"
                    length="120058"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Variadic Function Working in C]]></title>
                <link>https://thejat.in/blog/variadic-function-working-in-c</link>
                <description><![CDATA[Learn how variadic functions like printf work in C using macros like va_list, va_start, and va_arg. Understand memory layout, argument access, and custom implementations.]]></description>
                                    <author><![CDATA[The Jat <thejat@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/variadic-function-working-in-c</guid>
                <pubDate>Sun, 06 Jul 2025 18:09:07 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/variadic-function-working-in-c.png"
                    length="2059097"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Exploring Singleton Pattern in C++: Ensuring Unique Instances]]></title>
                <link>https://thejat.in/blog/exploring-singleton-pattern-in-c-ensuring-unique-instances</link>
                <description><![CDATA[Learn how to implement the Singleton design pattern in C++ with thread safety and lazy instantiation. Understand its usage, benefits, pitfalls, and practical real-world examples.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/exploring-singleton-pattern-in-c-ensuring-unique-instances</guid>
                <pubDate>Sun, 06 Jul 2025 18:10:13 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/singleton-pattern-thumbnail-c-cpp.png"
                    length="18641"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Pointers and Arrays in C++]]></title>
                <link>https://thejat.in/blog/pointers-and-arrays-in-c</link>
                <description><![CDATA[Understand pointers, arrays, and pointer arithmetic in C/C++. Learn how they relate, how memory is accessed, and how pointer types, arithmetic, and dereferencing impact performance and correctness.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/pointers-and-arrays-in-c</guid>
                <pubDate>Sun, 06 Jul 2025 18:15:47 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/pointers-and-array-in-cpp.png"
                    length="2127261"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Yoda Notation: A Coding Style for Safety]]></title>
                <link>https://thejat.in/blog/yoda-notation-a-coding-style-for-safety</link>
                <description><![CDATA[In this article we will talk about a serious error of misassignment in programming, the one of the  main reason for introduction of bugs. Later, we discuss how to find this issue with yoda notation and get it fixed.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/yoda-notation-a-coding-style-for-safety</guid>
                <pubDate>Wed, 21 May 2025 15:32:14 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/safe-style-notation.png"
                    length="1601034"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Understanding Complex C/C++ Declarations]]></title>
                <link>https://thejat.in/blog/understanding-complex-cc-declarations</link>
                <description><![CDATA[Master complex C/C++ declarations easily! Learn to read arrays, pointers, and functions in variable declarations with simple rules, real-world examples, and tips]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/understanding-complex-cc-declarations</guid>
                <pubDate>Thu, 05 Jun 2025 12:10:46 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/understnading-complex-c-cpp-declaration-thumbnail.png"
                    length="1481585"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[The Ultimate Background Removal and Customization Tool]]></title>
                <link>https://thejat.in/blog/the-ultimate-background-removal-and-customization-tool</link>
                <description><![CDATA[In the dynamic world of digital content, creating eye-catching visuals is essential for making a lasting impression. Whether you are a graphic designer, social media enthusiast, or just someone who loves capturing moments, having the right tools can significantly enhance your creative process. Today, we are excited to introduce a latest innovation -- a cutting-edge online tool.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/the-ultimate-background-removal-and-customization-tool</guid>
                <pubDate>Sun, 14 Jan 2024 16:17:01 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/cusotmize-background-of-any-pic-thumbnail.png"
                    length="995092"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Guess the Output of C++ Program Part 1]]></title>
                <link>https://thejat.in/blog/guess-the-output-of-cpp-program-part-1</link>
                <description><![CDATA[Guess the Output of C++ Program Part 1]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/guess-the-output-of-cpp-program-part-1</guid>
                <pubDate>Mon, 18 Dec 2023 16:56:42 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/article-guess-the-output-cpp-part1-1.png"
                    length="616787"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[String Literal vs Character Array in C/C++]]></title>
                <link>https://thejat.in/blog/blog-string-literal-vs-character-array-in-cc</link>
                <description><![CDATA[String Literal vs Character Array in C/C++]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/blog-string-literal-vs-character-array-in-cc</guid>
                <pubDate>Sun, 17 Dec 2023 16:52:18 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/string-literal-vs-character-array.png"
                    length="1293800"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Why we should have a look on dialog element in html]]></title>
                <link>https://thejat.in/blog/why-we-should-have-a-look-on-dialog-element-in-html</link>
                <description><![CDATA[Learn how to use the native HTML  element to build accessible, lightweight modals without third-party libraries. Covers usage, styling, accessibility, benefits, and practical examples.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/why-we-should-have-a-look-on-dialog-element-in-html</guid>
                <pubDate>Sun, 06 Jul 2025 18:44:26 +0000</pubDate>
                <enclosure
                    type="image/png"
                    url="http://thejat.in/storage/blogs/dialog-element-in-html-thumbnail.png"
                    length="1158569"
                />
                                    <category>Tips and Tricks</category>
                            </item>
                    <item>
                <title><![CDATA[Listen to any radio station from any country in your phone.]]></title>
                <link>https://thejat.in/blog/listen-to-any-radio-station-from-any-country-in-your-phone</link>
                <description><![CDATA[Imagine having the power to travel the globe from the comfort of your own device, tuning in to live radio stations in every corner of the world, and immersing yourself in diverse cultures and music. In this article, we'll take you on a virtual journey through the captivating world, where you can discover how this innovative website allows you to listen to any radio station, from any country.]]></description>
                                    <author><![CDATA[The Admin <beniwalmamta47@gmail.com>]]></author>
                                <guid>https://thejat.in/blog/listen-to-any-radio-station-from-any-country-in-your-phone</guid>
                <pubDate>Sat, 24 May 2025 13:28:34 +0000</pubDate>
                <enclosure
                    type="image/jpeg"
                    url="http://thejat.in/storage/blogs/listen-any-radio-station-1.jpg"
                    length="263247"
                />
                                    <category>Technology</category>
                            </item>
            </channel>
</rss>
