<?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: cutieyunny-tech</title>
    <description>The latest articles on DEV Community by cutieyunny-tech (@cutieyunnytech).</description>
    <link>https://dev.to/cutieyunnytech</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%2F3470334%2Ff044163b-fc94-499b-9c04-8bdaaac56077.png</url>
      <title>DEV Community: cutieyunny-tech</title>
      <link>https://dev.to/cutieyunnytech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cutieyunnytech"/>
    <language>en</language>
    <item>
      <title>The Justice Stabilizer: Postgres as the Brain of Agentic Cognitive Forensics</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Thu, 23 Oct 2025 08:46:09 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/the-justice-stabilizer-postgres-as-the-brain-of-agentic-cognitive-forensics-233n</link>
      <guid>https://dev.to/cutieyunnytech/the-justice-stabilizer-postgres-as-the-brain-of-agentic-cognitive-forensics-233n</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/agentic-postgres-2025-10-22"&gt;Agentic Postgres Challenge with Tiger Data&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What I Built&lt;br&gt;
The Justice Stabilizer (TJS) is a novel Agentic AI framework designed to solve the problem of unreliable eyewitness testimony—the leading cause of wrongful convictions. My inspiration was the realization that human memory is a 'poor camera' under stress.&lt;/p&gt;

&lt;p&gt;TJS transforms the process by replacing flawed memory recall with verifiable, objective cognitive evidence. The system works by forcing the witness into a state of Cognitive Suction—eliminating emotional and sensory distractions (known as Flame Suction) to ensure they focus only on rational structures of the suspect's face.&lt;/p&gt;

&lt;p&gt;I used Agentic Postgres to create a Cognitive Memory Vault that manages not just the facts of the case, but the mental pattern of the witness. This allows investigators to query the system based on how the witness's mind worked, which is the key to verifiable evidence.&lt;/p&gt;

&lt;p&gt;Demo&lt;/p&gt;

&lt;p&gt;Codepen Demo Link &lt;br&gt;
&lt;a href="https://codepen.io/nad-Yunny/pen/LEGdvZG" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/LEGdvZG&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How I Used Agentic Postgres&lt;br&gt;
Postgres is the central nervous system of TJS, acting as the logic engine that allows the AI Agents to reason, secure, and compare cognitive evidence. I leveraged three key Agentic features:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Vector Embeddings for Semantic Cognitive Search&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Jargon TJS: Cognitive Suction Pattern Analysis.&lt;/p&gt;

&lt;p&gt;Postgres Use: I used the pgvector extension to enable semantic search on the witness's mental focus patterns. When the Witness Data Stream is processed, the AI generates a detailed text summary of the rational focus (the Cognitive Suction pattern). This text is converted into a vector embedding and saved in a dedicated Postgres column.&lt;/p&gt;

&lt;p&gt;Creativity: This allows the investigator to query: "Find all past witnesses who were mentally distracted by complex colors," even if they haven't explicitly mentioned the distraction. Postgres searches for semantically similar gaze patterns across all cases, validating current testimony based on underlying cognitive reality.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Postgres Triggers for Autonomous AI Agent Activation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Jargon TJS: Flame Suction Processing.&lt;/p&gt;

&lt;p&gt;Postgres Use: I utilized Postgres Triggers to manage the Agentic workflow. When a new batch of witness data is completed and entered into the Forensics Log, a Postgres Trigger immediately fires an external function (via Tiger CLI integration) to launch the Cognitive Analysis Agent.&lt;/p&gt;

&lt;p&gt;Creativity: This creates an autonomous, event-driven pipeline. The database itself dictates when the analysis of Flame Suction metrics (external noise/distraction) must begin, ensuring that the AI processing is tied directly to the data transaction's integrity.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Advanced Indexing for Ethical Friction and ZK Proof&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Jargon TJS: Ethical Friction (Zero-Knowledge Proof).&lt;/p&gt;

&lt;p&gt;Postgres Use: TJS must ethically protect the sensitive raw mental data. To enforce the Ethical Friction mandate, Postgres stores only the final Certified Reliability Score (CRS) alongside a Zero-Knowledge Proof (ZK Proof) hash. We use specialized indexing to ensure the court can only query the CRS Score and the final validated fact, not the raw, sensitive cognitive data. This uses the database layer to enforce ethical boundaries.&lt;/p&gt;

&lt;p&gt;Overall Experience&lt;br&gt;
Building TJS with Agentic Postgres was transformative. I learned that Postgres is far more than a simple storage layer; it is a powerful reasoning engine capable of managing complex AI workflows.&lt;/p&gt;

&lt;p&gt;What Worked Well: The combined power of Postgres Triggers and pgvector was exceptional. The Triggers created a reliable event queue, and the vector search immediately provided a way to perform semantic verification—a capability traditional SQL databases could never offer.&lt;/p&gt;

&lt;p&gt;What Surprised Me: I was surprised by how much simpler the architecture became by letting Postgres handle the orchestration. Instead of relying on complex message queues, the database became the single, secure, and performant command center for every step of the Agentic analysis, truly making it the brain of the system.&lt;/p&gt;

&lt;p&gt;This project, The Justice Stabilizer, is being submitted as an Architectural Concept. I used Codepen to demonstrate Cognitive Suction (the AI's capability) and pgvector search to prove the ability of Agentic Postgres to perform semantic searches on mental patterns. Due to data privacy concerns, the project is not deployed on Tiger Cloud, but all its core features are designed to function using Tiger CLI and pgvector.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>agenticpostgreschallenge</category>
      <category>ai</category>
      <category>postgres</category>
    </item>
    <item>
      <title>Neuro-Fin Agent (NFA) platform</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Sat, 18 Oct 2025 06:01:30 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/neuro-fin-agent-nfa-platform-404c</link>
      <guid>https://dev.to/cutieyunnytech/neuro-fin-agent-nfa-platform-404c</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/auth0-2025-10-08"&gt;Auth0 for AI Agents Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What I Built&lt;br&gt;
I built the Neuro-Fin Agent (NFA) platform, a multi-agent system designed to provide executive function support for financial management, securely authenticated by Auth0.&lt;/p&gt;

&lt;p&gt;The NFA tackles the problem of impulsive spending, especially through Buy Now, Pay Later (BNPL) services, which critically impacts users facing challenges like ADHD or high Burnout (a key finding from my prior research).&lt;/p&gt;

&lt;p&gt;The core of the application is a secure UI where two specialized AI Agents operate:&lt;/p&gt;

&lt;p&gt;Impulsivity Detection Agent (IDA): A simulated agent that constantly flags transactions exhibiting high-risk patterns.&lt;/p&gt;

&lt;p&gt;Behavioral Nudge Agent (BNA): When a risk is flagged, this agent delivers a personalized psychological intervention (nudge), such as a "Wait 24 Hours" contract pop-up, designed to introduce friction and prevent impulsive actions.&lt;/p&gt;

&lt;p&gt;The platform's frontend focuses on demonstrating the secure login, the risk dashboard, and the critical BNA intervention flow.&lt;/p&gt;

&lt;p&gt;Demo&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/nad-Yunny/pen/GgoyrOv" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/GgoyrOv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Key Interaction Flow Demonstrated on CodePen:&lt;/p&gt;

&lt;p&gt;Secure Login Simulation: A button demonstrating the initiation of the Auth0 Universal Login flow.&lt;/p&gt;

&lt;p&gt;Dashboard View: The main UI showing the user's "Impulsivity Risk Score" (set to HIGH by the IDA agent).&lt;/p&gt;

&lt;p&gt;BNA Intervention (Critical Demo Point): A button/simulated action triggers a full-screen "STOP &amp;amp; THINK" modal, representing the BNA agent successfully intercepting a high-risk BNPL action based on a valid Auth0 token for that user.&lt;/p&gt;

&lt;p&gt;How I Used Auth0 for AI Agents&lt;br&gt;
I leveraged Auth0 to solve the critical identity and security issues involved in managing sensitive financial and behavioral data, crucial for the trust required for an AI Financial Guardian.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;User Authentication and Identity (Securing the Human)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Universal Login: Implemented the standard Auth0 Universal Login flow for the human user, ensuring a secure, standards-compliant entry point.&lt;/p&gt;

&lt;p&gt;Role-Based Access Control (RBAC): Although the full backend isn't in CodePen, the UI design clearly reflects two roles: the Financial_Owner and a Trusted_Guardian (a family member/therapist). This RBAC logic, managed by Auth0, is vital for allowing secure monitoring access without compromising the owner's primary control.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Securing Agent Access (Machine-to-Machine)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Simulated M2M Flow: The Impulsivity Detection Agent (IDA) is a non-human service that needs to communicate securely with the application's API (to log spending data) and with the BNA agent.&lt;/p&gt;

&lt;p&gt;Agent Identity: The architecture requires the IDA to use Auth0's Client Credentials Flow (Machine-to-Machine) to obtain an access token. This token grants the IDA a secure, verifiable identity, ensuring our backend API only accepts data from the authorized AI agent, not a rogue third party. The CodePen's interaction logic depends on the successful completion of this Auth0 process (simulated) to execute the BNA nudge.&lt;/p&gt;

&lt;p&gt;Lessons Learned and Takeaways&lt;br&gt;
Challenges&lt;/p&gt;

&lt;p&gt;The primary challenge in conceptualizing this project was marrying the real-time nature of impulsivity detection with the overhead of secure authentication. I had to design the architecture to ensure that the AI Agent's token validation and subsequent action (the BNA intervention) were near-instantaneous. A fractional delay can mean the difference between preventing an impulse purchase and merely reporting it afterward.&lt;/p&gt;

&lt;p&gt;Key Learnings&lt;/p&gt;

&lt;p&gt;AI Agents Require First-Class Identity: The most significant takeaway is that AI agents are autonomous users, and they must be treated as such. Auth0's Machine-to-Machine flow is the ideal solution because it provides a dedicated, auditable identity for the IDA, which is crucial when dealing with sensitive financial data.&lt;/p&gt;

&lt;p&gt;Security Enables Innovation: By abstracting the complex authentication and authorization rules to Auth0, I could focus the core logic of the application on the Behavioral Nudge Agent (BNA), proving that robust security is the enabler of innovative, high-trust AI applications, not a roadblock.&lt;/p&gt;

&lt;p&gt;Advice for Other Developers&lt;/p&gt;

&lt;p&gt;If your AI agent performs critical, irreversible actions (like sending funds, or in this case, stopping a transaction), do not rely on static API keys. Implement Asynchronous Authorization (a core Auth0 feature) to introduce a human-in-the-loop step for truly sensitive actions. Always treat your agents' secrets and access scopes as seriously as your users' passwords.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>auth0challenge</category>
      <category>ai</category>
      <category>authentication</category>
    </item>
    <item>
      <title>Meta-Shield: The Protector Ghosts</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Sat, 18 Oct 2025 05:48:37 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/meta-shield-the-protector-ghosts-3h4f</link>
      <guid>https://dev.to/cutieyunnytech/meta-shield-the-protector-ghosts-3h4f</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2025-10-15"&gt;Frontend Challenge - Halloween Edition, Perfect Landing&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What I Built&lt;br&gt;
I built Meta-Shield: The Protector Ghosts, a polished, functional landing page for a hypothetical Halloween-themed NFT collection.&lt;/p&gt;

&lt;p&gt;The theme chosen is a dark, modern twist on the spooky season: "Empathetic Haunting." The NFT characters are not merely monsters but Protector Ghosts, symbolizing defense against social issues like bullying and online grooming (drawing inspiration from my academic background). The aesthetic uses a deep purple, burnt orange, and black color palette to create a high-contrast, atmospheric look that perfectly captures the modern Halloween spirit while driving commercial urgency.&lt;/p&gt;

&lt;p&gt;The primary technical goal was to demonstrate strong frontend fundamentals through responsive design, functional JavaScript, and immersive interactive effects.&lt;/p&gt;

&lt;p&gt;Demo&lt;/p&gt;

&lt;p&gt;[Link to Live CodePen/Hosting Demo Here] !&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/nad-Yunny/pen/vELpgZg" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/vELpgZg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Journey&lt;br&gt;
Process &amp;amp; Key Technical Features&lt;/p&gt;

&lt;p&gt;My development process focused on achieving a high-quality user experience that blends spooky aesthetics with necessary e-commerce functionality:&lt;/p&gt;

&lt;p&gt;Immersive Hero Section: I used pure CSS @keyframes and background manipulation to create a subtle, dark ambient movement (simulating fog or a restless spirit) in the background. This establishes an immediate immersive mood without relying on heavy video or libraries, ensuring fast loading times.&lt;/p&gt;

&lt;p&gt;Functional Countdown Timer: The core of the page's urgency is the live, working JavaScript countdown timer. I used vanilla JS to handle date objects and state updates every second, ensuring the time remaining until the drop is displayed accurately, which is crucial for any Perfect Landing page.&lt;/p&gt;

&lt;p&gt;Interactive 3D Tilt Cards: I am particularly proud of the 3D Tilt effect applied to the NFT preview cards. This was achieved using vanilla JavaScript mousemove events combined with CSS transform: perspective() and rotateX/Y. This technique adds a premium, interactive touch that enhances user engagement and demonstrates advanced CSS/JS coordination without relying on external tilt libraries.&lt;/p&gt;

&lt;p&gt;Key Learning&lt;/p&gt;

&lt;p&gt;I learned a lot about optimizing CSS animations for performance. By limiting the animation properties primarily to transform and opacity (which are better for GPU acceleration), I ensured that the subtle background movement and the complex card tilts remain smooth, even on less powerful devices, maintaining a professional feel.&lt;/p&gt;

&lt;p&gt;Next Steps&lt;/p&gt;

&lt;p&gt;To take this project further, I would integrate a basic client-side API simulation to dynamically fetch the NFT metadata and prices, and build a simple "Connect Wallet" modal to simulate the actual minting process, enhancing the functional realism.&lt;/p&gt;

&lt;p&gt;Licensing: This code is licensed under the MIT License.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Jack-O'-Lantern 3D Interactive</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Sat, 18 Oct 2025 05:40:52 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/jack-o-lantern-3d-interactive-5f2h</link>
      <guid>https://dev.to/cutieyunnytech/jack-o-lantern-3d-interactive-5f2h</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2025-10-15"&gt;Frontend Challenge - Halloween Edition, CSS Art&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;🎃 Inspiration&lt;br&gt;
I was inspired by the quintessential Halloween image: a glowing Jack-O'-Lantern on a dark night. However, I wanted to move beyond simple 2D representation. The core challenge was to achieve a sense of depth and realistic lighting—specifically the rough texture of the pumpkin skin and the flickering candle glow—using primarily pure CSS. This project aims to demonstrate that immersive 3D effects are highly achievable without heavy external libraries.&lt;/p&gt;

&lt;p&gt;🎨 Demo&lt;/p&gt;

&lt;p&gt;[Link to Live CodePen Demo Here] !&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/nad-Yunny/pen/yyepgMQ" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/yyepgMQ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✨ Journey&lt;br&gt;
Process &amp;amp; Technical Challenges&lt;/p&gt;

&lt;p&gt;The biggest hurdle was generating a realistic 3D depth and organic pumpkin texture without relying on WebGL or image files. I tackled this by:&lt;/p&gt;

&lt;p&gt;Pseudo-3D Lighting: I used the pseudo-elements (:before and :after) on the main pumpkin div and layered on 12 different box-shadow properties. Each layer was designed with varying blur and color tones to simulate the pumpkin's ridges and complex spherical shape, creating a convincing illusion of depth.&lt;/p&gt;

&lt;p&gt;Realistic Candle Flickering: This is the element I'm most proud of. I used a custom @keyframes animation to cycle through irregular changes in CSS filter: brightness() and opacity. This technique accurately mimics the random, subtle flicker of a real candle flame, establishing a deeply spooky atmosphere.&lt;/p&gt;

&lt;p&gt;JavaScript Usage&lt;/p&gt;

&lt;p&gt;I used a minimal sprinkle of JavaScript, solely for a mousemove function. This subtly alters the pumpkin's transform: rotateY() perspective when the user moves their cursor, which serves the singular purpose of showcasing the robustness of the CSS-only 3D construction.&lt;/p&gt;

&lt;p&gt;Key Learnings&lt;/p&gt;

&lt;p&gt;I gained a deeper appreciation for the expressive power of CSS filter properties. Learning how filter: drop-shadow() can be manipulated to simulate the actual light radiating outward from the carved eyes and mouth was a critical breakthrough for achieving realism.&lt;/p&gt;

&lt;p&gt;Next Steps&lt;/p&gt;

&lt;p&gt;I plan to integrate a ghostly, blurred element floating in the background using the backdrop-filter property to enhance the haunted atmosphere. I also want to connect the core flickering animation to a central CSS variable to make managing the overall project's mood simpler.&lt;/p&gt;

&lt;p&gt;Licensing: This code is licensed under the MIT License.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>The Extended Universe of University Threshold: Lumu &amp; The Dragon</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Mon, 06 Oct 2025 11:45:47 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/universitys-threshold-5cd9</link>
      <guid>https://dev.to/cutieyunnytech/universitys-threshold-5cd9</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/hacktoberfest2025"&gt;2025 Hacktoberfest Writing Challenge&lt;/a&gt;: Open Source Reflections&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;🌀 The Extended Universe of University Threshold: Lumu &amp;amp; The Dragon&lt;/p&gt;

&lt;p&gt;I joined Hacktoberfest 2025 not as a developer, but as a world-builder.&lt;br&gt;
My “open source” is storytelling — an evolving universe that anyone can remix, interpret, or extend.&lt;/p&gt;

&lt;p&gt;In my previous submission, I wrote University Threshold, a story blending mystery, hallucination, and moral tension in a fictional academic world. Now, I’m extending that universe through Lumu &amp;amp; The Dragon — a surreal fable that exists in the same world, but through a different lens.&lt;/p&gt;

&lt;p&gt;This time, I imagine a crossover between two worlds:&lt;br&gt;
🌙 A psychological mystery rooted in academia.&lt;br&gt;
🐉 A fantastical realm of dragons and hidden truths.&lt;/p&gt;

&lt;p&gt;Through this expansion, I learned that open source isn’t only code — it’s the courage to share your imagination publicly, letting others see your process, flaws, and sparks. Each remix, each reader’s interpretation, adds to the world-building.&lt;/p&gt;

&lt;p&gt;Hacktoberfest made me realize that open collaboration applies to stories too — when others add their own dragons, thresholds, or riddles, the narrative becomes alive beyond the author.&lt;/p&gt;

&lt;p&gt;👉 Read it here: &lt;a href="https://codepen.io/nad-Yunny/pen/LEGxaEX" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/LEGxaEX&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 Written for Hacktoberfest 2025 Writing Challenge&lt;br&gt;
💻 #Writing #OpenSource #Hacktoberfest #CreativeCoding #Storytelling&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>University Threshold</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Mon, 06 Oct 2025 11:40:41 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/university-threshold-ggc</link>
      <guid>https://dev.to/cutieyunnytech/university-threshold-ggc</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/hacktoberfest2025"&gt;2025 Hacktoberfest Writing Challenge&lt;/a&gt;: Contribution Chronicles&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;🪞 Introduction&lt;/p&gt;

&lt;p&gt;This year, I joined Hacktoberfest 2025 with a twist — instead of pushing code to a GitHub repo, I contributed a creative HTML storytelling project for the Hacktoberfest Writing Challenge.&lt;br&gt;
My goal was to prove that minimal code can still carry powerful emotion and narrative depth.&lt;/p&gt;

&lt;p&gt;That’s how “University Threshold” was born — a short HTML-based mystery about perception, truth, and silence.&lt;/p&gt;

&lt;p&gt;🧠 About the Project&lt;/p&gt;

&lt;p&gt;“University Threshold” explores a cold case buried beneath academic prestige.&lt;br&gt;
The story follows a part-time cleaner who once was a student, returning to the same university years after a supposed murder took place.&lt;/p&gt;

&lt;p&gt;But was there ever a murder? Or was it all a hallucination born from guilt, ambition, and institutional silence?&lt;br&gt;
As the narrative unfolds, the reader crosses the “threshold” between truth and illusion — where money, power, and memory collide.&lt;/p&gt;

&lt;p&gt;🔗 View on CodePen: &lt;a href="https://codepen.io/nad-Yunny/pen/ZYQLwyp" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/ZYQLwyp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 My Hacktoberfest Contribution&lt;/p&gt;

&lt;p&gt;For my Hacktoberfest contribution, I used HTML and CSS as my storytelling medium — crafting psychological tension using structure and minimal visual elements.&lt;/p&gt;

&lt;p&gt;I treated &lt;/p&gt;s like memory fragments, &lt;p&gt;s like dialogue whispers, and used fading transitions to mimic the distortion of trauma.&lt;/p&gt;

&lt;p&gt;This is my way of showing that writing and code can merge, and that contributions to Hacktoberfest don’t have to be technical — they can be emotional systems built in code.&lt;/p&gt;

&lt;p&gt;🧩 What I Learned&lt;/p&gt;

&lt;p&gt;Hacktoberfest taught me that:&lt;br&gt;
    • 🧠 Open source isn’t limited to code — it’s about sharing creativity and perspective.&lt;br&gt;
    • ✨ Minimalism is expressive. You don’t need complex engines to build meaning.&lt;br&gt;
    • 💬 Community feedback matters. Sharing drafts and versions on Discord helped shape this project into something sharper and more cohesive.&lt;/p&gt;

&lt;p&gt;🔮 Reflection&lt;/p&gt;

&lt;p&gt;“University Threshold” became more than just a story — it became a way for me to explore how truth gets buried under bureaucracy, how silence becomes currency, and how creative coding can challenge perception.&lt;/p&gt;

&lt;p&gt;For me, this was both a writing exercise and a Hacktoberfest contribution — merging narrative, psychology, and open-source spirit into one simple HTML file.&lt;/p&gt;

&lt;p&gt;“Truth doesn’t vanish. It’s archived.”&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>University Threshold</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Mon, 06 Oct 2025 11:32:38 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/university-threshold-1n6d</link>
      <guid>https://dev.to/cutieyunnytech/university-threshold-1n6d</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/hacktoberfest2025"&gt;2025 Hacktoberfest Writing Challenge&lt;/a&gt;: Maintainer Spotlight&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 What I Created
&lt;/h2&gt;

&lt;p&gt;My project: University Threshold &lt;/p&gt;

&lt;p&gt;I’m submitting this piece as part of the hackathon’s creative writing category — a narrative experiment blending storytelling and interactivity.&lt;br&gt;
Instead of a static text, I wanted to see what happens when a story reads you back — when your choices reveal not just the mystery, but also the mind behind it.&lt;/p&gt;

&lt;p&gt;“University Threshold” follows a university cleaner who stumbles upon a staged murder and a deeper cover-up.&lt;br&gt;
Every choice you make leads you closer to either the truth — or your own hallucination.&lt;br&gt;
It’s my take on how writing can become playable, and how narrative design and creative writing can merge into something new.&lt;/p&gt;

&lt;p&gt;📖 You can read (and play) it here: &lt;a href="https://codepen.io/nad-Yunny/pen/ZYQLwyp" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/ZYQLwyp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s an experimental story-based HTML project built on [CodePen link], combining mystery, dual endings, and psychological tension.&lt;/p&gt;

&lt;h1&gt;
  
  
  WritingHackathon #InteractiveFiction #CreativeWriting #NarrativeDesign #GameWriting #IndieStorytelling
&lt;/h1&gt;

</description>
      <category>devchallenge</category>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>🌟 Student Super-App Concept from a Malaysian Uni Alum</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Fri, 19 Sep 2025 02:05:29 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/student-super-app-concept-from-a-malaysian-uni-alum-5bkf</link>
      <guid>https://dev.to/cutieyunnytech/student-super-app-concept-from-a-malaysian-uni-alum-5bkf</guid>
      <description>&lt;p&gt;🌟 Student Super-App Concept from a Malaysian Uni Alum&lt;/p&gt;

&lt;p&gt;I’m excited to share a prototype I’ve been developing: One App, Many Modes—a single platform that brings together every aspect of campus life:&lt;/p&gt;

&lt;p&gt;• Inclusive Learning – neurodivergent-friendly reading tools, text-to-speech, gentle eye-break reminders.&lt;br&gt;
• Smart Library – real-time room booking and instant book loans.&lt;br&gt;
• Global Events Hub – discover and enroll in uni events in one tap.&lt;br&gt;
• Counselling &amp;amp; Well-Being – private appointment booking and 24/7 helplines.&lt;br&gt;
• Mobility &amp;amp; Transport – shuttle info, bike/scooter rentals, AR navigation.&lt;br&gt;
• Dining &amp;amp; Open Spaces – digital student card payments, live crowd meter, maps of free outdoor study spots.&lt;br&gt;
• Sports Facilities – request and receive approvals digitally.&lt;br&gt;
• Smart-Glasses Mode – hands-free overlay for navigation and schedules.&lt;/p&gt;

&lt;p&gt;This started as a personal service-design experiment inspired by my time at APU Asia Pacific University of Technology and Innovation (APU / APIIT) , showing how Malaysian universities can re-imagine the student experience with inclusive technology.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://lnkd.in/gpFhp3Xq" rel="noopener noreferrer"&gt;https://lnkd.in/gpFhp3Xq&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love feedback:&lt;br&gt;
– Which feature would benefit students most?&lt;br&gt;
– How could this idea support other campuses?&lt;/p&gt;

&lt;h1&gt;
  
  
  ServiceDesign #EdTech #StudentExperience #InclusiveDesign #Innovation #Malaysia
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>🚀 One App, Many Modes—Now Clearly Marked</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Fri, 19 Sep 2025 01:43:13 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/one-app-many-modes-now-clearly-marked-168</link>
      <guid>https://dev.to/cutieyunnytech/one-app-many-modes-now-clearly-marked-168</guid>
      <description>&lt;p&gt;🚀 One App, Many Modes—Now Clearly Marked&lt;/p&gt;

&lt;p&gt;I’ve just rolled out a fresh update to my Smart Glasses + Smart Library + Neurodivergent Reading Assistant prototype.&lt;/p&gt;

&lt;p&gt;🔹 What’s New&lt;br&gt;
A Mode Differentiator: a clear badge that instantly shows whether you’re in&lt;br&gt;
Reading, Room Booking, or Book Loans mode.&lt;br&gt;
No more wondering where you are—just glance at the badge.&lt;/p&gt;

&lt;p&gt;🔹 All-in-One Experience&lt;br&gt;
👓 Smart-Glasses Simulation – Heads-up display for a future wearable view.&lt;br&gt;
📖 Neurodivergent Reading Assistant – Adjustable fonts, focus line, summarization, text-to-speech.&lt;br&gt;
🏫 Real-Time Room Booking – Instant discussion-room reservations with live updates.&lt;br&gt;
📚 Smart Book Loans – Search, borrow, and get a QR confirmation for self-checkout.&lt;br&gt;
👀 Eye-Break Reminder – Gentle 20-minute prompt to blink and look away.&lt;/p&gt;

&lt;p&gt;🔗 Try the Demo&lt;/p&gt;

&lt;p&gt;&lt;a href="https://lnkd.in/gzfJj4Bk" rel="noopener noreferrer"&gt;https://lnkd.in/gzfJj4Bk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 Why it matters&lt;br&gt;
Neurodivergent students often juggle multiple interfaces and face sensory overload.&lt;br&gt;
This prototype shows how mode clarity + unified design can reduce cognitive load and make studying—and borrowing books—friction-free.&lt;/p&gt;

&lt;p&gt;🙏 Feedback Wanted&lt;br&gt;
What additional modes or accessibility features would you like to see?&lt;br&gt;
I’d love to hear from educators, librarians, UX designers, and students.&lt;/p&gt;

&lt;h1&gt;
  
  
  EdTech #Accessibility #Neurodiversity #SmartGlasses #LibraryInnovation #InclusiveDesign #UX #AI #EyeHealth
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>University navigation game for neurodivergent players</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Wed, 17 Sep 2025 04:45:07 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/university-navigation-game-for-neurodivergent-players-1e2a</link>
      <guid>https://dev.to/cutieyunnytech/university-navigation-game-for-neurodivergent-players-1e2a</guid>
      <description>&lt;p&gt;💡 Coding meets neurodiversity + AI&lt;/p&gt;

&lt;p&gt;Built a uni navigation game for neurodivergent players:&lt;br&gt;
    • Walk, fly, or e-hail across campus 🏫&lt;br&gt;
    • Complete missions with realistic hurdles (forgotten logins, missing forms!)&lt;br&gt;
    • AI predicts risks &amp;amp; guides players without overwhelming them 🤖&lt;br&gt;
    • “Before → During → After” mission stages simulate real workflows&lt;/p&gt;

&lt;p&gt;HTML/JS/CSS in-browser prototype ✅&lt;br&gt;
Goal? Test how AI personalization can reduce friction for neurodivergent users—research meets gameplay.&lt;/p&gt;

&lt;p&gt;Sometimes building a game is the fastest way to prototype human-centered AI.&lt;/p&gt;

&lt;p&gt;Here is the link:&lt;br&gt;
&lt;a href="https://codepen.io/nad-Yunny/pen/qEbWNLO" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/qEbWNLO&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Neurodiversity #AI #GameDev #HumanCenteredDesign #HTML5 #OpenWorld
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>🎮 Fun Fact from My AR Mini-Game Experiment</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Tue, 16 Sep 2025 02:56:10 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/fun-fact-from-my-ar-mini-game-experiment-5f6l</link>
      <guid>https://dev.to/cutieyunnytech/fun-fact-from-my-ar-mini-game-experiment-5f6l</guid>
      <description>&lt;p&gt;🎮 Fun Fact from My AR Mini-Game Experiment!&lt;/p&gt;

&lt;p&gt;I’ve been blending Montessori-style “learning by doing” 🧩 with 3D LEGO-inspired construction 🏗️ in my AR mini-game prototype:&lt;br&gt;
    • Players stitch shapes together to form platforms or collectible containers.&lt;br&gt;
    • Then they stack, rotate, and combine pieces in 3D—engaging logic, spatial reasoning, and creativity simultaneously.&lt;br&gt;
    • Subtle hints appear only when stuck, keeping the experience self-directed and exploratory 🌟.&lt;br&gt;
    • Each level progressively increases complexity, encouraging experimentation without overwhelming the player.&lt;/p&gt;

&lt;p&gt;💡 Why it’s exciting for me: This method bridges kinesthetic intuition and engineering-style problem solving, making gameplay a hands-on learning journey, not just a digital experience.&lt;/p&gt;

&lt;h1&gt;
  
  
  AR #GameDesign #Montessori #LearningByDoing #3DDesign #Creativity #UserExperience
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>🚀 Montessori-Inspired AR Mini-Game Prototype: Learning by Doing + LEGO 3D + Shape Stitching</title>
      <dc:creator>cutieyunny-tech</dc:creator>
      <pubDate>Tue, 16 Sep 2025 02:49:55 +0000</pubDate>
      <link>https://dev.to/cutieyunnytech/montessori-inspired-ar-mini-game-prototype-learning-by-doing-lego-3d-shape-stitching-nll</link>
      <guid>https://dev.to/cutieyunnytech/montessori-inspired-ar-mini-game-prototype-learning-by-doing-lego-3d-shape-stitching-nll</guid>
      <description>&lt;p&gt;🚀 Montessori-Inspired AR Mini-Game Prototype: Learning by Doing + LEGO 3D + Shape Stitching&lt;/p&gt;

&lt;p&gt;Hey devs &amp;amp; creators! 👋&lt;/p&gt;

&lt;p&gt;I’ve been experimenting with an AR mini-game prototype that combines:&lt;br&gt;
    1.  Montessori-inspired “learning by doing”&lt;br&gt;
    • No lengthy tutorials. Players explore, experiment, and learn mechanics directly.&lt;br&gt;
    • Encourages curiosity, trial-and-error, and problem-solving.&lt;br&gt;
    2.  Shape Stitching + LEGO 3D Construction&lt;br&gt;
    • Players connect geometric pieces to complete platforms or pathways.&lt;br&gt;
    • Stack, rotate, and combine pieces to build multi-layer structures.&lt;br&gt;
    • Develops spatial reasoning, pattern recognition, and engineering skills.&lt;br&gt;
    3.  Interactive AR Elements&lt;br&gt;
    • A robot collects items across the player-built structures.&lt;br&gt;
    • Immediate feedback shows success/failure, encouraging iterative learning.&lt;br&gt;
    4.  Modular &amp;amp; Flexible Prototype&lt;br&gt;
    • Single HTML file with drag-and-drop, validation, and robot movement logic.&lt;br&gt;
    • Designed for quick experimentation and AR prototyping in Adobe Aero.&lt;/p&gt;

&lt;p&gt;Key takeaways:&lt;br&gt;
    • Learning by doing can be applied in digital/AR experiences to support both creative and analytical skills.&lt;br&gt;
    • Modular design allows easy expansion for more levels or complexity.&lt;br&gt;
    • Montessori-style interaction encourages engagement without overwhelming guidance.&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts—especially on how educational AR experiences can be made more intuitive and enjoyable while still teaching critical spatial and problem-solving skills.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/nad-Yunny/pen/LEpwmeO" rel="noopener noreferrer"&gt;https://codepen.io/nad-Yunny/pen/LEpwmeO&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AR #MontessoriLearning #GameDesign #EducationTech #CreativeLearning #LEGO3D #ShapeStitching #Prototyping #AdobeAero #UX #LearningByDoing
&lt;/h1&gt;

</description>
      <category>gamedev</category>
      <category>learning</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
