<?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: Debraj Bhal</title>
    <description>The latest articles on DEV Community by Debraj Bhal (@krishnavasudev).</description>
    <link>https://dev.to/krishnavasudev</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%2F671581%2F8d03b212-02fe-4d49-93a1-4b763e50e071.jpg</url>
      <title>DEV Community: Debraj Bhal</title>
      <link>https://dev.to/krishnavasudev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krishnavasudev"/>
    <language>en</language>
    <item>
      <title>JSTL extension for snippets suggestions</title>
      <dc:creator>Debraj Bhal</dc:creator>
      <pubDate>Thu, 08 Jun 2023 14:27:34 +0000</pubDate>
      <link>https://dev.to/krishnavasudev/jstl-extension-for-snippets-suggestions-3hn6</link>
      <guid>https://dev.to/krishnavasudev/jstl-extension-for-snippets-suggestions-3hn6</guid>
      <description>&lt;p&gt;Vscode is the favourite text editor for most developers. It's extensions make it life easier for developers. But a thing i experienced while working with jsp, servlets, springmvc ,etc , that developers don't prefer working with vscode. The main reason being there was no extension for jstl snippets which can work flawlessly when language mode is HTML, so that one can use emmet features and jstl snippets at the same time. The extensions available will generate some limited snippets that too when language mode is JSP, so now you don't have access to the emmet features.&lt;/p&gt;

&lt;p&gt;So to overcome these problems I have created a vscode extension which will provide all above features at the same time. You can check the extension following the below link: &lt;a href="https://marketplace.visualstudio.com/items?itemName=DebrajBhal.jstl-snippets-by-deb"&gt;https://marketplace.visualstudio.com/items?itemName=DebrajBhal.jstl-snippets-by-deb&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>jst</category>
      <category>vscode</category>
      <category>extensions</category>
    </item>
    <item>
      <title>Shareto- A Micro Blogging Application Using Spring MVC</title>
      <dc:creator>Debraj Bhal</dc:creator>
      <pubDate>Sun, 09 Apr 2023 15:55:46 +0000</pubDate>
      <link>https://dev.to/krishnavasudev/shareto-a-micro-blogging-application-using-spring-mvc-4ml5</link>
      <guid>https://dev.to/krishnavasudev/shareto-a-micro-blogging-application-using-spring-mvc-4ml5</guid>
      <description>&lt;p&gt;This is a micro blogging application powered by spring mvc,that offers features you expect from a blogging application like authentication, post micro blogs, comment on others blog, like blogs and delete and update your own blogs and comments.&lt;/p&gt;

&lt;p&gt;Their are few tutorials demonstrating simple crud app in spring mvc, some demonstrate login and logout, but couldn't find a beginner friendly project having all in one place. So I created in web application using spring mvc and some other backend technologies having all the above features at one project. For a developer who is willing to getting started with spring, it's a wonderful project for them.&lt;br&gt;
&lt;a href="https://github.com/krishna-vasudev/Shareto"&gt;github link&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=dYjKtP1Z6yE"&gt;youtube demo video&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>spring</category>
      <category>sql</category>
    </item>
    <item>
      <title>Private chat application using Django and Ajax</title>
      <dc:creator>Debraj Bhal</dc:creator>
      <pubDate>Sat, 11 Sep 2021 17:43:49 +0000</pubDate>
      <link>https://dev.to/krishnavasudev/private-chat-application-using-django-and-ajax-4n82</link>
      <guid>https://dev.to/krishnavasudev/private-chat-application-using-django-and-ajax-4n82</guid>
      <description>&lt;p&gt;I was going through tutorials online, to find web chat application projects. But the most of them were room chat apps with no sort of security. So thought of building a chat application having features like chat, file sharing one to one with security verification, etc.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0aw02qjiw26uflmzxi5o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0aw02qjiw26uflmzxi5o.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9y3pckjmw16a6wpydnr2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9y3pckjmw16a6wpydnr2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
 Here is the the link to github repo:&lt;a href="https://github.com/krishna-vasudev/ChitChat" rel="noopener noreferrer"&gt;https://github.com/krishna-vasudev/ChitChat&lt;/a&gt;.&lt;br&gt;
Here is the link to deployed application:&lt;a href="https://chitprivatechatapp.herokuapp.com/" rel="noopener noreferrer"&gt;https://chitprivatechatapp.herokuapp.com/&lt;/a&gt;&lt;br&gt;
Please give your honest feedbacks. &lt;/p&gt;

</description>
      <category>django</category>
      <category>github</category>
      <category>python</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
