<?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: Jacinta Gomes</title>
    <description>The latest articles on DEV Community by Jacinta Gomes (@jacinta5000).</description>
    <link>https://dev.to/jacinta5000</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%2F4106455%2Fcc17efe8-f7aa-45f9-a316-004ac4c7450b.png</url>
      <title>DEV Community: Jacinta Gomes</title>
      <link>https://dev.to/jacinta5000</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jacinta5000"/>
    <language>en</language>
    <item>
      <title>What Actually Breaks a Production Line? (Hint: It’s Not Always Machines)</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Mon, 21 Sep 2026 18:05:22 +0000</pubDate>
      <link>https://dev.to/jacinta5000/what-actually-breaks-a-production-line-hint-its-not-always-machines-2pib</link>
      <guid>https://dev.to/jacinta5000/what-actually-breaks-a-production-line-hint-its-not-always-machines-2pib</guid>
      <description>&lt;p&gt;If you’ve ever been inside a manufacturing plant—or even just imagined one—you probably think breakdowns happen because of machines failing.&lt;/p&gt;

&lt;p&gt;Sometimes that’s true.&lt;br&gt;
But a lot of the time… it’s something much simpler.&lt;/p&gt;

&lt;p&gt;Picture this:&lt;br&gt;
A sequencing rack is supposed to be at Station 18.&lt;br&gt;
Logistics says it’s already delivered.&lt;br&gt;
Warehouse shows it left staging 15 minutes ago.&lt;br&gt;
The assembly line is just… waiting.&lt;/p&gt;

&lt;p&gt;Nothing is broken.&lt;br&gt;
Nothing is missing.&lt;/p&gt;

&lt;p&gt;There’s just no visibility between those steps.&lt;/p&gt;

&lt;p&gt;And that’s enough to slow everything down.&lt;/p&gt;

&lt;p&gt;The Real Problem: Invisible Gaps&lt;/p&gt;

&lt;p&gt;Modern factories are full of systems:&lt;/p&gt;

&lt;p&gt;MES&lt;br&gt;
ERP&lt;br&gt;
Warehouse systems&lt;br&gt;
Shopfloor sensors&lt;/p&gt;

&lt;p&gt;But they don’t always talk to each other in real time.&lt;/p&gt;

&lt;p&gt;So even though data exists, it’s often:&lt;/p&gt;

&lt;p&gt;delayed&lt;br&gt;
fragmented&lt;br&gt;
or just not actionable&lt;/p&gt;

&lt;p&gt;That’s where things fall apart—not because of a lack of data, but because of a lack of connected intelligence.&lt;/p&gt;

&lt;p&gt;Enter AIoT (AI + IoT)&lt;/p&gt;

&lt;p&gt;At a basic level, AIoT combines connected devices with real-time analytics so systems can actually understand what’s happening—not just record it.&lt;/p&gt;

&lt;p&gt;In manufacturing, that means:&lt;/p&gt;

&lt;p&gt;tracking where parts and tools actually are&lt;br&gt;
knowing where workers are on the floor&lt;br&gt;
monitoring work-in-progress (WIP) live&lt;br&gt;
predicting bottlenecks before they happen&lt;/p&gt;

&lt;p&gt;It’s not just automation—it’s awareness.&lt;/p&gt;

&lt;p&gt;What This Looks Like in Practice&lt;/p&gt;

&lt;p&gt;Platforms like OEMNEX AI focus on connecting all those moving parts into one system.&lt;/p&gt;

&lt;p&gt;Instead of guessing, teams can see:&lt;/p&gt;

&lt;p&gt;where materials are right now&lt;br&gt;
how production is flowing&lt;br&gt;
what’s causing delays&lt;br&gt;
what needs attention before it becomes a problem&lt;/p&gt;

&lt;p&gt;That shift—from assumptions to real-time visibility—is what makes operations more predictable and efficient.&lt;/p&gt;

&lt;p&gt;Why This Matters for Developers&lt;/p&gt;

&lt;p&gt;This isn’t just an “industrial” problem—it’s a systems design problem.&lt;/p&gt;

&lt;p&gt;Think about what’s involved:&lt;/p&gt;

&lt;p&gt;real-time data streaming (MQTT, Kafka, etc.)&lt;br&gt;
edge + cloud coordination&lt;br&gt;
event-driven architectures&lt;br&gt;
low-latency decision systems&lt;/p&gt;

&lt;p&gt;You’re basically building a distributed system that interacts with the physical world.&lt;/p&gt;

&lt;p&gt;And unlike typical apps, the feedback loop is immediate:&lt;/p&gt;

&lt;p&gt;a delay in data = a delay in production&lt;br&gt;
a missed event = a real-world bottleneck&lt;br&gt;
The Bigger Shift&lt;/p&gt;

&lt;p&gt;Factories aren’t just becoming automated.&lt;br&gt;
They’re becoming observable systems.&lt;/p&gt;

&lt;p&gt;The difference is huge:&lt;/p&gt;

&lt;p&gt;Automation = “do this task”&lt;br&gt;
Observability = “understand what’s happening everywhere”&lt;/p&gt;

&lt;p&gt;And once you have that understanding, optimization becomes much easier.&lt;/p&gt;

</description>
      <category>infrastructure</category>
      <category>iot</category>
      <category>systemdesign</category>
    </item>
    <item>
      <title>Industrial.</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Mon, 21 Sep 2026 17:41:18 +0000</pubDate>
      <link>https://dev.to/jacinta5000/industrial-2e6b</link>
      <guid>https://dev.to/jacinta5000/industrial-2e6b</guid>
      <description>&lt;p&gt;Why Most Industrial Data Goes Unused (And How to Make It Useful)&lt;/p&gt;

&lt;p&gt;If you’ve worked around industrial systems, you already know one thing—there’s no shortage of data.&lt;/p&gt;

&lt;p&gt;Machines generate telemetry. Sensors capture environmental conditions. Systems log events across production, maintenance, and logistics. On the surface, everything looks data-rich.&lt;/p&gt;

&lt;p&gt;But here’s the problem: a large portion of that data never actually gets used.&lt;/p&gt;

&lt;p&gt;The Real Issue Isn’t Data—It’s Disconnection&lt;/p&gt;

&lt;p&gt;In many operations, data lives in silos.&lt;/p&gt;

&lt;p&gt;Machine telemetry is stored in one system&lt;br&gt;
Environmental signals in another&lt;br&gt;
Operational data somewhere else&lt;/p&gt;

&lt;p&gt;Each dataset is valuable on its own, but without context, it’s difficult to turn into actionable insight. Teams end up reacting to isolated signals instead of understanding what’s really happening across the system.&lt;/p&gt;

&lt;p&gt;What Changes When Data Is Connected?&lt;/p&gt;

&lt;p&gt;When these data streams are brought together, things start to look different.&lt;/p&gt;

&lt;p&gt;Instead of fragmented visibility, teams get a more complete operational picture:&lt;/p&gt;

&lt;p&gt;Events can be understood in context&lt;br&gt;
Patterns become easier to identify&lt;br&gt;
Decisions can be made faster and with more confidence&lt;/p&gt;

&lt;p&gt;It’s not about collecting more data—it’s about making existing data usable.&lt;/p&gt;

&lt;p&gt;From Raw Signals to Actionable Intelligence&lt;/p&gt;

&lt;p&gt;This is where the idea of unified intelligence layers comes in.&lt;/p&gt;

&lt;p&gt;By combining live telematics with environmental signals, organizations can translate raw data into something practical—something teams can act on in real time.&lt;/p&gt;

&lt;p&gt;That shift—from data collection to data usability—is what actually drives value.&lt;/p&gt;

&lt;p&gt;Final Thought&lt;/p&gt;

&lt;p&gt;Most industrial environments don’t need more data. They need better ways to connect and use what they already have.&lt;/p&gt;

&lt;p&gt;If you’re exploring how this can be done, this approach is worth looking into:&lt;br&gt;
&lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title># Why Most Industrial Data Goes Unused (And How to Make It Useful)

If you’ve worked around industrial systems, you already know one thing—there’s no shortage of data.

Machines generate telemetry. Sensors capture environmental conditions. Systems log even</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Mon, 21 Sep 2026 17:25:24 +0000</pubDate>
      <link>https://dev.to/jacinta5000/-why-most-industrial-data-goes-unused-and-how-to-make-it-useful-if-youve-worked-around-446g</link>
      <guid>https://dev.to/jacinta5000/-why-most-industrial-data-goes-unused-and-how-to-make-it-useful-if-youve-worked-around-446g</guid>
      <description></description>
    </item>
    <item>
      <title>Tech.</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Fri, 11 Sep 2026 10:23:23 +0000</pubDate>
      <link>https://dev.to/jacinta5000/tech-289h</link>
      <guid>https://dev.to/jacinta5000/tech-289h</guid>
      <description>&lt;p&gt;The Invisible Intelligence Behind Every Great Event ✨&lt;/p&gt;

&lt;p&gt;Crowds move. Lights shine. Music plays.&lt;/p&gt;

&lt;p&gt;But behind it all, something quieter is happening.&lt;/p&gt;

&lt;p&gt;Technology is learning.&lt;br&gt;
Adapting.&lt;br&gt;
Predicting.&lt;/p&gt;

&lt;p&gt;With solutions from Amuse Tech Solutions, venues are becoming more than spaces—they’re becoming intelligent environments.&lt;/p&gt;

&lt;p&gt;Where safety feels natural.&lt;br&gt;
Where flow feels effortless.&lt;br&gt;
Where experiences feel seamless.&lt;/p&gt;

&lt;p&gt;The future of events isn’t just bigger.&lt;br&gt;
It’s smarter.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Understanding AIoT in Automotive Manufacturing

Automotive manufacturing environments are highly complex systems involving robotics, PLCs, MES platforms, and workforce operations.

The challenge isn’t just automation—it’s integration.

Modern approaches ar</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Wed, 09 Sep 2026 15:50:16 +0000</pubDate>
      <link>https://dev.to/jacinta5000/understanding-aiot-in-automotive-manufacturing-automotive-manufacturing-environments-are-highly-21k6</link>
      <guid>https://dev.to/jacinta5000/understanding-aiot-in-automotive-manufacturing-automotive-manufacturing-environments-are-highly-21k6</guid>
      <description></description>
    </item>
    <item>
      <title>Title: AI + IoT = Real-World Intelligence (AIoT Explained)**</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Wed, 09 Sep 2026 15:17:18 +0000</pubDate>
      <link>https://dev.to/jacinta5000/title-ai-iot-real-world-intelligence-aiot-explained-3687</link>
      <guid>https://dev.to/jacinta5000/title-ai-iot-real-world-intelligence-aiot-explained-3687</guid>
      <description>&lt;p&gt;AI alone is powerful.&lt;br&gt;
IoT alone is useful.&lt;br&gt;
But together? They unlock something bigger.&lt;/p&gt;

&lt;p&gt;AIoT combines connected devices with intelligent systems to:&lt;/p&gt;

&lt;p&gt;Track assets in real time&lt;br&gt;
Analyze operational data&lt;br&gt;
Automate workflows&lt;br&gt;
Improve decision-making&lt;/p&gt;

&lt;p&gt;Aperture Venture Studio is building AIoT-based companies that focus on real industrial use cases instead of theoretical ideas.&lt;/p&gt;

&lt;p&gt;The goal isn’t just data collection — it’s turning data into actionable intelligence and scalable systems.&lt;/p&gt;

&lt;p&gt;If you're into AI, IoT, or building real-world tech, AIoT is a space worth watching.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Ai Ventures.</title>
      <dc:creator>Jacinta Gomes</dc:creator>
      <pubDate>Thu, 03 Sep 2026 14:45:33 +0000</pubDate>
      <link>https://dev.to/jacinta5000/ai-ventures-4bha</link>
      <guid>https://dev.to/jacinta5000/ai-ventures-4bha</guid>
      <description>&lt;p&gt;How AI + IoT Are Powering the Next Generation of Smart Venues&lt;/p&gt;

&lt;p&gt;When people think about amusement parks or stadiums, they usually imagine rides, crowds, and events.&lt;br&gt;
What they don’t see is the growing layer of technology infrastructure that keeps everything running smoothly.&lt;/p&gt;

&lt;p&gt;Today, modern venues are evolving into smart ecosystems, powered by AI (Artificial Intelligence) and IoT (Internet of Things).&lt;/p&gt;

&lt;p&gt;The Problem: Fragmented Systems &amp;amp; Reactive Operations&lt;/p&gt;

&lt;p&gt;Most traditional venues still operate with disconnected systems:&lt;/p&gt;

&lt;p&gt;Separate tools for ticketing, security, maintenance, and operations&lt;br&gt;
Limited real-time visibility into crowd flow or asset usage&lt;br&gt;
Reactive responses to incidents (instead of prevention)&lt;/p&gt;

&lt;p&gt;This often leads to:&lt;/p&gt;

&lt;p&gt;Long wait times&lt;br&gt;
Equipment downtime&lt;br&gt;
Inefficient staffing&lt;br&gt;
Safety risks&lt;br&gt;
The Shift to Smart, Connected Infrastructure&lt;/p&gt;

&lt;p&gt;With IoT sensors and AI-driven analytics, venues can now collect and process real-time data across their entire environment.&lt;/p&gt;

&lt;p&gt;Think of it like this:&lt;/p&gt;

&lt;p&gt;Sensors track crowd density and movement&lt;br&gt;
RFID systems monitor assets and access points&lt;br&gt;
AI analyzes patterns and predicts issues before they occur&lt;/p&gt;

&lt;p&gt;This transforms venues from reactive systems → intelligent, proactive environments.&lt;/p&gt;

&lt;p&gt;Key Technologies Behind Smart Venues&lt;/p&gt;

&lt;p&gt;Here are some of the core technologies driving this transformation:&lt;/p&gt;

&lt;p&gt;🔹 IoT Sensors&lt;/p&gt;

&lt;p&gt;Collect real-time data from rides, infrastructure, and visitor movement&lt;/p&gt;

&lt;p&gt;🔹 RFID &amp;amp; Smart Access Control&lt;/p&gt;

&lt;p&gt;Enable seamless entry, asset tracking, and security monitoring&lt;/p&gt;

&lt;p&gt;🔹 AI &amp;amp; Predictive Analytics&lt;/p&gt;

&lt;p&gt;Analyze patterns to prevent failures and optimize operations&lt;/p&gt;

&lt;p&gt;🔹 Edge Computing&lt;/p&gt;

&lt;p&gt;Process data closer to the source for faster decision-making&lt;/p&gt;

&lt;p&gt;Real-World Impact&lt;/p&gt;

&lt;p&gt;When these technologies come together, the results are measurable:&lt;/p&gt;

&lt;p&gt;Reduced downtime through predictive maintenance&lt;br&gt;
Improved crowd flow and shorter wait times&lt;br&gt;
Enhanced safety with real-time monitoring&lt;br&gt;
Better resource allocation and operational efficiency&lt;/p&gt;

&lt;p&gt;Platforms like Amuse Tech Solutions are helping venues integrate these capabilities into a unified system, making it easier to manage complex operations at scale.&lt;/p&gt;

&lt;p&gt;Why Developers &amp;amp; Tech Teams Should Care&lt;/p&gt;

&lt;p&gt;Smart venues are not just about hardware—they require:&lt;/p&gt;

&lt;p&gt;Scalable data pipelines&lt;br&gt;
Real-time analytics systems&lt;br&gt;
Cloud + edge integration&lt;br&gt;
Secure IoT architectures&lt;/p&gt;

&lt;p&gt;For developers, this opens up opportunities to work on:&lt;/p&gt;

&lt;p&gt;Event-driven systems&lt;br&gt;
Real-time dashboards&lt;br&gt;
AI/ML models for prediction&lt;br&gt;
IoT device integration&lt;br&gt;
Final Thoughts&lt;/p&gt;

&lt;p&gt;The future of entertainment venues is not just digital—it’s intelligent and connected.&lt;/p&gt;

&lt;p&gt;As AI and IoT continue to evolve, venues will become more autonomous, efficient, and experience-focused.&lt;/p&gt;

&lt;p&gt;And for developers and tech professionals, this space offers one of the most exciting intersections of data, infrastructure, and real-world impact.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
