<?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: Sivanand Panda</title>
    <description>The latest articles on DEV Community by Sivanand Panda (@sivanandpanda).</description>
    <link>https://dev.to/sivanandpanda</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%2F184450%2F7064fc53-3041-4522-ba8e-4276c39de115.png</url>
      <title>DEV Community: Sivanand Panda</title>
      <link>https://dev.to/sivanandpanda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sivanandpanda"/>
    <language>en</language>
    <item>
      <title>Indexed Bookmark</title>
      <dc:creator>Sivanand Panda</dc:creator>
      <pubDate>Sun, 10 Jan 2021 15:35:28 +0000</pubDate>
      <link>https://dev.to/sivanandpanda/indexed-bookmark-58dp</link>
      <guid>https://dev.to/sivanandpanda/indexed-bookmark-58dp</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I have built a search application where we can add useful links (like bookmarks) and quickly search them when required.&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;Random Roulette&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://indexed-bookmark-frjpg.ondigitalocean.app/"&gt;https://indexed-bookmark-frjpg.ondigitalocean.app/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Kubernetes version&lt;/strong&gt;&lt;br&gt;
&lt;a href="http://139.59.193.16:8080/"&gt;http://139.59.193.16:8080/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_t8CZiFG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2qxgrfsiuntnyrkurxuc.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_t8CZiFG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2qxgrfsiuntnyrkurxuc.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sTOlCMx4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/b52sxofxcp82ivskfask.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sTOlCMx4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/b52sxofxcp82ivskfask.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;With this application useful links (i.e. bookmarks) can be stored and when needed searched near real time. This is based on ElasticSearch, so full text search is supported.&lt;br&gt;
New bookmarks can be added with name, url and tags which will be used to index for faster search. Also the existing bookmarks can be updated. &lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/sivanandapanda/indexed-bookmark"&gt;https://github.com/sivanandapanda/indexed-bookmark&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;MIT&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;Sometimes there are too many bookmarks or list of useful link we save for future reference and the useful ones could be hard to find when we need them most. Google results may be overwhelming with what we are looking for. With this application useful site or link can be added with a common tag and then later on can be searched. &lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;(How did you utilize DigitalOcean’s App Platform? Did you learn something new along the way? Pick up a new skill?)&lt;br&gt;
For backend I have used Java/Quarkus and for frontend qute template and bootstrap. ElasticSearch is used for full text serach and  mongodb is used for persistence. This is deployed to Digital Ocean as a docker container and can be deployed as a kubernetes Load Balancer service as well.&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

</description>
      <category>dohackathon</category>
    </item>
    <item>
      <title>Personal Portfolio deployed to DigitalOcean</title>
      <dc:creator>Sivanand Panda</dc:creator>
      <pubDate>Sun, 10 Jan 2021 14:49:14 +0000</pubDate>
      <link>https://dev.to/sivanandpanda/placeholder-title-2bg8</link>
      <guid>https://dev.to/sivanandpanda/placeholder-title-2bg8</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built a personal portfolio app with static html and deployed to digital ocean.&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;Personal Site/Portfolio&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://portfolio-5vt8r.ondigitalocean.app/"&gt;https://portfolio-5vt8r.ondigitalocean.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aOPdOWDV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2hniklaea3z4693rq4sv.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aOPdOWDV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2hniklaea3z4693rq4sv.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1s1SG3OO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/k089vyk3kjfzhaq84k5j.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1s1SG3OO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/k089vyk3kjfzhaq84k5j.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;This  &lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/sivanandapanda/portfolio"&gt;https://github.com/sivanandapanda/portfolio&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;MIT&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;As a backend developer for most part of my career I am trying my hands in frontend technologies to better showcase my personal projects. As a starter I built couple of simple apps with frontend integration which I have added to my portfolio as well. This portfolio is exact replica of the youtube tutorial by Dennis Ivy "&lt;a href="https://www.youtube.com/watch?v=r_hYR53r61M"&gt;https://www.youtube.com/watch?v=r_hYR53r61M&lt;/a&gt;". I want to thank Dennis for this amazing tutorial.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;(How did you utilize DigitalOcean’s App Platform? Did you learn something new along the way? Pick up a new skill?)&lt;br&gt;
I found DigitalOcean's platform very easy to use with so many guides and tutorials(and free credits :)). I have learned frontend technologies as part of my portfolio app as well as I have learned container technologies where I have deployed another app as a Kubernetes Load Balancer service.&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

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