<?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>Forem: Meheret Egzerab</title>
    <description>The latest articles on Forem by Meheret Egzerab (@lilymercy).</description>
    <link>https://forem.com/lilymercy</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%2F896%2Fe422ce38-8e34-4ed0-a7b7-8c406eae21ed.png</url>
      <title>Forem: Meheret Egzerab</title>
      <link>https://forem.com/lilymercy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/lilymercy"/>
    <language>en</language>
    <item>
      <title>I Built an AI Tool That Creates App Store Screenshots in Seconds. Here's How Google Gemini Made It Possible</title>
      <dc:creator>Meheret Egzerab</dc:creator>
      <pubDate>Tue, 03 Mar 2026 23:06:23 +0000</pubDate>
      <link>https://forem.com/lilymercy/i-built-an-ai-tool-that-creates-app-store-screenshots-in-seconds-heres-how-google-gemini-made-it-3n0a</link>
      <guid>https://forem.com/lilymercy/i-built-an-ai-tool-that-creates-app-store-screenshots-in-seconds-heres-how-google-gemini-made-it-3n0a</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/mlh-built-with-google-gemini-02-25-26"&gt;Built with Google Gemini: Writing Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built with Google Gemini
&lt;/h2&gt;

&lt;p&gt;As a solo indie developer shipping iOS apps under my studio, &lt;a href="https://github.com/mercyg" rel="noopener noreferrer"&gt;Studio Rehoboth&lt;/a&gt;, I kept running into the same bottleneck every time I was ready to launch: &lt;strong&gt;App Store screenshots&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Apple requires very specific image dimensions (1284 x 2778 px for iPhone, 2048 x 2732 px for iPad), and making them look professional with device mockups, catchy headlines, and matching color palettes used to mean hours in Figma. For every single app. Every single update.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;AppStoreGenius&lt;/strong&gt;: a personal AI-powered tool that turns my raw app screenshots into polished, Apple-compliant App Store assets in seconds. I built it directly in &lt;a href="https://aistudio.google.com/" rel="noopener noreferrer"&gt;Google AI Studio&lt;/a&gt; using the Gemini API, and it's become an essential part of my development workflow.&lt;/p&gt;

&lt;p&gt;Here's what it does:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI-Powered Design Generation&lt;/strong&gt;: I upload a raw screenshot of my app, and Gemini analyzes the image to automatically generate a marketing headline, descriptive subtitle, and a color palette (background + text colors) that matches the app's branding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Smart Status Bar Masking&lt;/strong&gt;: The AI identifies the exact color of the app's top navigation bar and applies a matching mask to hide the real status bar icons (battery, carrier, time), giving that clean, professional look.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automatic Device Mockups&lt;/strong&gt;: The screenshot gets placed inside a realistic device frame, complete with bezels and Dynamic Island for iPhone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full Customization + One-Click Export&lt;/strong&gt;: I can tweak headlines, adjust backgrounds, change device types, and fine-tune positioning. When I'm happy with it, I export everything as high-resolution PNGs at Apple's exact required dimensions, packaged in a ZIP file.&lt;/p&gt;

&lt;p&gt;I've used AppStoreGenius for two of my apps so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://apps.apple.com/us/app/lent-journey/id6758277230" rel="noopener noreferrer"&gt;Lent Journey&lt;/a&gt;&lt;/strong&gt;: A Catholic devotional app for Lent that hit #1 in the App Store for "lent." The professional-looking screenshots absolutely helped with conversions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Advent Habit Calendar&lt;/strong&gt;: A faith-based habit tracking app where I used the same workflow to generate App Store assets quickly.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw7q7b3dbzylrjkel2o5m.webp" class="article-body-image-wrapper"&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.amazonaws.com%2Fuploads%2Farticles%2Fw7q7b3dbzylrjkel2o5m.webp" alt="AppStoreGenius upload screen" width="800" height="457"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The source code is on GitHub: &lt;a href="https://github.com/mercyg/App-store-genius" rel="noopener noreferrer"&gt;github.com/mercyg/App-store-genius&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's built with TypeScript and React, generated from the &lt;code&gt;google-gemini/aistudio-repository-template&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The tech stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; TypeScript + React (Vite)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI:&lt;/strong&gt; Google Gemini API for image analysis, headline generation, and color extraction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export:&lt;/strong&gt; Client-side canvas rendering for pixel-perfect output at Apple's required dimensions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The tool isn't publicly deployed yet; right now, it's part of my personal development toolkit. But the code is open source if you want to see how it works under the hood.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;The biggest lesson: AI tools are most powerful when they solve YOUR specific pain point.&lt;/strong&gt; I didn't build AppStoreGenius as a product idea. I built it because I was tired of spending hours in Figma every time I shipped an app. The fact that it works so well is a testament to how capable the Gemini API is for practical, workflow-level automation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini's vision capabilities are genuinely impressive.&lt;/strong&gt; The fact that it can analyze a screenshot, identify the dominant colors, understand the context of the app, and generate relevant marketing copy all from a single image upload still surprises me. The color extraction for status bar masking works remarkably well.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI Studio made prototyping fast.&lt;/strong&gt; Being able to iterate on prompts and build the tool directly in the AI Studio interface meant I went from idea to working app quickly. And now every time I need App Store screenshots, I just upload my raw screenshots, let Gemini do its thing, hit export, and get a ZIP file with everything at the exact dimensions Apple requires, ready to upload straight to App Store Connect.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Professional presentation matters more than you think.&lt;/strong&gt; When I launched Lent Journey, I genuinely believe the polished App Store screenshots contributed to the strong conversion rate. People judge apps by their screenshots before they ever download, and having AI-generated professional assets lets me compete with apps that have dedicated design teams.&lt;/p&gt;

&lt;h2&gt;
  
  
  Google Gemini Feedback
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What worked well:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The image analysis capabilities are the star here. Uploading a screenshot and getting back a coherent headline, subtitle, and color palette that actually matches the app's vibe — that's incredibly useful. For Lent Journey, it nailed the spiritual, contemplative tone. The color detection was accurate enough that the status bar mask blended seamlessly.&lt;/p&gt;

&lt;p&gt;The AI Studio prototyping experience was also smooth. Being able to iterate on prompts and see results immediately, then export to a proper codebase, meant I went from idea to working tool faster than I expected.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where I ran into friction:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Getting the exact output format right took multiple iterations of prompting. Apple's requirements are very specific — exact pixel dimensions, exact aspect ratios — and the initial prompts didn't always respect those constraints. I had to be very explicit about the output specifications, which required some back-and-forth.&lt;/p&gt;

&lt;p&gt;The Gemini API sometimes generated headlines that were a bit generic or didn't quite capture the unique value proposition of the app. It's great as a starting point, but I almost always tweaked the generated copy. This is fine for my workflow since the tool supports manual editing, but the AI-generated marketing copy does need a human eye.&lt;/p&gt;

&lt;p&gt;Overall, Gemini is at its best when you give it a focused, well-defined task, analyze this image, extract these colors, generate a headline in this style — rather than asking it to handle the entire creative process end-to-end. That's exactly how I architected AppStoreGenius, and it works beautifully.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I'm considering publishing AppStoreGenius as a tool that other indie devs can use. If that's something you'd find useful, let me know in the comments! And if you've built something cool with Gemini, I'd love to hear about it.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>geminireflections</category>
      <category>gemini</category>
      <category>ai</category>
    </item>
    <item>
      <title>What If You Learned Data Structures by Building Real Projects?</title>
      <dc:creator>Meheret Egzerab</dc:creator>
      <pubDate>Wed, 25 Feb 2026 16:58:16 +0000</pubDate>
      <link>https://forem.com/lilymercy/what-if-you-learned-data-structures-by-building-real-projects-3ikb</link>
      <guid>https://forem.com/lilymercy/what-if-you-learned-data-structures-by-building-real-projects-3ikb</guid>
      <description>&lt;p&gt;Most DSA resources follow the same pattern, here's a data structure, here's how it works, now solve this isolated problem. Textbooks, LeetCode, YouTube courses, the format changes but the approach is pretty much the same.&lt;/p&gt;

&lt;p&gt;I wanted to try something different. What if you learned data structures by building a real project and the DSA concepts came up naturally because you actually needed them?&lt;/p&gt;

&lt;p&gt;So I built BuildCode, a free platform where you learn data structures by building real projects. It's an experiment, and I want to see if this approach clicks for people.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxy75ldkogged4cpsn58r.png" class="article-body-image-wrapper"&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.amazonaws.com%2Fuploads%2Farticles%2Fxy75ldkogged4cpsn58r.png" alt="screenshot of the buildcode" width="800" height="632"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea is simple
&lt;/h2&gt;

&lt;p&gt;Instead of "Given an array of integers, find two numbers that add up to a target..." you get:&lt;/p&gt;

&lt;p&gt;"Build a Task Manager. Along the way, you'll discover why hash maps exist and when they're the right tool."&lt;/p&gt;

&lt;p&gt;You start with a working project. You write real code. You hit real performance problems. And then the data structure clicks not because you memorized it, but because you needed it.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's live right now
&lt;/h3&gt;

&lt;p&gt;The first lesson is a Task Manager project that teaches hash maps through 10 hands-on steps. It's a mix of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Running pre-written code to see concepts in action&lt;/li&gt;
&lt;li&gt;Writing key portions yourself (not just clicking "next")&lt;/li&gt;
&lt;li&gt;A progressive hint system when you get stuck so you're challenged but never stranded&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It uses modern JavaScript (Map, Set) the stuff you'd actually use at work, not a from-scratch implementation you'd never ship.&lt;/p&gt;

&lt;h4&gt;
  
  
  Why I think this matters more now, not less
&lt;/h4&gt;

&lt;p&gt;Hot take: AI making code generation easier makes understanding fundamentals more important. If you don't understand why a hash map is the right choice, you can't evaluate whether Copilot gave you a good solution or a terrible one. You just copy-paste and hope.&lt;/p&gt;

&lt;p&gt;BuildCode is about building the intuition that AI can't give you.&lt;/p&gt;

&lt;h4&gt;
  
  
  Try it and tell me what it's like
&lt;/h4&gt;

&lt;p&gt;The Task Manager lesson is free,  no signup wall, just go try it:&lt;br&gt;
👉 &lt;a href="https://www.buildcode.codes/" rel="noopener noreferrer"&gt;https://www.buildcode.codes/&lt;/a&gt;&lt;br&gt;
I'd genuinely love feedback. Things I'm especially curious about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Did the progression make sense? Or did any step feel like a jump?&lt;/li&gt;
&lt;li&gt;Was there enough hands-on coding? Or did it feel too guided?&lt;/li&gt;
&lt;li&gt;Would you want more projects like this? (Graphs → social feed, tries → autocomplete, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop a comment here, open an issue, or DM me, whatever's easiest. I'm building this in public and real feedback is everything.&lt;/p&gt;

&lt;p&gt;If you're an educator using project-based approaches to teach DSA, I'd especially love to hear from you. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>datastructures</category>
    </item>
    <item>
      <title>Solo Command:- A mindful standup tool built for solo developers</title>
      <dc:creator>Meheret Egzerab</dc:creator>
      <pubDate>Mon, 16 Feb 2026 04:52:24 +0000</pubDate>
      <link>https://forem.com/lilymercy/solo-command-a-mindful-standup-tool-built-for-solo-developers-43o7</link>
      <guid>https://forem.com/lilymercy/solo-command-a-mindful-standup-tool-built-for-solo-developers-43o7</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Solo Command is a web-based daily standup and project tracking tool built specifically for solo developers and indie founders.&lt;/p&gt;

&lt;p&gt;Here's the problem: when you're a solo founder, there's no morning standup. No one asks what you did yesterday, what you're working on today, or what's blocking you. Days blur together. You context-switch between projects and lose track of progress. Then, when you need to write a weekly update, pitch an investor, or remember what you did last Tuesday, you're scrambling.&lt;/p&gt;

&lt;p&gt;I built Solo Command because I'm living this problem right now. I'm a solo founder juggling multiple app launches, hackathons, and marketing — all at once. I needed a calm, structured space to capture my daily progress across everything.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;p&gt;📝 Daily Standups - Log what you accomplished, what's next, and what's blocking you&lt;br&gt;
💡 Idea Capture — Quickly save ideas without breaking your flow&lt;br&gt;
🎯 Multi-Project Tracking — Tag entries by project, filter, and see momentum across all your work&lt;br&gt;
📊 Timeline &amp;amp; Board Views — Toggle between a chronological timeline and a visual board layout&lt;br&gt;
🌅 Mindful Design — A warm, intentional interface that feels like a sanctuary, not another noisy productivity tool&lt;/p&gt;

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

&lt;p&gt;🔗 Live App: &lt;a href="//solo-command.vercel.app"&gt;solo-command&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 GitHub Repo: &lt;a href="//github.com/mercyg/solo-command"&gt;github-repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F15wmws6yiwu7imi7hjea.png" class="article-body-image-wrapper"&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.amazonaws.com%2Fuploads%2Farticles%2F15wmws6yiwu7imi7hjea.png" alt="landing page screenshot" width="800" height="607"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0f3wrx7jfjqilr87gzix.png" class="article-body-image-wrapper"&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.amazonaws.com%2Fuploads%2Farticles%2F0f3wrx7jfjqilr87gzix.png" alt="Dashboard with entries" width="800" height="699"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;I built Solo Command almost entirely through Copilot CLI over a weekend. Here's how it shaped the process:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Architecture &amp;amp; scaffolding — I started with just a concept. Copilot CLI helped me pick the tech stack, set up the project structure, and generate the initial codebase in one conversation.&lt;/li&gt;
&lt;li&gt;Feature development — The standup system, project tagging, timeline/board views, and idea capture were all built through iterative prompts. Describe → review → refine. Repeat.&lt;/li&gt;
&lt;li&gt;Debugging — When things broke, I stayed in the terminal. Copilot CLI gave me targeted fixes without the usual context-switching to docs and Stack Overflow.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F52v3jeitm0w4ru7j7h2y.png" class="article-body-image-wrapper"&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.amazonaws.com%2Fuploads%2Farticles%2F52v3jeitm0w4ru7j7h2y.png" alt="Github cli" width="800" height="254"&gt;&lt;/a&gt;&lt;br&gt;
The biggest surprise was how natural it felt. Copilot CLI handled the full lifecycle — not just code generation, but architectural decisions and problem-solving. It met me where I already work: the terminal.&lt;/p&gt;

&lt;p&gt;Built in a weekend by a solo founder, for solo founders. Because even when there's no team, you still deserve a standup. ⚡&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>— Hackathon — What I learned and why you should attend!</title>
      <dc:creator>Meheret Egzerab</dc:creator>
      <pubDate>Wed, 24 Feb 2021 05:48:03 +0000</pubDate>
      <link>https://forem.com/lilymercy/hackathon-what-i-learned-and-why-you-should-attend-153p</link>
      <guid>https://forem.com/lilymercy/hackathon-what-i-learned-and-why-you-should-attend-153p</guid>
      <description>&lt;p&gt;This post was originally published in Medium in 2017.&lt;/p&gt;

&lt;p&gt;Over the past few days, I was going through my journal and found this interesting note about my first Hackathon experience. I wrote this note for myself in hopes of sharing my experience with someone like you one day:-&lt;/p&gt;

&lt;p&gt;I had the chance to attend my first Hackathon one year ago. It was a great experience. I got to meet with different people and hear about their coding journeys. I also met with people who don’t code at all but have great ideas about the kind of apps that they’d like to create someday. These people in particular came to the hackathon to collaborate and work with other people who can program so that they could publish an app or project. The hackathon was held in DC by Women Who Code, an organization that empowers women in the tech world.&lt;/p&gt;

&lt;p&gt;I arrived in the morning and after a few minutes-, the program officially started and I started to look around the project that was listed off. At the time, there were so many great ideas it was hard to decide which project to get involved with. I finally decided to join a team with an emergency management idea. Long story short, the project goal was to improve the management system for Virginia state’s emergency department. We started off by introducing ourselves and continued to brainstorm on how we could improve the department. With so many ideas and because of time constraints we ended up only creating a mock-up for the website for the department in the end.&lt;/p&gt;

&lt;p&gt;The main reason I’m sharing my experience is not to talk about the step-by-step process of my participation in the hackathon, but rather the insight I gained from attending. You see, I have been teaching myself to code for the past months and this was the first time I was sharing what I know with others. Attending the hackathon, gave me the realization that all the time I spend staring at my laptop is actually a big deal. When I started sharing what I know with other people, I realized that what I have been doing has value, and that was such a good feeling.&lt;/p&gt;

&lt;p&gt;Most of the time when I was learning by myself even after finishing courses online I would highly underestimate what I had accomplished. I would think that what I know now was still not enough and focus on the fact that there was a lot more still to learn. Honestly, attending the hackathon helped me to realize that I really have gained a lot of knowledge and know a lot already, more than I thought I knew.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0pye5loe2l8c1atwl3te.jpeg" class="article-body-image-wrapper"&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.amazonaws.com%2Fuploads%2Farticles%2F0pye5loe2l8c1atwl3te.jpeg" alt="computer" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;“Trust yourself, you know more than you think you do.” Benjamin Spock&lt;/p&gt;

&lt;p&gt;Though learning to code, I’ve found that it’s good to admit what I know and to be proud of it. This has given me the motivation to keep on learning and doing more. On top of that, the hackathon showed me different kinds of learning processes and tools for solving problems that other people use. I also learned how great it is to work in teams, which has additionally has made me think outside of the box.&lt;/p&gt;

&lt;p&gt;When I truly think about the knowledge and the experience that I got from the hackathon, -I thought it would be a great motivation for anyone else who wants to attend one, and for this reason, again, I’m sharing my experience. It might be scary when you think about attending a Hackathon for the first time but once you get there, I know you won’t regret it. So go ahead and search for one in your city or country and attend!!!&lt;br&gt;
Thank you for taking the time to read this. If you liked it, click the heart button so other people will see it here on DEV.&lt;/p&gt;

&lt;p&gt;Happy coding!&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>womenwhocode</category>
      <category>learningtocode</category>
    </item>
    <item>
      <title>Nevertheless, Meheret Girma Coded</title>
      <dc:creator>Meheret Egzerab</dc:creator>
      <pubDate>Wed, 08 Mar 2017 01:01:04 +0000</pubDate>
      <link>https://forem.com/lilymercy/nevertheless-meheret-girma-coded</link>
      <guid>https://forem.com/lilymercy/nevertheless-meheret-girma-coded</guid>
      <description>&lt;h2&gt;
  
  
  I began coding because...
&lt;/h2&gt;

&lt;p&gt;I was introduced to coding when I took my first computer science class. When I started I was not encouraged or happy by coding. But after learning for a while and coding more I started to love it more. &lt;/p&gt;

&lt;h2&gt;
  
  
  I'm currently hacking on...
&lt;/h2&gt;

&lt;p&gt;I have started working on a side project to build a web application that lets users review there coffee and hope to make it a mobile app! &lt;/p&gt;

&lt;h2&gt;
  
  
  I'm excited about...
&lt;/h2&gt;

&lt;p&gt;New ideas and helping people!&lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for other women who code is...
&lt;/h2&gt;

&lt;p&gt;Keeping pushing and doing what you love! Even if the road is rough just keeping doing what you love. We can do big thing if we encourage eachother!&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
  </channel>
</rss>
