<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
                        <id>https://coderflex.com/blog/rss</id>
                                <link href="https://coderflex.com/blog/rss" rel="self"></link>
                                <title><![CDATA[Coderflex RSS Feed]]></title>
                                                <logo>/images/logo.png</logo>
                                            <subtitle>Coderflex Blog RSS Feed.</subtitle>
                                                    <updated>2026-01-18T15:09:51+00:00</updated>
                        <entry>
            <title><![CDATA[Running Multiple Claude Code Agents Safely with Git Worktrees]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/running-multiple-claude-code-agents-safely-with-git-worktrees" />
            <id>https://coderflex.com/65</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Run multiple Claude Code agents in parallel without corrupting your codebase. Learn how to use Git worktrees to isolate AI agents, avoid file conflicts, and scale AI-assisted development safely.]]>
            </summary>
                                    <category term="AI Engineering" />
                        <updated>2026-01-18T15:09:51+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How AI is Revolutionizing User Experience in 2024]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-ai-is-revolutionizing-user-experience-in-2024" />
            <id>https://coderflex.com/64</id>
            <author>
                <name><![CDATA[Wissal sid]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Since the beginning of 2024, most fields have been revolutionized thanks to artificial intelligence, and one significant area is UI/UX design. The web design process is evolving in how websites are conceived, developed, and experienced. AI has become a game changer in the UI/UX design world, pushing all boundaries. This article will delve into the details and expectations.]]>
            </summary>
                                    <category term="UI &amp; UX" />
                        <updated>2024-10-03T11:15:59+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Convert Seconds to Minutes, Hours, Using Carbon &amp; Laravel: The Easy Way!]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/convert-seconds-to-minutes-hours-using-carbon-laravel-the-easy-way" />
            <id>https://coderflex.com/63</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Have you ever encountered a duration displayed in seconds and wished it were more easily understandable?  Perhaps you're working with video playback time or tracking task completion.

This article will guide you through converting seconds into a human-readable format using Laravel and Carbon.  Carbon, a powerful library included in Laravel by default, simplifies date and time manipulation tasks.]]>
            </summary>
                                    <category term="Tips &amp; Tricks" />
                        <updated>2024-04-10T18:58:12+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Exploring Seamless Development and Deployment Laravel Docker and CI Part I]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/exploring-seamless-development-and-deployment-laravel-docker-and-ci-part-i" />
            <id>https://coderflex.com/62</id>
            <author>
                <name><![CDATA[Tito Frezer]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Hey there, fellow developers! Today marks a new adventure for me as I dive into the world of blogging. While I am a newbie to the blogging world, my passion for coding and curiosity for exploring new technologies have brought me here, eager to share what I’ve learned.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2024-03-08T13:06:54+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Exploring Seamless Development and Deployment Laravel Docker  and CI Part II]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/exploring-seamless-development-and-deployment-laravel-docker-and-ci-part-ii" />
            <id>https://coderflex.com/61</id>
            <author>
                <name><![CDATA[Tito Frezer]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Let’s continue from what we left. Last time we were able to dockerize our fresh Laravel app using docker and docker compose.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2024-03-08T13:06:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Mastering Minimalism: The Power of Clean and User-Centric UI/UX Design]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/mastering-minimalism-the-power-of-clean-and-user-centric-uiux-design" />
            <id>https://coderflex.com/60</id>
            <author>
                <name><![CDATA[Wissal sid]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Minimalist UI/UX design centers around simplicity, clarity, and optimal use of space. It became prominent as designers adopted minimalist principles, prioritizing clean and user-friendly interfaces. This approach offers advantages such as streamlined user experiences, quicker loading times, and increased engagement.]]>
            </summary>
                                    <category term="UI &amp; UX" />
                        <updated>2023-11-29T07:48:12+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Create Advanced Filters With Filament]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/create-advanced-filters-with-filament" />
            <id>https://coderflex.com/59</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Creating filament filters, can be really easy, but how about creating advanced custom filters? Great news. It's really easy, too!

In this article, we'll tackle, how to create an advanced filtration system, and how to use it in multiple resources, within your filament panel.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-23T08:58:18+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Scroll back to the form errors using alpineJS]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/scroll-back-to-the-form-errors-using-alpinejs" />
            <id>https://coderflex.com/58</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[If you are dealing with forms, and want to set a "Back To Error" state, to enhance the user experience. In this snippet, I'll show you how to do it, with a line of code.]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T22:05:40+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Comments in Cascading Style Sheets (CSS)]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/comments-in-cascading-style-sheets-css" />
            <id>https://coderflex.com/57</id>
            <author>
                <name><![CDATA[Khaoula]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Explore the significance of CSS comments as essential guides for web developers. Learn best practices with examples and optimize code readability.]]>
            </summary>
                                    <category term="CSS" />
                        <updated>2023-11-17T21:52:55+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Resolve Laravel Error: Could Not Verify Hashed Value&#039;s Configuration]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/resolve-laravel-error-could-not-verify-hashed-values-configuration" />
            <id>https://coderflex.com/56</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Encounter the Laravel error "Could not verify the hashed value's configuration"? Learn how to resolve it with a simple fix in your UserFactory.]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T21:56:25+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Optimizing Filament V3 Forms: A Quick Guide]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/optimizing-filament-v3-forms-a-quick-guide" />
            <id>https://coderflex.com/55</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Upgrade your Filament V3 forms with ease! Explore a simplified approach by extending `FormsComponent`. Streamline your components for efficient development.]]>
            </summary>
                                    <category term="Tips &amp; Tricks" />
                        <updated>2023-11-17T21:55:00+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Mastering CSS: Essential Rules and Best Practices for Web Developers]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/mastering-css-essential-rules-and-best-practices-for-web-developers" />
            <id>https://coderflex.com/54</id>
            <author>
                <name><![CDATA[Khaoula]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Dive into essential CSS practices! Enhance your web development skills with our comprehensive guide. Learn rules, selectors, and optimization techniques.]]>
            </summary>
                                    <category term="CSS" />
                        <updated>2023-11-17T21:53:29+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Mastering Filament Turnstile: Enhancing Web Security with Cloudflare Integration]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/mastering-filament-turnstile-enhancing-web-security-with-cloudflare-integration" />
            <id>https://coderflex.com/53</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Explore the power of Filament Turnstile, a robust plugin that seamlessly integrates Cloudflare's turnstile into your web applications. Enhance security, streamline authentication, and protect user data effortlessly.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-17T22:00:33+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Is CSS Right for You? A Comprehensive Guide to Learn CSS]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/is-css-right-for-you-a-comprehensive-guide-to-learn-css" />
            <id>https://coderflex.com/52</id>
            <author>
                <name><![CDATA[Khaoula]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Explore the world of CSS and enhance your web design skills. This comprehensive guide covers the evolution of CSS, different versions, advantages, and practical applications. Whether you're a beginner, student, or programmer, this resource will help you master CSS and create stunning, responsive web pages.

]]>
            </summary>
                                    <category term="CSS" />
                        <updated>2023-11-17T21:53:57+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Revolutionizing Design: Embracing the Power of User-Centered Design Principles]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/revolutionizing-design-embracing-the-power-of-user-centered-design-principles" />
            <id>https://coderflex.com/51</id>
            <author>
                <name><![CDATA[Wissal sid]]></name>
                            </author>
            <summary type="html">
                <![CDATA[In today's digital world, User-centered Design (UCD) is all about putting users first. It begins with understanding user needs, behaviors, and desires, then crafting designs that are intuitive, effective, and visually appealing. UCD reminds us that exceptional design means keeping users at the core of the creative process.]]>
            </summary>
                                    <category term="UI &amp; UX" />
                        <updated>2023-11-17T22:00:58+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[how to enable javascript: Step-by-Step Guide]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-enable-javascript-step-by-step-guide" />
            <id>https://coderflex.com/50</id>
            <author>
                <name><![CDATA[Sabrine]]></name>
                            </author>
            <summary type="html">
                <![CDATA[how to enable javascript, JavaScript is typically enabled in web browsers by default. However, if it's disabled or you need to ensure that it's enabled, you can follow these steps for common web browsers:
]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-16T16:46:58+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Understanding the Power of JavaScript in Web Development]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/understanding-the-power-of-javascript-in-web-development" />
            <id>https://coderflex.com/49</id>
            <author>
                <name><![CDATA[Sabrine]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Unveiling JavaScript's Impact: JavaScript is the backbone of web development, enabling interactive web apps, games, dynamic visuals, real-time updates, and more. Discover its versatility! 🚀]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-16T08:18:39+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Integrating Filament V3 Avatars into Your Frontend]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/integrating-filament-v3-avatars-into-your-frontend" />
            <id>https://coderflex.com/47</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Unlocking the full potential of Filament V3's new avatar display on the admin panel is exciting, but why limit this enhancement to just the backend? In this article, we'll show you how to seamlessly integrate Filament avatars into your frontend applications. This simple integration not only adds a personal touch to user profiles but also creates a unified and visually appealing user experience. Join us as we explore this easy yet powerful tweak that can elevate your platform to the next level.]]>
            </summary>
                                    <category term="Tips &amp; Tricks" />
                        <updated>2023-11-17T06:58:41+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Handling the &#039;Unknown Database Type ENUM&#039; Issue in Laravel: A Simple Solution]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/handling-the-unknown-database-type-enum-issue-in-laravel-a-simple-solution" />
            <id>https://coderflex.com/46</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Struggling with Laravel's 'Unknown database type enum requested' error? Discover a straightforward solution to seamlessly handle ENUM columns in your MySQL database. Say goodbye to errors and hello to smooth database interactions!]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:22:34+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Creating Custom Links in Filament: A Handy Trick]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/creating-custom-links-in-filament-a-handy-trick" />
            <id>https://coderflex.com/45</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Are you ready to take your Filament-based admin interfaces to the next level? In this article, we'll explore a clever trick that can make a significant difference in the user experience. We'll introduce you to the 'goTo' method, a powerful tool that allows you to create custom links to record URLs effortlessly.]]>
            </summary>
                                    <category term="Tips &amp; Tricks" />
                        <updated>2023-11-17T07:00:41+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Enhancing Security and User Experience: Leveraging reCAPTCHA with Laravel and Livewire]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/enhancing-security-and-user-experience-leveraging-recaptcha-with-laravel-and-livewire" />
            <id>https://coderflex.com/44</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Securing User Experience: Google reCAPTCHA in Laravel Livewire

Enhancing your web application's security and user experience is vital, and Google reCAPTCHA offers an ideal solution. By verifying human users and thwarting bots, this widely-used captcha system features a simple checkbox or image selection.

Learn how to implement Google reCAPTCHA into your Laravel Livewire projects with ease. Follow our step-by-step guide to bolster your forms' security, ensuring a seamless and protected user journey.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:26:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to solve Undefined array key 1 error in laravel framework]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-solve-undefined-array-key-1-error-in-laravel-framework" />
            <id>https://coderflex.com/43</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:23:09+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[The Easiest Way To Pluck Relation Model Attributes In Laravel.]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/the-easiest-way-to-pluck-relation-model-attributes-in-laravel" />
            <id>https://coderflex.com/42</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[If you would like to get relationship attributes from a model instance, you may use pluck eloquent method in Laravel. In this snippet, we will look at how to use it properly]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:24:07+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[2 Easy Ways to Rest Pagination Using Laravel Livewire]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/2-easy-ways-to-rest-pagination-using-laravel-livewire" />
            <id>https://coderflex.com/41</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[If you are using Laravel Livewire Pagination trait, inside your components. It came with handy `resetPage`, and `goToPage` methods to reset the page, in this snippet, we'll look into how to implement them into your livewire component.]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:25:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Laravel Strict Mode, All What You Need To Know.]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/laravel-strict-mode-all-what-you-need-to-know" />
            <id>https://coderflex.com/40</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laravel is a powerful PHP framework, and with all that power, came big responsibilities. In today's article, we'll learn how to activate Eloquent Strict Mode in your Laravel application, and how to use them to your advantage.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:24:36+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Make Authoring Enjoyable Again Using Torchlight Package]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/make-authoring-enjoyable-again-using-torchlight-package" />
            <id>https://coderflex.com/39</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[In today's article, I have great news for you. You can take your highlighted syntax in your blog to the next level, without heavy JavaScript running in the
background, or even CSS if you want to! By using torchlight package, and absolutely for free!]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-17T07:06:18+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Faster way to check Laravel component existence]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/faster-way-to-check-laravel-component-existence" />
            <id>https://coderflex.com/38</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[A function to help you check the existence of a Laravel livewire component, inside your application, in a fast way.]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:25:48+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[The Easiest way to build laravel ticketing system.]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/the-easiest-way-to-build-laravel-ticketing-system" />
            <id>https://coderflex.com/37</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[In this article, we are going to learn how to build Laravel ticket system in Laravel. The Laravel ticket system is a simple way to manage tickets, customers and their statuses in a database.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-16T08:27:26+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Learn All About How To Create A Firestore CRUD Operation Using Laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/learn-all-about-how-to-create-a-firestore-crud-operation-using-laravel" />
            <id>https://coderflex.com/36</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[In this tutorial, I will guide you in creating a CRUD operation for a Firebase Firestore Database using Laravel. You will learn how to create a new record, save a new record, read a record, update a record, delete a record and fetch data from a record.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:35:17+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[how to implement dark mode switcher in tailwindcss]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-implement-dark-mode-switcher-in-tailwindcss" />
            <id>https://coderflex.com/34</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Dark mode is starting to become a trending/mandatory feature in the modern web, and a lot of folks asked me about how to make it works. So, let's dive in and know together how it works :)]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-16T08:21:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Count Models and Get Detailed Analytics With Laravisit Package]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/count-models-and-get-detailed-analytics-with-laravisit-package" />
            <id>https://coderflex.com/33</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laravisit is a package to keep track of your pages & understand your audience, by providing a helpful API methods, easy to implement, and easy to use.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-16T08:25:11+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Decorate Your Model Attributes Using Laravel Presenter Package]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/decorate-your-model-attributes-using-laravel-presenter-package" />
            <id>https://coderflex.com/32</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Sometimes we need to present some custom attributes and re-use them in many places in our app, and the simplest way is to put them inside your `model` class, but is it efficient?
This page allows you to make a place for all your custom attribute methods and decorate them to use them wherever you want, and help you to maintain/refactor your code easily.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-16T08:26:09+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Laravel 9 released, See What&#039;s new]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/laravel-9-released-see-whats-new" />
            <id>https://coderflex.com/31</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laravel 9 is finally here! It comes with a ton of handy new features, from routes to database, and this is what we are going to discover in this article.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:29:09+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Scaffold Multiple Files in one command with laracommand package.]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/scaffold-multiple-files-in-one-command-with-laracommand-package" />
            <id>https://coderflex.com/30</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laracommand is a CLI tool to save you time, and gives you the power to scaffold all of your models, controllers, commands in one go.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-17T07:04:17+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to Directly Pass The Middleware Instead of Register It in Laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-directly-pass-the-middleware-instead-of-register-it-in-laravel" />
            <id>https://coderflex.com/29</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:26:22+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Essential Commands to run with every laravel application in production]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/essential-commands-to-run-with-every-laravel-application-in-production" />
            <id>https://coderflex.com/28</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:26:54+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Simple way to change the value of a variable within a closer function]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/simple-way-to-change-the-value-of-a-variable-within-a-closer-function" />
            <id>https://coderflex.com/27</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:27:25+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Fetch Records Based on Relationship condition]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/fetch-records-based-on-relationship-condition" />
            <id>https://coderflex.com/26</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:27:53+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Using Arrow Functions In PHP]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/using-arrow-functions-in-php" />
            <id>https://coderflex.com/25</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Sometimes we need just to make a line in a function or callback and, Arrow Functions in PHP Came with version `7.4` we can do it easily without the full function.]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T07:28:37+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[All You Need To Know To Start Using Pest in Laravel Application]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/all-you-need-to-know-to-start-using-pest-in-laravel-application" />
            <id>https://coderflex.com/24</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Pest is a Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:30:14+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to get Current Laravel Version]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-get-current-laravel-version" />
            <id>https://coderflex.com/23</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[How to get Current Laravel version via artisan simple Laravel command]]>
            </summary>
                                    <category term="Snippets" />
                        <updated>2023-11-17T21:57:39+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[All You Need To Know To Start Using PHPUnit in Laravel Application]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/all-you-need-to-know-to-start-using-phpunit-in-laravel-application" />
            <id>https://coderflex.com/22</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laravel is built with testing in mind. In fact, support for testing with PHPUnit is included out of the box and a phpunit.xml file is already set up for your application. The framework also ships with convenient helper methods that allow you to expressively test your applications.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:40:26+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Compile Your Assets On The Fly Using GitHub Actions]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/compile-your-assets-on-the-fly-using-github-actions" />
            <id>https://coderflex.com/21</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[When we build an application, We need to compile assets to make our website faster, and we ride off unnecessary CSS or JavaScript code.]]>
            </summary>
                                    <category term="General" />
                        <updated>2023-11-17T07:11:29+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Automate Your Workflow Using GitHub Action &amp; PHP_CS-Fixer]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/automate-your-workflow-using-github-action-and-php-cs-fixer" />
            <id>https://coderflex.com/20</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[When we build an application, codebase getting messy with time, and likely we'll forget to refactor or remove unnecessary stuff such as unused namespaces or make proper indentation etc.]]>
            </summary>
                                    <category term="General" />
                        <updated>2023-11-17T07:11:07+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Easy Steps To Make Multiple languages Application Using Laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/easy-steps-to-make-multiple-languages-application-using-laravel" />
            <id>https://coderflex.com/19</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Nowadays, multiple languages in some websites will be a mandatory thing because of different nationalities visits your website. So, Today We'll bring an easy way on how to deal with multiple languages in Laravel application and HEY! No packages needed!.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:41:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Using Virtual Select Plugin For Virtual Scrolling With Laravel Livewire]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/using-virtual-select-plugin-for-virtual-scrolling-with-laravel-livewire" />
            <id>https://coderflex.com/18</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Sometimes we need to make a multiple selection on the same form but the extension/plugins could be a hard  decision because of its sizes and other dependencies you bring with such as jQuery.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:45:54+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Simple Way to Change The Authentication Views on Laravel Fortify Package]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/simple-way-to-change-the-authentication-views-on-laravel-fortify-package" />
            <id>https://coderflex.com/17</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Since Laravel, fortify is a frontend agnostic authentication backend implementation for Laravel, meaning. It's a backend authentication to let your users' login, register, logout... And all the kind of authentication implementation you want in your application but, you must notice that Laravel fortify it's just a backend scaffolding, and you need to handle your frontend by your own and set up the frontend however you like and we any frontend framework you need.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:47:55+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to pluck multiple attributes using eloquent collections in laravel framework]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-pluck-multiple-attributes-using-eloquent-collections-in-laravel-framework" />
            <id>https://coderflex.com/16</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Sometimes when we are working with collection we need just to pluck a specific amount of values/columns from an array or from the database. Laravel ships with standard chaining method used with collections called "pluck" but the issue here you can just fetch 2 values/columns no more, no less.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2024-09-15T19:25:24+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[2 ways to get records between two values in laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/2-ways-to-get-records-between-two-values-in-laravel" />
            <id>https://coderflex.com/15</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Sometimes we need to filter data between two values [e.g. date] and we don't know how. Laravel makes this easy for us.
So, today we will learn how to get records between two dates with a simple and easy way.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:58:45+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[2 ways to fetch the first and last records from the database in laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/2-ways-to-fetch-the-first-and-last-records-from-the-database-in-laravel" />
            <id>https://coderflex.com/14</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[There are various ways to do things in laravel including fetching data from the database. Today we are going to see how to get the first and the last record from the database.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T21:16:14+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[2 easy steps to automate a deployment in a VPS with GitHub Actions]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/2-easy-steps-to-automate-a-deployment-in-a-vps-with-github-actions" />
            <id>https://coderflex.com/13</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[If you had a VPS and you are using already GitHub or any platform using version control. Probably noticed the difficulty of pushing the changes to GitHub and update the code base in your VPS server.]]>
            </summary>
                                    <category term="General" />
                        <updated>2023-11-17T09:57:21+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to Delete node_modules folder from your projects]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-delete-node-modules-folder-from-your-projects" />
            <id>https://coderflex.com/12</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[If you are a Web Developer Or Web Designer, I can be sure that you ran at least on time (if not multiple times) `npm install` or `yarn install` to install node_modules dependencies and if you didn't know it cost you a lot of space (about 200 MB). Imagine You have a multiple projects need to install `npm modules` on them?]]>
            </summary>
                                    <category term="General" />
                        <updated>2023-11-17T07:12:26+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[2 ways to setup file permissions for laravel in production]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/2-ways-to-setup-file-permissions-for-laravel-in-production" />
            <id>https://coderflex.com/11</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[File Permission is the most important thing on the web in general and defines who you are and what to do on the web, in the other words by giving the permission to specific files, you are telling a story of how and what other users can do with your file.]]>
            </summary>
                                    <category term="Security" />
                        <updated>2023-11-16T08:32:02+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to Use Model Observers in Laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/how-to-use-model-observers-in-laravel" />
            <id>https://coderflex.com/10</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laravel's Eloquent OM is the rock-solid implementation of Active Record. It has many features includes Observers, Laravel implements __Observer Pattern to fire some events, which can be listened to hook into, when various actions are performed on a model.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:52:44+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Your first application with TALL Stack (tailwindcss, alpinejs, livewire, laravel)]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/your-first-application-with-tall-stack-tailwindcss-alpinejs-livewire-laravel" />
            <id>https://coderflex.com/9</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[TALL STACK is a preset for laravel, that allows you to scaffold your frontend quickly using Livewire, Tailwind CSS  in Laravel Application with few commands, and you are good to go.]]>
            </summary>
                                    <category term="Open Source" />
                        <updated>2023-11-16T08:28:29+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Your First Custom Facade in Laravel]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/your-first-custom-facade-in-laravel" />
            <id>https://coderflex.com/8</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Laravel provides in general a static interface to a class that gives access to an object from the service container. In this article we will learn what's facades exactly, how to use them and how to create your own facade.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:54:20+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Using Google reCAPTCHA with Laravel 8 and  Laravel-Livewire]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/using-google-recaptcha-with-laravel-8-and-laravel-livewire" />
            <id>https://coderflex.com/7</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Google reCAPTCHA is a captcha like system. It assures that a computer user is a human. It is the best and most used captcha system available where users are only required to click on a checkbox and in some cases select some similar images.]]>
            </summary>
                                    <category term="Laravel" />
                        <updated>2023-11-16T07:55:47+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[What Are Access Modifiers In JavaScript]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/what-are-access-modifiers-in-javascript" />
            <id>https://coderflex.com/6</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Access modifiers are keywords used to specify the declared accessibility of a member or a type.
Let's discuss how access modifiers i.e. variables and methods are declared and accessed as Private, Public and Privileged in JavaScript.]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-16T08:22:16+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Principle of testing the web applications]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/principle-of-testing-the-web-applications" />
            <id>https://coderflex.com/5</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[For the purposes of this document testing is a process of comparing the state of a system or application against a set of criteria. In the security industry people frequently test against a set of mental criteria that are neither well-defined nor complete.]]>
            </summary>
                                    <category term="Security" />
                        <updated>2023-11-16T08:32:52+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[All You Need to Know About Single Page Application]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/all-you-need-to-know-about-single-page-application" />
            <id>https://coderflex.com/2</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[A single page application (SPA) is a website design approach where each new page's content is served not from loading new HTML pages but generated dynamically through JavaScript's ability to manipulate the DOM elements on the existing page itself.]]>
            </summary>
                                    <category term="JavaScript" />
                        <updated>2023-11-16T08:23:34+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[The Ultimate guide  to learn web development from scratch]]></title>
            <link rel="alternate" href="https://coderflex.com/blog/the-ultimate-guide-to-learn-web-development-from-scratch" />
            <id>https://coderflex.com/1</id>
            <author>
                <name><![CDATA[Oussama]]></name>
                            </author>
            <summary type="html">
                <![CDATA[Web development comes with a huge set of rules and techniques every website developer should know about. If you want a website to look and function as you wish them to, you need to get familiar with web technologies that will help you achieve your goal.]]>
            </summary>
                                    <category term="General" />
                        <updated>2023-11-17T07:12:54+00:00</updated>
        </entry>
    </feed>
