<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Omar Gamal</title>
    <description>The latest articles on DEV Community by Omar Gamal (@__563eb2c1cdb2e22e).</description>
    <link>https://dev.to/__563eb2c1cdb2e22e</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4022412%2Fcac82980-bc71-41b1-9c89-548ec486f576.png</url>
      <title>DEV Community: Omar Gamal</title>
      <link>https://dev.to/__563eb2c1cdb2e22e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__563eb2c1cdb2e22e"/>
    <language>en</language>
    <item>
      <title>Enhancement: Implement coreFilterEngine for objUtils (Good First Issue)🚀</title>
      <dc:creator>Omar Gamal</dc:creator>
      <pubDate>Thu, 09 Jul 2026 08:33:39 +0000</pubDate>
      <link>https://dev.to/__563eb2c1cdb2e22e/enhancement-implement-corefilterengine-for-objutils-good-first-issue-34ik</link>
      <guid>https://dev.to/__563eb2c1cdb2e22e/enhancement-implement-corefilterengine-for-objutils-good-first-issue-34ik</guid>
      <description>&lt;h2&gt;
  
  
  🎯 Goal
&lt;/h2&gt;

&lt;p&gt;We need to implement the &lt;code&gt;coreFilterEngine&lt;/code&gt; for the &lt;code&gt;objUtils&lt;/code&gt; module. Currently, the &lt;code&gt;arrUtils&lt;/code&gt; has a fully functional &lt;code&gt;coreFilterEngine&lt;/code&gt; (built by me), but the object counterpart is waiting for some open-source magic! &lt;/p&gt;

&lt;p&gt;This is a &lt;strong&gt;perfect opportunity for beginners&lt;/strong&gt; who want to make their first contribution to an open-source project.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ What needs to be done?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Look at how &lt;code&gt;coreFilterEngine&lt;/code&gt; is implemented in &lt;code&gt;arrUtils&lt;/code&gt; for inspiration.&lt;/li&gt;
&lt;li&gt;Implement a similar filtering engine in &lt;code&gt;objUtils&lt;/code&gt; that can filter object properties based on a predicate function or criteria.&lt;/li&gt;
&lt;li&gt;Ensure it handles edge cases (e.g., empty objects, nested objects if applicable).&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  💡 Where to start?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Check out the current implementation in: &lt;code&gt;src/arrUtils/coreFilterEngine.js&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;You will be working inside: &lt;code&gt;src/objUtils/&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤝 How to contribute?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Comment below stating that you want to work on this, and I will assign it to you.&lt;/li&gt;
&lt;li&gt;Fork the repository and create a new branch.&lt;/li&gt;
&lt;li&gt;Write your code and open a Pull Request (PR).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you need any help or guidance, just ask here! Let's build this together. 💻✨&lt;/p&gt;

&lt;p&gt;🔗&lt;a href="https://github.com/OmarPGH/RozFil/issues/1" rel="noopener noreferrer"&gt;https://github.com/OmarPGH/RozFil/issues/1&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>github</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
