<?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: Geeky-Star</title>
    <description>The latest articles on DEV Community by Geeky-Star (@geekystar).</description>
    <link>https://dev.to/geekystar</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%2F423592%2F73a05bde-5538-4bf9-93da-f6fb5a0b2f31.png</url>
      <title>DEV Community: Geeky-Star</title>
      <link>https://dev.to/geekystar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/geekystar"/>
    <language>en</language>
    <item>
      <title>Top coding questions asked by Morgan Stanley</title>
      <dc:creator>Geeky-Star</dc:creator>
      <pubDate>Tue, 24 Nov 2020 03:07:25 +0000</pubDate>
      <link>https://dev.to/geekystar/top-coding-questions-asked-by-morgan-stanley-1cla</link>
      <guid>https://dev.to/geekystar/top-coding-questions-asked-by-morgan-stanley-1cla</guid>
      <description>&lt;p&gt;Preparing for the coding interviews is another big challenge, and I have realised hw important is to stay focussed and find the right resources for practicing.&lt;/p&gt;

&lt;p&gt;If you are preparing for Morgan Stanley, checkout all questions you need to prepare for it- &lt;/p&gt;

&lt;p&gt;&lt;a href="https://geeks-terrace.blogspot.com/2020/11/list-of-questions-asked-by-morgan.html"&gt;https://geeks-terrace.blogspot.com/2020/11/list-of-questions-asked-by-morgan.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>interview</category>
      <category>codequality</category>
      <category>programming</category>
    </item>
    <item>
      <title>Top coding questions asked by Amazon </title>
      <dc:creator>Geeky-Star</dc:creator>
      <pubDate>Sun, 22 Nov 2020 09:49:26 +0000</pubDate>
      <link>https://dev.to/geekystar/top-coding-questions-asked-by-amazon-e1f</link>
      <guid>https://dev.to/geekystar/top-coding-questions-asked-by-amazon-e1f</guid>
      <description>&lt;p&gt;If you want to crack the coding interview of Amazon, or looking for the perfect list to prepare for it. You are at right place buddy, I have been practicing from this and is very effective. &lt;/p&gt;

&lt;p&gt;That's why I am sharing it with everyone of you. Check it at below link - &lt;/p&gt;

&lt;p&gt;&lt;a href="https://geeks-terrace.blogspot.com/2020/11/list-of-most-asked-questions-by-amazon.html"&gt;https://geeks-terrace.blogspot.com/2020/11/list-of-most-asked-questions-by-amazon.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>amazon</category>
      <category>codenewbie</category>
      <category>beginners</category>
      <category>devops</category>
    </item>
    <item>
      <title>Animation Container</title>
      <dc:creator>Geeky-Star</dc:creator>
      <pubDate>Thu, 16 Jul 2020 16:46:15 +0000</pubDate>
      <link>https://dev.to/geekystar/animation-container-36dc</link>
      <guid>https://dev.to/geekystar/animation-container-36dc</guid>
      <description>&lt;p&gt;Flutter Animation is a great way to start with Animations because it is easy to work with flutter animation. In Flutter, there are two types of Animations-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Explicit Animations&lt;/li&gt;
&lt;li&gt;Implicit Animations&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;How to know which Animation to choose from these?&lt;/p&gt;

&lt;p&gt;Sort out, what are your requirements. If you want the animation to stop, play, repeat, then explicit animation is the answer. In major cases, explicit animation rules it. I have recently started exploring flutter animation and made this small project in animation. In this, you will learn - &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AnimationContainer&lt;/li&gt;
&lt;li&gt;Random Function&lt;/li&gt;
&lt;li&gt;setState function&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/geeky-star/embed/oNbPJpy?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>beginners</category>
      <category>codepen</category>
    </item>
    <item>
      <title>Button_and_Menubar in Flutter</title>
      <dc:creator>Geeky-Star</dc:creator>
      <pubDate>Mon, 06 Jul 2020 15:08:32 +0000</pubDate>
      <link>https://dev.to/geekystar/buttonandmenubar-in-flutter-13i</link>
      <guid>https://dev.to/geekystar/buttonandmenubar-in-flutter-13i</guid>
      <description>&lt;p&gt;If you are a beginner in Flutter, then here you will learn how to create a Menubar and button. &lt;br&gt;
What you will see in this article:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;StatelessWidget&lt;/li&gt;
&lt;li&gt;RaisedButton&lt;/li&gt;
&lt;li&gt;Drawer&lt;/li&gt;
&lt;li&gt;AppBar&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I have used Codepen for writing code. Don't worry if you are new to it. Click on Flutter - code will display, and Click on Result- Final results of the code will display.&lt;/p&gt;

&lt;p&gt;All the best. Happy Coding!!!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/geeky-star/embed/xxZYNVR?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>flutter</category>
    </item>
  </channel>
</rss>
