<?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: Bernadette Akinyi</title>
    <description>The latest articles on DEV Community by Bernadette Akinyi (@bernadetteakinyi).</description>
    <link>https://dev.to/bernadetteakinyi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4027622%2F22bb9cb9-6061-402a-aad2-4f7503b5e572.jpg</url>
      <title>DEV Community: Bernadette Akinyi</title>
      <link>https://dev.to/bernadetteakinyi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bernadetteakinyi"/>
    <language>en</language>
    <item>
      <title>VIBE CODER?</title>
      <dc:creator>Bernadette Akinyi</dc:creator>
      <pubDate>Fri, 31 Jul 2026 18:12:14 +0000</pubDate>
      <link>https://dev.to/bernadetteakinyi/vibe-coder--2ebp</link>
      <guid>https://dev.to/bernadetteakinyi/vibe-coder--2ebp</guid>
      <description>&lt;h2&gt;
  
  
  HEY TECHIE 🌸
&lt;/h2&gt;

&lt;p&gt;I have always believed, for quite a long while, that there was no point in vibe coding. My thought process was, "Why prompt it when I can do it myself ?" The whole idea was that if I built it from scratch, it would be more fulfilling to me because I made it. I mean, there's nothing wrong with that, but I limited myself from exploring this new, not-so-new wave dynamic.&lt;/p&gt;

&lt;p&gt;You might wonder where that got me; funny enough, I've been stuck in tutorial hell and staying a novice. Never really getting to level up as much as I would like. The ideas, innovations- I had them all; the problem was they were limited to just my mind because I kept waiting for when I would be perfect and ready. &lt;/p&gt;

&lt;p&gt;So, yesterday, abruptly, I joined a machine learning group where I basically study, and there was an ongoing hackathon they had been working on and only about ten hours left before the deadline. Did I sign up for the hackathon? I did. Did I regret my decision? At first, I kept thinking about what I had got myself into and that I would make a fool of myself. I stayed up late, whipping my AI to get to work and give me something, and when it generated so much, I realised I was not familiar with the concepts I witnessed at that moment, and I shut down my laptop and went to sleep, giving up on the whole idea.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fih2nj1pgqp8u631mri09.jpg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fih2nj1pgqp8u631mri09.jpg" alt="Animated chatacter that is tired " width="592" height="630"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"Even if you are not ready for the day, it cannot always be night."&lt;/em&gt; — Gwendolyn Brooks&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And morning came; I absolutely did not want to turn up, but I did anyway. Throughout, I kept thinking of how maybe I should just not do it and decided to get my &lt;em&gt;whipper friends&lt;/em&gt;, if I may. Email after email, credit exhaustion after exhaustion and in less than three hours my Idea had come to life, not perfect, but it came to life. It was so beautiful being able to do something in such a small amount of time, and an idea could be presented.&lt;/p&gt;

&lt;p&gt;I did present my idea, obviously not really understanding what went on technically for the most part, but I did learn quite a lot in such a short time frame. Presenting my idea and having people give me insights on feature recommendations I did not consider, the business aspects and technical suggestions really opened my mind and as much as I keep learning, I will venture into vibe coding and whip the hell out of it. &lt;/p&gt;

&lt;p&gt;I'd love to hear about your experiences. Do you think it's worth venturing into, or do you prefer building everything from scratch? Let me know your thoughts! 🌸&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>discuss</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Building IRIS: An Adaptive Accessibility Companion</title>
      <dc:creator>Bernadette Akinyi</dc:creator>
      <pubDate>Sun, 26 Jul 2026 09:42:03 +0000</pubDate>
      <link>https://dev.to/bernadetteakinyi/iris-2kp</link>
      <guid>https://dev.to/bernadetteakinyi/iris-2kp</guid>
      <description>&lt;h2&gt;
  
  
  Hey Techie 🌸
&lt;/h2&gt;

&lt;p&gt;Before I continue my go series, I wanted to share a personal project that I'll be working on alongside my learning.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is IRIS?
&lt;/h3&gt;

&lt;p&gt;IRIS is an adaptive accessibility companion meant to help people with invisible disabilities navigate the media in ways preferable to them.&lt;/p&gt;

&lt;p&gt;Most websites and systems are one-size-fits-all and do not take user preferences into account in depth. The assumption is that every user views technology the same way, and that's not true at all. This is where IRIS shines her glory. &lt;/p&gt;

&lt;p&gt;The goal of creating IRIS is that it adapts to the user's needs rather than the user adapting to it. She will be able to personalise things like text-to-speech, colour themes, layouts, and other accessibility features based on their needs.&lt;/p&gt;

&lt;p&gt;As I continue learning Go and backend development, I'll also be sharing the progress of building IRIS, from designing the database and API to developing the backend and, eventually, the complete application.&lt;/p&gt;

&lt;p&gt;I look forward to sharing my progress and the challenges I will face and having discussions with you, my dear techie friends 🌸&lt;/p&gt;

</description>
      <category>go</category>
      <category>beginners</category>
      <category>discuss</category>
      <category>software</category>
    </item>
    <item>
      <title>Slices Beyond the Basics</title>
      <dc:creator>Bernadette Akinyi</dc:creator>
      <pubDate>Thu, 23 Jul 2026 15:45:59 +0000</pubDate>
      <link>https://dev.to/bernadetteakinyi/slices-beyond-the-basics-4ohd</link>
      <guid>https://dev.to/bernadetteakinyi/slices-beyond-the-basics-4ohd</guid>
      <description>&lt;h3&gt;
  
  
  Hey Techie! 🌸
&lt;/h3&gt;

&lt;p&gt;Welcome to my Go series! I'll be sharing what I'm learning in ways that make sense to me, the mistakes I make and the "aha!" moments that help everything click. Whether you're learning Go too or just curious about it, I hope you'll pick up something along the way.&lt;/p&gt;

&lt;p&gt;Feel free to add any insights or experiences in the comments.&lt;/p&gt;

&lt;p&gt;Today's topic is... &lt;em&gt;drumroll, please!&lt;/em&gt; &lt;strong&gt;Slices&lt;/strong&gt;. Let's dive in!&lt;/p&gt;

&lt;h2&gt;
  
  
  So, what exactly is a slice?
&lt;/h2&gt;

&lt;p&gt;When I first came across slices in Go, I thought they were another name for arrays. Turns out, they're not!&lt;/p&gt;

&lt;p&gt;A slice is a dynamic view into an underlying array. It is internally represented by a small data structure called a &lt;strong&gt;slice header&lt;/strong&gt;. Instead of storing the elements themselves, the slice header stores a &lt;strong&gt;pointer&lt;/strong&gt; to the underlying array, along with its &lt;strong&gt;length&lt;/strong&gt; and &lt;strong&gt;capacity&lt;/strong&gt;. This realization helped me understand why modifying a slice can also modify the original array.&lt;/p&gt;

&lt;p&gt;Another interesting and convenient thing is how flexible slices are compared to arrays which are fixed size. Slices can grow using functions like &lt;strong&gt;append()&lt;/strong&gt; or be resliced to work with a smaller portion of the underlying array. This flexibility is one of the reasons slices are used so frequently in Go.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;A little heads up, I used AI to clean up my grammar and typos. The technical ideas and thoughts in this article are 100% my own.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>go</category>
      <category>discuss</category>
      <category>software</category>
    </item>
  </channel>
</rss>
