<?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: Omodamola</title>
    <description>The latest articles on DEV Community by Omodamola (@darmhoo).</description>
    <link>https://dev.to/darmhoo</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%2F53263%2F28817419-9db6-4a96-a14c-cdb496d4c9fa.jpg</url>
      <title>DEV Community: Omodamola</title>
      <link>https://dev.to/darmhoo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darmhoo"/>
    <language>en</language>
    <item>
      <title>How I approach a new stack</title>
      <dc:creator>Omodamola</dc:creator>
      <pubDate>Tue, 26 May 2026 10:17:08 +0000</pubDate>
      <link>https://dev.to/darmhoo/how-i-approach-a-new-stack-3llh</link>
      <guid>https://dev.to/darmhoo/how-i-approach-a-new-stack-3llh</guid>
      <description>&lt;p&gt;Approaching a new stack has often come up in my most recent job.&lt;/p&gt;

&lt;p&gt;I have been using the TALL stack for a while and have built several solutions with it. Then a job came in that required expertise in Rails. I had never written Ruby before, but I eventually got it done. So, I want to list out the steps that worked for me as a full-stack engineer.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;First, I take some time to learn the syntax (very important) of the base language. In my case, I used online resources to learn Ruby.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Next, I try to find parallels between the new stack and my previous knowledge. As a full-stack web developer, I focused more on Ruby’s application to web development. This helped keep my learning focused and practical.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I also started experimenting with containerizing Rails applications. To me, that is very important. I have learned to always separate development environments so I do not mess up existing work. If you like keeping things easy, like I do, you can use the VS Code Dev Containers extension to help you create a Rails container easily.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stretch your limits. Build simple apps at first. My first app in Rails was a loan request app. I struggled a lot while building it, but thanks to the community, I was able to understand some basic processes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do not be scared to ask for help. Taking on a new stack can make you feel like a toddler learning how to walk. It is just a matter of time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And remember to have fun while doing it. What’s life without fun?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The steps listed above are what I have learned so far while trying to pick up something new and still deliver within a short period of time.&lt;/p&gt;

&lt;p&gt;In the coming days, I will share notes about my experience learning Golang (yeah! I need it for a gig).&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>fullstack</category>
    </item>
    <item>
      <title>Learnt Something New</title>
      <dc:creator>Omodamola</dc:creator>
      <pubDate>Tue, 19 May 2026 15:51:20 +0000</pubDate>
      <link>https://dev.to/darmhoo/learnt-something-new-158m</link>
      <guid>https://dev.to/darmhoo/learnt-something-new-158m</guid>
      <description>&lt;p&gt;Quick Drop.&lt;br&gt;
I was having a bug where a page change doesn't happen until you click the button twice.&lt;br&gt;
Just adding async and await fixed the issue. So it got me wondering useRouter().push() requires await. That is cool&lt;br&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%2F183hygl2kutsdr57vcg9.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%2F183hygl2kutsdr57vcg9.png" alt=" " width="800" height="557"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Have you encountered such before? Feel free to drop a thought&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>vue</category>
      <category>router</category>
    </item>
  </channel>
</rss>
