<?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: Aremu Feranmi </title>
    <description>The latest articles on DEV Community by Aremu Feranmi  (@aremu_feranmifreddiesc).</description>
    <link>https://dev.to/aremu_feranmifreddiesc</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%2F4044539%2F5afb4ee9-bcf0-4003-9fb2-ee07ab083822.jpeg</url>
      <title>DEV Community: Aremu Feranmi </title>
      <link>https://dev.to/aremu_feranmifreddiesc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aremu_feranmifreddiesc"/>
    <language>en</language>
    <item>
      <title>RICO: A Real-Time AV Signal Router for MIDI, OSC, NDI, Spout, and DMX (C++/DirectX11)</title>
      <dc:creator>Aremu Feranmi </dc:creator>
      <pubDate>Sat, 19 Sep 2026 16:14:35 +0000</pubDate>
      <link>https://dev.to/aremu_feranmifreddiesc/rico-a-real-time-av-signal-router-for-midi-osc-ndi-spout-and-dmx-cdirectx11-3n5a</link>
      <guid>https://dev.to/aremu_feranmifreddiesc/rico-a-real-time-av-signal-router-for-midi-osc-ndi-spout-and-dmx-cdirectx11-3n5a</guid>
      <description>&lt;p&gt;I want to share a project I've been working on: RICO, a Windows application that acts as a central hub for real-time multimedia protocols — the kind of glue layer that VJs, installation artists, and creative technologists usually end up hand-rolling or patching together in Max/MSP or TouchDesigner.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;p&gt;RICO bridges together:&lt;/p&gt;

&lt;p&gt;MIDI — routing, learn mode, remapping&lt;br&gt;
OSC — send/receive to multiple destinations at once&lt;br&gt;
Spout — real-time texture sharing between DirectX apps&lt;br&gt;
NDI — video streaming over a network&lt;br&gt;
DMX/Art-Net — lighting control&lt;br&gt;
MQTT — IoT/custom hardware&lt;br&gt;
Audio analysis — FFT-based reactivity with beat detection&lt;br&gt;
Guitar-to-MIDI — live audio-to-MIDI conversion&lt;br&gt;
Ableton Link — tempo sync across devices&lt;br&gt;
Virtual MIDI — software MIDI ports via teVirtualMIDI&lt;br&gt;
Why&lt;/p&gt;

&lt;p&gt;Anyone who's tried to connect a MIDI controller to a generative visuals engine, then also route DMX to a lighting rig, then sync it all to Ableton's tempo, knows there's no single lightweight tool that does all of this without a ton of setup. RICO tries to be that tool — plug in, open the app, route signals, done.&lt;/p&gt;

&lt;p&gt;Stack&lt;/p&gt;

&lt;p&gt;Built in C++ with DirectX 11 and ImGui for the UI, and leans on some solid libraries under the hood: RtMidi, oscpack, Spout, the NDI SDK, paho-mqtt, miniaudio, pffft, and Ableton Link.&lt;/p&gt;

&lt;p&gt;Status&lt;/p&gt;

&lt;p&gt;It's in public beta (v2.2.0), Windows 10/11 x64 only. Closed source for now, with a public source release planned for later. There are demo videos in the repo showing it driving audio-reactive projection in TouchDesigner and running as a live video switcher.&lt;/p&gt;

&lt;p&gt;If you work in real-time visuals, interactive installations, or live performance tooling, I'd love feedback on what protocols or workflows are missing.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/mayakhalil-cmd/RICO" rel="noopener noreferrer"&gt;https://github.com/mayakhalil-cmd/RICO&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>cpp</category>
      <category>creativecoding</category>
      <category>xamarin</category>
    </item>
    <item>
      <title>What if an Applicant Tracking System could explain why a candidate was rejected?</title>
      <dc:creator>Aremu Feranmi </dc:creator>
      <pubDate>Mon, 14 Sep 2026 14:07:26 +0000</pubDate>
      <link>https://dev.to/aremu_feranmifreddiesc/what-if-an-applicant-tracking-system-could-explain-why-a-candidate-was-rejected-3kn1</link>
      <guid>https://dev.to/aremu_feranmifreddiesc/what-if-an-applicant-tracking-system-could-explain-why-a-candidate-was-rejected-3kn1</guid>
      <description>&lt;p&gt;Hiring systems increasingly rely on automated scoring, but when an ATS makes a decision, it can be difficult to understand what actually influenced the outcome.&lt;/p&gt;

&lt;p&gt;AI Bias Firewall (AIBF) is an open source project designed to provide an explainable bias detection layer for Applicant Tracking Systems.&lt;/p&gt;

&lt;p&gt;AIBF can:&lt;/p&gt;

&lt;p&gt;• Analyze ATS scoring decisions&lt;br&gt;
• Identify potential protected attribute proxies&lt;br&gt;
• Measure how different factors contribute to a decision&lt;br&gt;
• Flag potentially biased outcomes for human review&lt;br&gt;
• Generate plain language explanations&lt;br&gt;
• Learn from HR feedback through model retraining&lt;/p&gt;

&lt;p&gt;One of the interesting aspects of AIBF is its open source and method documented approach, allowing developers and researchers to inspect, test, and improve the system.&lt;/p&gt;

&lt;p&gt;The project uses synthetic data, so no real candidate information is included in the repository.&lt;/p&gt;

&lt;p&gt;For developers, researchers, and professionals working in AI/ML, HR technology, responsible AI, algorithmic fairness, or explainable AI, AIBF is worth exploring.&lt;/p&gt;

&lt;p&gt;🔗 Explore AIBF on GitHub: &lt;a href="https://github.com/jbarach2012/AIBF_API" rel="noopener noreferrer"&gt;https://github.com/jbarach2012/AIBF_API&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  ResponsibleAI #ExplainableAI #AlgorithmicFairness #AI #MachineLearning #HRTech #OpenSource #GitHub
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>github</category>
      <category>opensource</category>
    </item>
    <item>
      <title>wow this repository is amazing</title>
      <dc:creator>Aremu Feranmi </dc:creator>
      <pubDate>Mon, 14 Sep 2026 13:54:04 +0000</pubDate>
      <link>https://dev.to/aremu_feranmifreddiesc/wow-this-repository-is-amazing-h38</link>
      <guid>https://dev.to/aremu_feranmifreddiesc/wow-this-repository-is-amazing-h38</guid>
      <description>&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah" class="crayons-story__hidden-navigation-link"&gt;What if your Rust application could run natively on desktop and in the browser without Electron.&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/maria_bryan_88081208cbd" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4060482%2F70be6e9b-05d3-4ee3-95fe-d4d0eb9a9e3c.jpg" alt="maria_bryan_88081208cbd profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/maria_bryan_88081208cbd" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Maria B. Ryan
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Maria B. Ryan
                
                
              
              &lt;div id="story-author-preview-content-4651030" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/maria_bryan_88081208cbd" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4060482%2F70be6e9b-05d3-4ee3-95fe-d4d0eb9a9e3c.jpg" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Maria B. Ryan&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Sep 14&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah" id="article-link-4651030"&gt;
          What if your Rust application could run natively on desktop and in the browser without Electron.
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/opensource"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;opensource&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/rustdeveloper"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;rustdeveloper&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/web3"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;web3&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/ai"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;ai&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/exploding-head-daceb38d627e6ae9b730f36a1e390fca556a4289d5a41abb2c35068ad3e2c4b5.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;12&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              7&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            1 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Getting Started with an Open-Source GitHub Project: A Beginner's Guide</title>
      <dc:creator>Aremu Feranmi </dc:creator>
      <pubDate>Fri, 24 Jul 2026 22:48:58 +0000</pubDate>
      <link>https://dev.to/aremu_feranmifreddiesc/need-github-genuine-promotion-1jkl</link>
      <guid>https://dev.to/aremu_feranmifreddiesc/need-github-genuine-promotion-1jkl</guid>
      <description>&lt;p&gt;Open-source software powers much of today's technology, yet many developers hesitate to try new projects because getting started can seem overwhelming. In this guide, I'll walk you through a practical approach to exploring an open-source GitHub repository, understanding its purpose, and running it locally.&lt;/p&gt;

&lt;p&gt;Why Open Source Matters&lt;/p&gt;

&lt;p&gt;Open-source projects allow developers to:&lt;/p&gt;

&lt;p&gt;Learn from production-quality code&lt;br&gt;
Contribute improvements&lt;br&gt;
Report bugs&lt;br&gt;
Build real-world experience&lt;br&gt;
Collaborate with developers worldwide&lt;/p&gt;

&lt;p&gt;Whether you're a student, software engineer, or AI enthusiast, contributing to open source is one of the fastest ways to improve your technical skills.&lt;/p&gt;

&lt;p&gt;Step 1: Clone the Repository&lt;/p&gt;

&lt;p&gt;Start by cloning the repository to your local machine.&lt;/p&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/aremuferanmi72-stack/Freddierobe.git" rel="noopener noreferrer"&gt;https://github.com/aremuferanmi72-stack/Freddierobe.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Replace OWNER and REPOSITORY with the actual GitHub repository.&lt;/p&gt;

&lt;p&gt;Step 2: Read the Documentation&lt;/p&gt;

&lt;p&gt;Before writing any code, spend a few minutes reading:&lt;/p&gt;

&lt;p&gt;README.md&lt;br&gt;
Installation guide&lt;br&gt;
Contributing guidelines&lt;br&gt;
License&lt;br&gt;
Issues section&lt;/p&gt;

&lt;p&gt;This gives you a clear understanding of the project's goals and development workflow.&lt;/p&gt;

&lt;p&gt;Step 3: Install Dependencies&lt;/p&gt;

&lt;p&gt;Every project has its own setup process. Common examples include:&lt;/p&gt;

&lt;p&gt;Node.js&lt;br&gt;
npm install&lt;br&gt;
Python&lt;br&gt;
pip install -r requirements.txt&lt;br&gt;
Docker&lt;br&gt;
docker compose up&lt;/p&gt;

&lt;p&gt;Always follow the project's official installation instructions.&lt;/p&gt;

&lt;p&gt;Step 4: Run the Project&lt;/p&gt;

&lt;p&gt;Launch the application using the recommended command.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;npm start&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;python main.py&lt;/p&gt;

&lt;p&gt;Verify that the application starts successfully before exploring its features.&lt;/p&gt;

&lt;p&gt;Step 5: Explore the Project Structure&lt;/p&gt;

&lt;p&gt;Most repositories include folders such as:&lt;/p&gt;

&lt;p&gt;src/ – source code&lt;br&gt;
docs/ – documentation&lt;br&gt;
tests/ – automated tests&lt;br&gt;
examples/ – sample usage&lt;br&gt;
config/ – configuration files&lt;/p&gt;

&lt;p&gt;Understanding the structure makes it easier to navigate and contribute.&lt;/p&gt;

&lt;p&gt;Step 6: Test the Core Features&lt;/p&gt;

&lt;p&gt;Spend time using the project as an actual user.&lt;/p&gt;

&lt;p&gt;Ask yourself:&lt;/p&gt;

&lt;p&gt;What problem does it solve?&lt;br&gt;
Who is the intended audience?&lt;br&gt;
What features stand out?&lt;br&gt;
Was installation straightforward?&lt;br&gt;
What could be improved?&lt;/p&gt;

&lt;p&gt;Documenting these observations helps you write useful tutorials and provide meaningful feedback.&lt;/p&gt;

&lt;p&gt;Step 7: Contribute Back&lt;/p&gt;

&lt;p&gt;Even if you're new to open source, you can contribute by:&lt;/p&gt;

&lt;p&gt;Improving documentation&lt;br&gt;
Reporting bugs&lt;br&gt;
Suggesting enhancements&lt;br&gt;
Fixing small issues&lt;br&gt;
Answering community questions&lt;/p&gt;

&lt;p&gt;Every contribution helps strengthen the project.&lt;/p&gt;

&lt;p&gt;Tips for New Contributors&lt;br&gt;
Start with beginner-friendly issues.&lt;br&gt;
Read existing discussions before asking questions.&lt;br&gt;
Follow the project's coding standards.&lt;br&gt;
Keep pull requests focused and easy to review.&lt;br&gt;
Be respectful when communicating with maintainers.&lt;br&gt;
Final Thoughts&lt;/p&gt;

&lt;p&gt;Open-source projects are more than code repositories—they're collaborative communities where developers learn, share ideas, and build software together. By taking the time to understand a project's documentation, install it correctly, and experiment with its features, you'll gain valuable experience and be better prepared to contribute meaningful improvements.&lt;/p&gt;

&lt;p&gt;If you have a GitHub project you'd like others to discover, creating practical tutorials like this one is an effective way to help developers understand its value and encourage genuine adoption.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>webdev</category>
      <category>github</category>
    </item>
    <item>
      <title>I'm new here</title>
      <dc:creator>Aremu Feranmi </dc:creator>
      <pubDate>Fri, 24 Jul 2026 22:44:02 +0000</pubDate>
      <link>https://dev.to/aremu_feranmifreddiesc/im-new-here-1mpn</link>
      <guid>https://dev.to/aremu_feranmifreddiesc/im-new-here-1mpn</guid>
      <description>&lt;p&gt;Hi everyone! 👋 I'm Freddie from Nigeria. I specialize in ethical GitHub repository promotion, helping open-source projects increase visibility through genuine stars, forks, followers, and community engagement. I'm excited to be here, learn from the community, connect with developers, and contribute where I can. Looking forward to meeting you all! &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
