<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/vendor/feed/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
                        <id>https://khalidcodes.com/articles/feed</id>
                                <link href="https://khalidcodes.com/articles/feed" rel="self"></link>
                                <title><![CDATA[KhalidCodes.com]]></title>
                                <logo>https://www.khalidcodes.com/assets/img/logo.png</logo>
                                <subtitle>Latest articles from Khalid Codes</subtitle>
                                                    <updated>2025-08-14T00:00:00-06:00</updated>
                        <entry>
            <title><![CDATA[When Everything Seemed Bigger]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/when-everything-seemed-bigger" />
            <id>https://khalidcodes.com/12</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[The world didn’t shrink. We just stopped looking at it with wonder.]]>
            </summary>
                                    <category term="Thoughts" />
                        <updated>2025-08-14T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Use Custom Git Repository on your Laravel Project]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/use-custom-git-repository-on-your-laravel-project" />
            <id>https://khalidcodes.com/11</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[When working on Laravel projects, you may come across a package that fits your needs but requires some modifications. Instead of waiting for the maintainers to merge your changes, you can fork the package and install your customized version.

In this guide, we'll go through the steps to install a forked package in your Laravel project.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2025-03-15T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to convert a callback function to an async/await function]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/how-to-convert-a-callback-function-to-an-async-await-function" />
            <id>https://khalidcodes.com/10</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[In JavaScript, async/await is a feature that provides a more concise and readable way to work with asynchronous code. It's built on top of promises and provides a way to write asynchronous code that looks and behaves more like synchronous code.]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-27T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to build a Sitemap for your Laravel App]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/how-to-build-a-sitemap-for-your-laravel-app" />
            <id>https://khalidcodes.com/9</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[Sitemap is basically a blueprint of a website's structure, providing a comprehensive list of its pages, their relationships, and metadata. In this article we're going to take a look at how I used the Spatie Sitemap package to build sitemaps for my blog.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-21T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Tailwind CSS: It looks awful, and it works]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/tailwind-css-it-looks-awful-and-it-works" />
            <id>https://khalidcodes.com/7</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[Adam Wathan's talk at Rails World 2023, titled: "You won't like it until you try it!"]]>
            </summary>
                                    <category term="Tailwind CSS" />
                        <updated>2023-11-16T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Your First Laravel Project: Path to Becoming a Web Artisan]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/your-first-laravel-project-path-to-becoming-a-web-artisan" />
            <id>https://khalidcodes.com/5</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[So you just finished setting up your local environment and you're ready to begin your adventure as a web developer using Laravel. In this article, we'll be looking at what you need to keep in mind as you dive into this amazing PHP framework.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-15T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Top 5 JavaScript Questions on Stack Overflow]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/top-5-javascript-questions-on-stack-overflow" />
            <id>https://khalidcodes.com/6</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[Stack Overflow is the world's largest community of developers. On a typical day, developers ask over 8,000 questions on the platform about programming problems they run into. In this article, we're taking a look at the top 5 most popular JavaScript questions and their solutions with the help of ChatGPT.]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-15T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Is the Internet dead?]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/is-the-internet-dead" />
            <id>https://khalidcodes.com/4</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[Since its invention, the Internet has been the medium for people to share their ideas, thoughts and generally communicate. So, this might sound like a controversial question to some people, but for a while now, things have been different.]]>
            </summary>
                                    <category term="Thoughts" />
                        <updated>2023-11-09T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Setting up your local environment for Laravel]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/setting-up-your-local-environment-for-laravel" />
            <id>https://khalidcodes.com/3</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[Before creating your first Laravel project, you need to make sure that your local machine has PHP and Composer installed. There are more than a way to accomplish this depending on which Operating System you're running, but in order to get you up and running as quick as possible, we'll explore the easiest routes to set up your local environment.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-06T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Introduction to Laravel]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/introduction-to-laravel" />
            <id>https://khalidcodes.com/2</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[Laravel is a popular and powerful open-source PHP web application framework that has gained immense popularity in the world of web development. It was created by Taylor Otwell and released in 2011.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-05T00:00:00-06:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Hello World: Inspiring the Journey into Web Development]]></title>
            <link rel="alternate" href="https://khalidcodes.com/article/hello-world-inspiring-the-journey-into-web-development" />
            <id>https://khalidcodes.com/1</id>
            <author>
                <name><![CDATA[Khalid]]></name>
            </author>
            <summary type="html">
                <![CDATA[In the universe of programming in general and web development in particular, there's a moment every aspiring coder experiences the "Hello World!" moment. It's the inception of our coding journey, where we take our first steps into the world of programming, creating that simple yet iconic "Hello World!" program. But there's more to it than just lines of code. It represents the beginning of a transformative journey.]]>
            </summary>
                                    <category term="Thoughts" />
                        <updated>2023-11-03T00:00:00-06:00</updated>
        </entry>
    </feed>
