<?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: Vivek</title>
    <description>The latest articles on DEV Community by Vivek (@blackarck).</description>
    <link>https://dev.to/blackarck</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%2F588333%2F9164db8b-021b-40b7-80e1-741128fc8f09.png</url>
      <title>DEV Community: Vivek</title>
      <link>https://dev.to/blackarck</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blackarck"/>
    <language>en</language>
    <item>
      <title>Web App for Worksheet</title>
      <dc:creator>Vivek</dc:creator>
      <pubDate>Mon, 10 Oct 2022 06:40:19 +0000</pubDate>
      <link>https://dev.to/blackarck/web-app-for-worksheet-d44</link>
      <guid>https://dev.to/blackarck/web-app-for-worksheet-d44</guid>
      <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;This article talks about a web application that I created using front stack - Angular and backend - nodejs with Express DB-Mysql. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;br&gt;
Aim of the application is to act as repository for practice questions for school and colleges. You can search practice questions using multiple attributes, arrange them and publish them.&lt;/p&gt;

&lt;p&gt;Website - &lt;a href="https://praksheet.com"&gt;Praksheet.com&lt;/a&gt;&lt;br&gt;
Web App - &lt;a href="https://ioblitz.praksheet.com"&gt;Praksheet App&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is a defined roadmap for this application. This is version 1.0. I am happy to see it take off and it was fun working on this site. Working on a separate technical article. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ls1IwaOc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sdioj069jbdr491mk3he.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ls1IwaOc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sdioj069jbdr491mk3he.png" alt="Image description" width="818" height="595"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video detailing features of the website. &lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/SxJd11XkYss"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Sudoku in React</title>
      <dc:creator>Vivek</dc:creator>
      <pubDate>Thu, 24 Jun 2021 16:21:25 +0000</pubDate>
      <link>https://dev.to/blackarck/sudoku-in-react-b95</link>
      <guid>https://dev.to/blackarck/sudoku-in-react-b95</guid>
      <description>&lt;p&gt;Developed a Sudoku implementation in Javascript. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://sudoku.ioblitz.com"&gt;Launch App&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Anatomy
&lt;/h2&gt;

&lt;p&gt;Front end - Reactjs on bootstrap&lt;br&gt;
Back end - None&lt;br&gt;
Hosted - Firebase&lt;br&gt;
Open Source - &lt;a href="https://github.com/blackarck/sudokujs"&gt;Github Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The application generates a random sudoku app in easy, medium &amp;amp; hard mode. The app has an about page which showcase the thought behind algorithm. &lt;br&gt;
Its a non recursive algorithm using back tracking. UI took the most time in generating the app.&lt;/p&gt;

</description>
      <category>react</category>
      <category>sudoku</category>
      <category>algorithms</category>
    </item>
  </channel>
</rss>
