<?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: Gokhan Tamkoc</title>
    <description>The latest articles on DEV Community by Gokhan Tamkoc (@gokhantamkoc).</description>
    <link>https://dev.to/gokhantamkoc</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%2F630613%2Fbb3a8c8e-a3cb-4797-8f27-1a1f72b27418.jpg</url>
      <title>DEV Community: Gokhan Tamkoc</title>
      <link>https://dev.to/gokhantamkoc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gokhantamkoc"/>
    <language>en</language>
    <item>
      <title>Fin Alchemist MVP with AWS Amplify Gen 2</title>
      <dc:creator>Gokhan Tamkoc</dc:creator>
      <pubDate>Sun, 26 May 2024 19:22:29 +0000</pubDate>
      <link>https://dev.to/gokhantamkoc/fin-alchemist-mvp-with-aws-amplify-gen-2-22kc</link>
      <guid>https://dev.to/gokhantamkoc/fin-alchemist-mvp-with-aws-amplify-gen-2-22kc</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/awschallenge"&gt;The AWS Amplify Fullstack TypeScript Challenge &lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a simple MVP app. Virtually, It can build a stock portfolio. These stocks are from NASDAQ exchange.&lt;/p&gt;

&lt;p&gt;I quite enjoyed using AWS Amplify Gen 2, the only thing I do not like  about it is the &lt;code&gt;UI-React&lt;/code&gt; library. There is no Modal Component, so I had to implement that on my own :-) Still I had fun... You should try too.&lt;/p&gt;

&lt;h2&gt;
  
  
  Screen Shots
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv0po17x2b4yvjgmxlm79.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv0po17x2b4yvjgmxlm79.png" alt="Login Page" width="800" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6r5z2c0uspmd43gr51x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6r5z2c0uspmd43gr51x.png" alt="Home Page" width="800" height="349"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb41qia8k11dzeqsc3dmc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb41qia8k11dzeqsc3dmc.png" alt="Stocks Page" width="800" height="174"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;*&lt;em&gt;Note: *&lt;/em&gt; Sorry, I am not a UI/UX developer, therefore please mind my design :-)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Demo and Code
&lt;/h2&gt;

&lt;p&gt;Fin Alchemist's code can be found &lt;a href="https://github.com/gokhantamkoc/fin-alchemist-demo-app"&gt;here&lt;/a&gt;.&lt;br&gt;
The demo can be accessed from &lt;a href="https://main.d2wknzviowb134.amplifyapp.com"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Integrations
&lt;/h2&gt;

&lt;p&gt;I used the below integrations for &lt;code&gt;Fin Alchemist&lt;/code&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For Authentication, The MVP depends on Cognito.&lt;/li&gt;
&lt;li&gt;For Data, The MVP depends on DynamoDB.&lt;/li&gt;
&lt;li&gt;For Servless Functions, The MVP is integrated with AWS Lambda&lt;/li&gt;
&lt;li&gt;For File Storage: The MVP depends on AWS S3.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Connected Components and/or Feature Full&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The MVP uses &lt;code&gt;Authenticator&lt;/code&gt; connected component for Sign in/up actions.&lt;/p&gt;

&lt;h2&gt;
  
  
   Team Members
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gokhantamkoc"&gt;Gökhan Tamkoç&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; You can connect with me on &lt;a href="https://www.linkedin.com/in/gokhantamkoc/"&gt;Linkedin&lt;/a&gt; as well.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>devchallenge</category>
      <category>awschallenge</category>
      <category>amplify</category>
      <category>fullstack</category>
    </item>
  </channel>
</rss>
