<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Coding on Aleem Isiaka</title>
    <link>https://limistah.dev/tags/coding/</link>
    <description>Recent content in Coding on Aleem Isiaka</description>
    <image>
      <title>Aleem Isiaka</title>
      <url>https://limistah.dev/images/papermod-cover.png</url>
      <link>https://limistah.dev/images/papermod-cover.png</link>
    </image>
    <generator>Hugo -- 0.146.0</generator>
    <language>en</language>
    <lastBuildDate>Wed, 03 Sep 2025 11:20:37 +0100</lastBuildDate>
    <atom:link href="https://limistah.dev/tags/coding/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dynamically lookup a property in deeply nested object</title>
      <link>https://limistah.dev/posts/lookup-nested-object-dot-operator/</link>
      <pubDate>Tue, 23 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://limistah.dev/posts/lookup-nested-object-dot-operator/</guid>
      <description>&lt;p&gt;I was solving a challenge and got to a point where I had to implement a store that could hold arbitrarily deeply nested objects. The new me, I need to see what others have done.&lt;/p&gt;
&lt;p&gt;I found &lt;a 
  href=&#34;https://www.npmjs.com/package/dot-prop&#34;
   
    target=&#34;_blank&#34; 
    rel=&#34;noopener&#34;
  &gt;dot-prop npm package&lt;/a&gt;, which solves it quite well.&lt;/p&gt;
&lt;p&gt;But going through &lt;a 
  href=&#34;https://gist.github.com/jasonrhodes/2321581&#34;
   
    target=&#34;_blank&#34; 
    rel=&#34;noopener&#34;
  &gt;this gist&lt;/a&gt;, I found &lt;a 
  href=&#34;https://gist.github.com/jasonrhodes/2321581?permalink_comment_id=1813156#gistcomment-1813156&#34;
   
    target=&#34;_blank&#34; 
    rel=&#34;noopener&#34;
  &gt;this answer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The author said a &amp;ldquo;functional way to solve it&amp;rdquo;&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;github.com/shiftyp&#34; loading=&#34;lazy&#34; src=&#34;https://limistah.dev/assets/git_gits_permalink_comment_id_1813156.jpeg&#34;&gt;&lt;/p&gt;
&lt;p&gt;And this right here, is an example of &lt;a 
  href=&#34;https://limistah.dev/posts/imparative-declarative-coding/&#34;
  &gt;declarative programming&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Imparative and Declarative coding?</title>
      <link>https://limistah.dev/posts/imparative-declarative-coding/</link>
      <pubDate>Sat, 20 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://limistah.dev/posts/imparative-declarative-coding/</guid>
      <description>Choose to be clearity over ambiguity</description>
    </item>
  </channel>
</rss>
