<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>RSS Feed</title>
        <link>http://sunil.com.au</link>
        <description></description>
        <atom:link href="http://sunil.com.au/blog/rss.xml" rel="self" type="application/rss+xml" />
                <item>
            <title>Working with SVG in react native</title>
            <link>http://sunil.com.au/blog/post/working-svg-react-native</link>
            <guid>http://sunil.com.au/blog/post/working-svg-react-native</guid>
            <pubDate>Tue, 10 Oct 2017 05:10:00 +0000</pubDate>
            <description>Everything looked good during development but when i tried to push app in real device or emulator it kept giving &quot;error while updating property d in shadow node of type RNSVGPath &quot; which was very confusing.</description>
        </item>
                <item>
            <title>Fetch Issue in NodeJs</title>
            <link>http://sunil.com.au/blog/post/fetch-issue-nodejs</link>
            <guid>http://sunil.com.au/blog/post/fetch-issue-nodejs</guid>
            <pubDate>Fri, 19 May 2017 12:00:00 +0000</pubDate>
            <description>While using node fetch , i encounted this issues where is was getting this strange error &#039;Uncaught (in promise) TypeError: Cannot read property &#039;setState&#039; of undefined&#039;.</description>
        </item>
                <item>
            <title>Better validations in OctoberCMS</title>
            <link>http://sunil.com.au/blog/post/better-validations-octobercms</link>
            <guid>http://sunil.com.au/blog/post/better-validations-octobercms</guid>
            <pubDate>Tue, 16 May 2017 00:00:00 +0000</pubDate>
            <description>OctoberCMS is one of the best CMS out there, working on Laravel engine. everything about it is beautiful beside the JavaScript validations on frontend.</description>
        </item>
                <item>
            <title>Extending models in OctoberCMS</title>
            <link>http://sunil.com.au/blog/post/extending-models-octobercms</link>
            <guid>http://sunil.com.au/blog/post/extending-models-octobercms</guid>
            <pubDate>Tue, 16 May 2017 06:30:00 +0000</pubDate>
            <description>Extending models in OctoberCMS is quite interesting thing to do and is very helpful when you want to build on top of other plugins.</description>
        </item>
                <item>
            <title>Quick React Native Fixes</title>
            <link>http://sunil.com.au/blog/post/quick-react-native-fixes</link>
            <guid>http://sunil.com.au/blog/post/quick-react-native-fixes</guid>
            <pubDate>Sun, 07 May 2017 06:30:00 +0000</pubDate>
            <description>The list of common react native issues and the solutions which worked for me out of all the results in the internet.</description>
        </item>
                <item>
            <title>Object Oriented jQuery (Design Patterns)</title>
            <link>http://sunil.com.au/blog/post/object-oriented-jquery-with-design-patterns</link>
            <guid>http://sunil.com.au/blog/post/object-oriented-jquery-with-design-patterns</guid>
            <pubDate>Fri, 05 May 2017 11:56:47 +0000</pubDate>
            <description>Writing clean OOP style code can be tricky sometimes. I have shared my code below. I was just playing with codes and tried to refactor my code to improve it.</description>
        </item>
            </channel>
</rss>
