<?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: Ernest Essien</title>
    <description>The latest articles on DEV Community by Ernest Essien (@grandkojo).</description>
    <link>https://dev.to/grandkojo</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%2F3532721%2F12b80ca4-203d-4d44-821b-e382106c3527.jpg</url>
      <title>DEV Community: Ernest Essien</title>
      <link>https://dev.to/grandkojo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/grandkojo"/>
    <language>en</language>
    <item>
      <title>Hub Map GH: Mapping Ghana's Tech Future with AI &amp; Community</title>
      <dc:creator>Ernest Essien</dc:creator>
      <pubDate>Sun, 01 Mar 2026 23:53:10 +0000</pubDate>
      <link>https://dev.to/grandkojo/hub-map-gh-mapping-ghanas-tech-future-with-ai-community-11fd</link>
      <guid>https://dev.to/grandkojo/hub-map-gh-mapping-ghanas-tech-future-with-ai-community-11fd</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-02-28"&gt;DEV Weekend Challenge: Community&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Community
&lt;/h2&gt;

&lt;p&gt;Ghana's tech ecosystem is vibrant and growing, but information about its hubs—co-working spaces, incubators, accelerators—is often fragmented across social media and outdated websites. &lt;strong&gt;Hub Map GH&lt;/strong&gt; was built for the builders, entrepreneurs, and innovators in Ghana. It provides a central, real-time source of truth to help anyone find the physical space and community they need to launch their next big idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a high-performance, real-time directory and map of the Ghanaian tech ecosystem. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;🤖 Gemini-Powered AI Matching&lt;/strong&gt;: Don't just browse—ask! Users can type natural language queries like &lt;em&gt;"I'm a hardware founder in Kumasi looking for mentorship"&lt;/em&gt; and get ranked, relevant recommendations via &lt;strong&gt;Gemini Pro&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🤝 Community-Driven Growth&lt;/strong&gt;: Anyone can suggest a new tech hub via a simple, geolocated form. These submissions enter a pending state until verified by an admin, ensuring the directory stays high-quality and collaborative.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🗺️ Searchable Ecosystem Map&lt;/strong&gt;: Enhanced filters with real-time search and multi-select tags, making it effortless to navigate through dozens of hubs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔒 Secure Admin Console&lt;/strong&gt;: A protected dashboard for ecosystem leads to verify community submissions, manage cities/tags, and execute batch-updates across the entire directory.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;⚡ Proactive Sync &amp;amp; Caching&lt;/strong&gt;: Multi-layer caching with cross-instance synchronization via Firestore ensures that any administrative change (like deleting or verifying a hub) is instantly reflected site-wide.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;📱 Mobile &amp;amp; Native Share&lt;/strong&gt;: Built for a mobile-first nation, including full responsiveness and Native Web Share API integration.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://hubmapgh.vercel.app" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;hubmapgh.vercel.app&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;You can find the github repository &lt;a href="https://github.com/Grandkojo/hubmapgh" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;The project leverages a modern, serverless stack designed for scale and zero cost:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Framework&lt;/strong&gt;: &lt;a href="https://nextjs.org/" rel="noopener noreferrer"&gt;Next.js 14&lt;/a&gt; (App Router) for a lightning-fast frontend.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI&lt;/strong&gt;: &lt;a href="https://aistudio.google.com/" rel="noopener noreferrer"&gt;Google Gemini Pro&lt;/a&gt; provides the natural language reasoning for the recommender, optimized for the ecosystem.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Database&lt;/strong&gt;: &lt;a href="https://firebase.google.com/products/firestore" rel="noopener noreferrer"&gt;Firebase Firestore&lt;/a&gt; handles real-time data sync, community submissions, and cross-server cache invalidation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Auth&lt;/strong&gt;: &lt;a href="https://firebase.google.com/products/auth" rel="noopener noreferrer"&gt;Firebase Auth&lt;/a&gt; secures the administrative backbone.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Styling&lt;/strong&gt;: &lt;a href="https://tailwindcss.com/" rel="noopener noreferrer"&gt;Tailwind CSS&lt;/a&gt; with a custom design system inspired by Ghana's national colors (Gold, Red, Green).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Icons/OG&lt;/strong&gt;: Refined, minimalist branding assets generated to provide a premium look and feel.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sustainability &amp;amp; Safety
&lt;/h3&gt;

&lt;p&gt;I implemented IP-based usage tracking in Firestore to enforce a "3 matches per day" limit for AI requests, ensuring the platform remains free to the community while protecting against API abuse.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
    </item>
    <item>
      <title>New Year, New You: The Void Alchemist Portfolio (Powered by Gemini)</title>
      <dc:creator>Ernest Essien</dc:creator>
      <pubDate>Wed, 28 Jan 2026 08:05:32 +0000</pubDate>
      <link>https://dev.to/grandkojo/new-year-new-you-the-void-alchemist-portfolio-powered-by-gemini-3351</link>
      <guid>https://dev.to/grandkojo/new-year-new-you-the-void-alchemist-portfolio-powered-by-gemini-3351</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;Hi, I'm &lt;strong&gt;Ernest Kojo Owusu Essien&lt;/strong&gt;, a software engineer specializing in backend systems and AI. I build systems that think. My goal for 2026 is to push the boundaries of web experiences by merging rigorous backend logic with immersive, cinematic frontend designs. I don't just build websites; I build digital artifacts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://ai-portfolio-48210516724.us-central1.run.app" rel="noopener noreferrer"&gt;View Live Portfolio - Cloud Run Link&lt;/a&gt; or &lt;a href="https://portfolio.grandkojo.my" rel="noopener noreferrer"&gt;My Domain&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://ai-portfolio-48210516724.us-central1.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I didn't just want a static resume; I wanted a living, breathing digital space that I can manage and evolve without touching code for every content update.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework&lt;/strong&gt;: &lt;a href="https://nextjs.org/" rel="noopener noreferrer"&gt;Next.js 14&lt;/a&gt; (App Router) for performance, SEO, and server actions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling&lt;/strong&gt;: &lt;a href="https://tailwindcss.com/" rel="noopener noreferrer"&gt;Tailwind CSS&lt;/a&gt; for a custom "Void Alchemist" design system.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend &amp;amp; Database&lt;/strong&gt;: &lt;strong&gt;Firebase (Firestore &amp;amp; Auth)&lt;/strong&gt;. I moved beyond static data to a real-time database to manage my projects and messages.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Development Process&lt;/strong&gt;: I used &lt;strong&gt;Antigravity by Google&lt;/strong&gt; as my IDE, which was seamless in building the portfolio.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI&lt;/strong&gt;: &lt;strong&gt;Gemini 1.5 Flash&lt;/strong&gt; via the Google AI SDK.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment&lt;/strong&gt;: &lt;strong&gt;Google Cloud Run&lt;/strong&gt; via Docker containers for serverless scalability.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;AI Integration (The Brain)&lt;/strong&gt;: The "Void Alchemist" AI agent is powered by Gemini 1.5 Flash. It uses long-context injection to access documentation and portfolio data, allowing it to answer technical questions accurately, ensuring it never loses context or hallucinates due to missing fragments.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Admin Dashboard (The Control Room)&lt;/strong&gt;: I built a secured Admin Panel (&lt;code&gt;/admin&lt;/code&gt;) using &lt;strong&gt;NextAuth&lt;/strong&gt; and &lt;strong&gt;Firebase&lt;/strong&gt;.

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Message Management&lt;/strong&gt;: Contact form submissions are saved to Firestore and can be read/deleted directly from the dashboard.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Dynamic Content&lt;/strong&gt;: My projects and skills are managed via the dashboard, allowing me to update my portfolio instantly.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Immersive UI&lt;/strong&gt;: Used Framer Motion for the particle network, floating sigils, and "atmosphere" layer to create a depth-of-field effect that feels premium and cinematic.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Dynamic Island Navigation&lt;/strong&gt;: A responsive, app-like floating navigation bar that expands on mobile. It provides seamless access to the new &lt;code&gt;/services&lt;/code&gt; ecosystem while maintaining the immersive aesthetic.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;The Full-Stack Admin Ecosystem&lt;/strong&gt;: I'm most proud of moving away from hardcoded JSON files. Building a full Admin Dashboard where I can see messages from recruiters and manage my project showcase makes this a true production-grade application, not just a static template.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;The AI "Persona"&lt;/strong&gt;: Tuning the Gemini prompt was an art. It switches seamlessly between "Recruiter Mode" (concise, metrics) and "Dev Mode" (technical deep-dives), making it feel like a real extension of myself.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Cloud Run Deployment&lt;/strong&gt;: Getting the Docker container optimized and deployed on Cloud Run was a seamless experience. The app scales down to zero when not in use, which is perfect for a portfolio.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What do you all think about it? Share your thoughts in the comments 😊&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
