<?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: Carren Eurica Naces</title>
    <description>The latest articles on DEV Community by Carren Eurica Naces (@carreneurica).</description>
    <link>https://dev.to/carreneurica</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2695647%2F3f72f45b-ce14-4a0c-a71c-105e8ab71d36.jpg</url>
      <title>DEV Community: Carren Eurica Naces</title>
      <link>https://dev.to/carreneurica</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/carreneurica"/>
    <language>en</language>
    <item>
      <title>AI/DATA MiniConference 2025: Operationalizing Your AI Models</title>
      <dc:creator>Carren Eurica Naces</dc:creator>
      <pubDate>Wed, 26 Feb 2025 06:39:43 +0000</pubDate>
      <link>https://dev.to/kakacomputer-media/aidata-miniconference-2025-operationalizing-your-ai-models-1m4i</link>
      <guid>https://dev.to/kakacomputer-media/aidata-miniconference-2025-operationalizing-your-ai-models-1m4i</guid>
      <description>&lt;h1&gt;
  
  
  &lt;strong&gt;AI/DATA MiniConference 2025: Operationalizing Your AI Models&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;Cebu's AI and data community started 2025 with an exciting and insightful event: the AI/DATA MiniConference: Operationalizing Your AI Models, held on February 16 at the Accenture Cebu Office, eBloc 2 Tower, IT Park. Organized by PizzaPy—Cebu Python Users Group, AI Pilipinas Cebu, Ideate Exchange, and Data Engineering Cebu, and in collaboration with Accenture Philippines, the mini-conference brought together AI/ML practitioners, data enthusiasts, and industry leaders to explore the practicalities of deploying AI models in real-world environments.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Igniting Cebu's Tech Synergy&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The event kicked off with Neriah "BJ" Ato, Python Developer at BLV Solutions and Co-Lead Organizer of PizzaPy Cebu Python Users Group, introducing the collaboration between PizzaPy, AI Pilipinas Cebu, AI Generation Cebu, and Data Engineering Cebu. He shared updates on PizzaPy's latest activities, highlighting the community's ongoing efforts to foster tech engagement.&lt;/p&gt;

&lt;p&gt;Following this, Joanna "Anj" Mariblanca, Founder of IDEX Corporation and AI Generation Cebu, reflected on past events and provided insights into their upcoming AI workshops for the year. Jerry Marte, Senior Data Engineer at VBP and Community Lead of Data Engineering Cebu wrapped up the introductions by sharing the group's origins and plans for a data-focused event later in 2025.&lt;/p&gt;

&lt;p&gt;This AI/ML mini-conference marked &lt;strong&gt;PizzaPy's first event of the year&lt;/strong&gt; and was organized in collaboration with Accenture in the Philippines, further expanding partnerships within Cebu's tech ecosystem. More than just a gathering, it served as a &lt;strong&gt;launchpad&lt;/strong&gt; for future collaborations—an open invitation for the community to build, share, and grow together throughout the year.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Part 1: Laying the Foundations of MLOps&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Diving into MLOps: From Concept to Production&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The first keynote, &lt;strong&gt;"Introduction to MLOps,"&lt;/strong&gt; was delivered by &lt;strong&gt;Maxell Milay, Lead Software Engineer at Bitwork Solutions and an AI Advocate at AI Pilipinas Cebu&lt;/strong&gt;. He tackled the challenges of bringing machine learning (ML) models from research to production, emphasizing that not all models rely on labeled training data—especially in cases like &lt;strong&gt;unsupervised learning&lt;/strong&gt;. He also highlighted how models can degrade over time due to shifting data distributions, a challenge often overlooked in real-world applications.&lt;/p&gt;

&lt;p&gt;Maxell discussed &lt;strong&gt;data drift&lt;/strong&gt;, where production data diverges from what a model was trained on, leading to performance drops. He explained &lt;strong&gt;Train-Serve Skew&lt;/strong&gt; and the mismatch between training and inference data and stressed the need for &lt;strong&gt;continuous retraining&lt;/strong&gt; to keep models relevant. He said, &lt;strong&gt;"Garbage in, garbage out—if your data changes, your model needs to adapt."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;His presentation broke down the &lt;strong&gt;ML pipeline&lt;/strong&gt;, covering &lt;strong&gt;data aggregation, preprocessing, feature engineering, model training, validation, and deployment&lt;/strong&gt;. He also introduced the &lt;strong&gt;Challenger vs. Champion&lt;/strong&gt; approach, where new models are tested against the current best-performing model. If the challenger outperforms the champion, it replaces the existing production model—a critical process in MLOps.&lt;/p&gt;

&lt;p&gt;Maxell wrapped up by discussing best practices for &lt;strong&gt;bridging gaps between data engineers, data scientists, and ML engineers&lt;/strong&gt;. He emphasized the importance of &lt;strong&gt;managing artifacts, data, and model versions&lt;/strong&gt; while leveraging &lt;strong&gt;cloud-based solutions&lt;/strong&gt; for scalable training and deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Building AI-Driven Trading Strategies&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The second keynote, &lt;strong&gt;"Building and Deploying an LSTM Mean Reversion Trading Strategy in AWS ECS and Docker Hub"&lt;/strong&gt;, was presented by &lt;strong&gt;Gaille Amolong&lt;/strong&gt;, a first-year Computer Science student at Cebu Institute of Technology - University and Software Engineer at Bitwork Solutions. Despite his early career stage, Gaille showcased impressive expertise in deploying AI-driven trading strategies.&lt;/p&gt;

&lt;p&gt;He explained how &lt;strong&gt;Long Short-Term Memory (LSTM)&lt;/strong&gt; networks, designed for time-series data, capture complex patterns over time. Gaille's trading strategy leveraged the &lt;strong&gt;mean reversion&lt;/strong&gt; principle—that asset prices tend to return to their average values, creating opportunities to "buy low and sell high."&lt;/p&gt;

&lt;p&gt;Gaille detailed the end-to-end pipeline:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Model Training:&lt;/strong&gt; Downloading financial data, preprocessing it, and generating (X, y) sequences.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Model Architecture:&lt;/strong&gt; Using LSTM layers with dropout, L2 regularization, and an MSE loss function optimized by Adam.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;API Development:&lt;/strong&gt; Building an API layer for real-time predictions.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Containerization:&lt;/strong&gt; Packaging the app into a Docker image for consistent deployment.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Deployment:&lt;/strong&gt; Push the image to Docker Hub and deploy it on &lt;strong&gt;AWS Elastic Container Service (ECS)&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;He emphasized the value of containerization for ensuring portability and scalability, noting that &lt;strong&gt;"Docker eliminates the 'works on my machine' problem, making deployments seamless across environments."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Gaille emphasized that while the strategy showcased an end-to-end approach, it is not financial advice—market conditions vary, and due diligence is essential. Nonetheless, his demonstration highlighted the power of combining AI, containerization, and cloud infrastructure for scalable, real-world solutions.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Community Spotlight: AI Pilipinas Cebu&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Following the first set of talks, Luisa Abigail Go, Product Design Lead for Dexcribe.com and Community Manager at AI Pilipinas Cebu, took the stage to introduce AI Pilipinas Cebu. She shared the community's vision, mission, and initiatives for 2025, breaking down its mission into what it is, why it matters, and how it's growing the local AI community. She shared how the group brings AI enthusiasts together and highlighted key programs like the AI Advocate Program, which recognizes contributors—including Gaille Amolong and Maxell Milay, both speakers at this event. She also talked about their Leadership Program, which helps aspiring organizers run AI events and workshops.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Part 2: Scaling AI in Practice&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Practical LLMOps &amp;amp; Prompt Engineering – Jerel John Velarde&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Jerel Velarde, Director of Product Management at Full Scale Ventures and co-founder of AI Pilipinas Cebu, delivered a hands-on session on &lt;strong&gt;LLMOps and prompt engineering&lt;/strong&gt;, focusing on practical strategies for building AI products. He emphasized that &lt;strong&gt;LLMOps isn’t just about deploying LLMs—it’s about aligning AI with business goals.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Key Takeaways:&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Start with the Business Outcome&lt;/strong&gt;:&lt;br&gt;
“Start with the business outcome, then Model Selection &amp;amp; Orchestration, then Prompt Engineering, then RAG, and only then consider fine-tuning if absolutely necessary.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;MLOps vs. LLMOps&lt;/strong&gt; : “In Machine Learning, look at the data. In Generative AI, look at the output.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Model Selection Matters&lt;/strong&gt; – Choosing the right model depends on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Task Alignment&lt;/strong&gt; – “Does the model fit the domain and functionality?”&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Speed vs. Quality&lt;/strong&gt; – “Which does the use case value more—speed or quality?”&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Cost &amp;amp; Compliance&lt;/strong&gt; – “Is the operational expenditure justified by the business value?”&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;Retrieval-Augmented Generation (RAG)&lt;/strong&gt; – Enhances LLMs with real-time knowledge by structuring data retrieval:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  “Import, split, embed, and store—RAG is all about structuring knowledge retrieval for better responses.”&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;Prompt Engineering&lt;/strong&gt; –&lt;br&gt;
“Good writers aren’t necessarily good prompt engineers.”&lt;br&gt;
Treat LLMs like a &lt;strong&gt;smart new hire&lt;/strong&gt;: &lt;strong&gt;Clear Instructions&lt;/strong&gt; – “Does the model have everything it needs to do the task?”&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Reference Materials&lt;/strong&gt; – “Provide examples.”&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Task Breakdown&lt;/strong&gt; – “Split complex requests into simpler sub-tasks.”&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Time to Think&lt;/strong&gt; – “Let the model process logically.”&lt;/li&gt;
&lt;li&gt;  “Talk to your model like a smart new employee—break down tasks, provide context, and review outputs intentionally.”&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;Case Study: GetYourCoach.AI&lt;/strong&gt; – Jerel showcased his AI-powered &lt;strong&gt;career coaching app&lt;/strong&gt;, built with &lt;strong&gt;Flutter, Firebase, and VAPI&lt;/strong&gt;, featuring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Discovery Calls&lt;/strong&gt; – “Create a custom identity, base voice agent, and define goals.”&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Follow-Up Calls&lt;/strong&gt; – Tracks user progress with memory&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Mock Interviews&lt;/strong&gt; – “Custom prompts based on job descriptions, followed by automated grading and feedback.”&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;MLOps in Action: Creating Business Value&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The final keynote was delivered by &lt;strong&gt;Joshua Hiwatig, AVP Senior Machine Learning Engineer at RCBC&lt;/strong&gt;, with &lt;strong&gt;"MLOps in Action: Creating Value from Models in Production."&lt;/strong&gt; Joshua provided a pragmatic view of how MLOps accelerates the journey from experimentation to production, ensuring models drive real business impact.&lt;/p&gt;

&lt;p&gt;He highlighted the traditional challenges of ML workflows: &lt;strong&gt;manual processes, lower productivity, and high costs.&lt;/strong&gt; MLOps addresses these by &lt;strong&gt;automating code, data, and model pipelines,&lt;/strong&gt; enhancing reproducibility, and ensuring seamless collaboration between data scientists and engineers.&lt;/p&gt;

&lt;p&gt;Joshua shared MLOps' guiding principles: &lt;strong&gt;CI/CD pipelines, standardized features, robust monitoring, and iterative testing.&lt;/strong&gt; He emphasized the importance of &lt;strong&gt;feature stores&lt;/strong&gt; for centralized, shareable, high-quality data, reducing training-serving skew.&lt;/p&gt;

&lt;p&gt;One key takeaway was the need for &lt;strong&gt;comprehensive monitoring strategies.&lt;/strong&gt; &lt;strong&gt;Functional monitoring&lt;/strong&gt; tracks &lt;strong&gt;data quality, drift, and model performance,&lt;/strong&gt; while &lt;strong&gt;operational monitoring&lt;/strong&gt; ensures &lt;strong&gt;system reliability and cost efficiency.&lt;/strong&gt; Joshua noted, &lt;strong&gt;"Monitoring is key, but it's only valuable if you act on it."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To illustrate the real-world impact, Joshua demonstrated how &lt;strong&gt;Databricks&lt;/strong&gt; could jumpstart MLOps use cases, enabling quicker experimentation, deployment, and retraining cycles. This approach translates into &lt;strong&gt;better business outcomes&lt;/strong&gt; through intelligent decision-making powered by continuously optimized models.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Key Takeaways:&lt;/strong&gt;
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Strategic MLOps Drives Business Results:&lt;/strong&gt; Effective MLOps enhances efficiency and deliver better business outcomes by optimizing the end-to-end ML lifecycle.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Empowering People and Processes:&lt;/strong&gt; MLOps boosts productivity across teams—data scientists focus on innovation while infrastructure and data engineers work more efficiently.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Flexible, Not Rigid:&lt;/strong&gt; MLOps principles aren't strict rules but adaptable practices tailored to organizational needs.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Monitoring Must Lead to Action: Tracking model drift, data quality, and business value is essential, but the real impact comes from acting on those insights.&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Jumpstarting with Databricks:&lt;/strong&gt; Tools like Databricks simplify MLOps adoption, offering scalable, customizable solutions to accelerate experimentation, deployment, and retraining cycles.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Networking and Future Outlook&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The event ended with closing remarks from Marvin Bonifacio, Associate Director and Growth Captain for Accenture Cebu, who underscored Accenture's commitment to fostering innovation through community-driven initiatives. The conference concluded with a lively networking session, where attendees exchanged ideas, shared experiences, and explored potential collaborations.&lt;/p&gt;

&lt;p&gt;The community is excited about emerging trends such as edge MLOps, bias detection, and cloud-native deployments. With Cebu's vibrant tech ecosystem, events like this continue to empower practitioners, ensuring that AI solutions thrive in development environments and deliver value in production.&lt;/p&gt;

&lt;p&gt;Stay tuned for more exciting meetups and workshops from PizzaPy, AI Pilipinas Cebu, AIGen Cebu, Data Engineering Cebu, and their partners. Together, they're transforming AI from concept to reality—one model at a time.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Explore More Tech Events in Cebu&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Want to stay in the loop on &lt;strong&gt;Cebu's latest tech events, workshops, and networking opportunities&lt;/strong&gt;? Check out &lt;a href="https://www.getcebby.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;Cebby&lt;/strong&gt;&lt;/a&gt;— a smart &lt;strong&gt;event discovery platform&lt;/strong&gt; that &lt;strong&gt;automatically aggregates&lt;/strong&gt; tech events from multiple sources. Whether you're a local dev or just visiting, Cebby ensures you never miss an opportunity to learn, connect, and grow.&lt;/p&gt;

&lt;p&gt;Created by Dorell James, community lead of JavaScript Cebu, Cebby is designed to help Cebu's tech community stay engaged and informed.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This summary references event notes provided by Jerry Marte.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>data</category>
      <category>mlops</category>
    </item>
    <item>
      <title>The Heart of Cebu’s Tech Scene: Community, Collaboration, and Growth</title>
      <dc:creator>Carren Eurica Naces</dc:creator>
      <pubDate>Sat, 08 Feb 2025 01:52:00 +0000</pubDate>
      <link>https://dev.to/kakacomputer-media/the-heart-of-cebus-tech-scene-community-collaboration-and-growth-5dcc</link>
      <guid>https://dev.to/kakacomputer-media/the-heart-of-cebus-tech-scene-community-collaboration-and-growth-5dcc</guid>
      <description>&lt;p&gt;&lt;iframe src="https://open.spotify.com/embed/episode/0x4efVdiiFw18vCrqzfbOZ" width="100%" height="232px"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Cebu City is fast becoming a vibrant hub for tech enthusiasts, with numerous tech communities forming to foster collaboration, learning, and networking. These communities, whether you're a seasoned tech professional or just starting your journey, offer an environment where knowledge is shared, passions are celebrated, and individuals empower one another.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Volunteers' Night: Honoring Contributions to Cebu’s Tech Ecosystem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A standout event in Cebu’s tech community is the Volunteers' Night — a celebration of the people who make these communities thrive. Held on November 23, 2024, at Handuraw Pizza Mandaue, Cebu, the event brought together tech enthusiasts, volunteers, and attendees who have played a part in shaping the local tech landscape. Handuraw Mandaue, known as the birthplace of PizzaPy - Cebu Python Users Group, provided the perfect setting for this meaningful gathering.&lt;/p&gt;

&lt;p&gt;From 7:00 PM to 10:00 PM, volunteers and participants enjoyed a night of fun, karaoke, and camaraderie. Beyond the festivities, a powerful discussion unfolded on the transformative power of volunteering in tech communities. Volunteers shared their personal experiences, highlighting how giving back has advanced their careers, fostered personal growth, and contributed to the broader mission of building a stronger city and nation.&lt;/p&gt;

&lt;p&gt;If you haven't yet considered volunteering in Cebu’s tech scene, this event was a perfect opportunity to learn how you can make a meaningful impact and take your career to the next level.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Breaking Misconceptions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Joining a tech community doesn’t require being an extrovert or a tech wizard. It’s about finding people who share a passion for technology and innovation. Many assume they need to have advanced knowledge or “keep up,” but the reality is different: these groups thrive on mutual support and collective growth.&lt;/p&gt;

&lt;p&gt;Members often emphasize learning together, celebrating wins, and addressing challenges collaboratively. Tech communities are inclusive, welcoming anyone with a willingness to learn and contribute.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Power of Community&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The benefits of engaging in a tech community extend far beyond career advancement:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Mentorship and Guidance: Imagine having access to professionals who already excel in the roles you aspire to. These mentors provide practical insights, helping you map out the journey toward your dream job.In turn, you may inspire others by sharing your unique experiences and knowledge.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Networking Opportunities: It’s not just about making friends; these communities provide invaluable connections in your career or business ventures. Many professionals have found jobs, partnerships, or collaborators through their tech circles.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Learning from Diversity: Tech communities attract individuals from various industries, making it possible to gain a broad perspective. Conversations often spark curiosity and uncover interests you didn’t know you had.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Collaboration and Genuine Connections&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What truly sets Cebu’s tech scene apart is the strong collaboration among tech community leads, volunteers, and members. Leads from different organizations foster genuine friendships, often supporting one another’s initiatives. &lt;/p&gt;

&lt;p&gt;This culture of unity strengthens every event, whether it’s a workshop, hackathon, or a meetup. These communities also invite professionals, academics, and even students to share their expertise, ensuring that events are engaging and inclusive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Empowerment and Growth&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Joining a tech community accelerates both personal and professional growth. It provides a platform to explore cutting-edge technology, learn from industry experts, and engage in projects that matter.&lt;/p&gt;

&lt;p&gt;For instance, someone interested in AI might attend events on machine learning or automation, while others explore cybersecurity, data science, or even climate tech. These communities offer a space to discover and hone interests alongside like-minded individuals.&lt;/p&gt;

&lt;p&gt;========&lt;br&gt;
ABOUT THE AUTHOR&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Carren Eurica Raz Naces&lt;/strong&gt; holds a Bachelor of Science in Data Science from the University of Science and Technology of Southern Philippines (USTP) in Cagayan de Oro City.&lt;/p&gt;

&lt;p&gt;Passionate about data, AI, and automation, she channels her expertise into building efficient tools and optimizing workflows.&lt;/p&gt;

&lt;p&gt;After relocating to Cebu, she became actively involved in local tech events and later transitioned into a volunteer role to support the community.&lt;/p&gt;

</description>
      <category>community</category>
      <category>networking</category>
      <category>volunteering</category>
      <category>career</category>
    </item>
  </channel>
</rss>
