<?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: Utkarsh Kaule</title>
    <description>The latest articles on DEV Community by Utkarsh Kaule (@utkarsh_kaule).</description>
    <link>https://dev.to/utkarsh_kaule</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%2F246999%2F90b97265-d2fe-4284-bb83-f6950e31f50c.jpg</url>
      <title>DEV Community: Utkarsh Kaule</title>
      <link>https://dev.to/utkarsh_kaule</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/utkarsh_kaule"/>
    <language>en</language>
    <item>
      <title>Flutter Budget App UI...</title>
      <dc:creator>Utkarsh Kaule</dc:creator>
      <pubDate>Sun, 26 Jul 2020 05:19:38 +0000</pubDate>
      <link>https://dev.to/utkarsh_kaule/budget-ui-flutter-2e3m</link>
      <guid>https://dev.to/utkarsh_kaule/budget-ui-flutter-2e3m</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Hey guys today I created a Budget App UI in Flutter.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Flutter is awesome looking forward to take this Budget App to the next level. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Planning to launch this app in august end. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I'm trying my best to complete this APP in decided deadline.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lot of secret features to add in this.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>flutter</category>
      <category>ios</category>
      <category>android</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>React.js Life Cycle Inshort And Todays Story About My Journey.</title>
      <dc:creator>Utkarsh Kaule</dc:creator>
      <pubDate>Mon, 21 Oct 2019 18:00:26 +0000</pubDate>
      <link>https://dev.to/utkarsh_kaule/react-js-life-cycle-inshort-and-todays-story-about-my-journey-5fhj</link>
      <guid>https://dev.to/utkarsh_kaule/react-js-life-cycle-inshort-and-todays-story-about-my-journey-5fhj</guid>
      <description>&lt;p&gt;Today was a &lt;strong&gt;Great Day&lt;/strong&gt; .&lt;br&gt;
Today I covered class component and Life Cycle.&lt;/p&gt;

&lt;p&gt;Great start to become a MERN Stack. &lt;/p&gt;

&lt;p&gt;From yesterday I started a challenge of &lt;i&gt;30 days&lt;/i&gt; I which am going to cover&lt;br&gt;
REACT.JS, EXPRESS.JS, MONGODB, NODE.JS&lt;/p&gt;

&lt;p&gt;What you think is it possible. Let me know what you think about &lt;br&gt;
this challenge OR if you have any plane how to manage it let me know.&lt;/p&gt;

&lt;h1&gt;IN SHORT WHAT IS LIFE CYCLE IN REACT.JS&lt;/h1&gt;

&lt;ul&gt;Mounting Phase Methods (Arranged in proper way)


&lt;li&gt;constructor(props) - called when the component is first initialized. This method is only called once&lt;/li&gt;

&lt;li&gt;componentWillMount() - called when a component is about to mount.&lt;/li&gt;

&lt;li&gt;render() - called when a component is rendered.&lt;/li&gt;

&lt;li&gt;componentDidMount() - called when a component has finished mounting. This is where network requests are usually made.&lt;/li&gt;
&lt;/ul&gt;

&lt;ul&gt;Updating Phase Methods (Arranged in proper way)


&lt;li&gt;componentWillReceiveProps(nextProps) - called when a component has updated and is receiving new props.&lt;/li&gt;

&lt;li&gt;shouldComponentUpdate(nextProps, nextState) - called after receiving props and is about to update. If this method returns false, componentWillUpdate(), render(), and componentDidUpdate() will not execute.&lt;/li&gt;

&lt;li&gt;componentWillUpdate(nextProps, nextState) - called when a component is about to be updated.&lt;/li&gt;

&lt;li&gt;render() - called when a component is rerendered.&lt;/li&gt;

&lt;li&gt;componentDidUpdate(prevProps, prevState) - called when a component has finished updating.&lt;/li&gt;

&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
      <category>python</category>
    </item>
    <item>
      <title>Fresh Here..</title>
      <dc:creator>Utkarsh Kaule</dc:creator>
      <pubDate>Thu, 10 Oct 2019 15:06:39 +0000</pubDate>
      <link>https://dev.to/utkarsh_kaule/fresh-here-41pf</link>
      <guid>https://dev.to/utkarsh_kaule/fresh-here-41pf</guid>
      <description>&lt;p&gt;Hey, everyone am a full stack developer with php and mysql tech..&lt;br&gt;
now am shifting towords the MERN stack. &lt;br&gt;
Yesterday I started new journey with full of energy..so boosted right now..&lt;/p&gt;

&lt;p&gt;Feeling very energetic..&lt;/p&gt;

&lt;p&gt;new on DEV first blog..&lt;/p&gt;

&lt;p&gt;from Monday I will upload my daily posts here with my improvements..&lt;/p&gt;

&lt;p&gt;Thank You.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
