<?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>Forem: Subh</title>
    <description>The latest articles on Forem by Subh (@su_subh1).</description>
    <link>https://forem.com/su_subh1</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%2F583478%2Fb652d09e-ad20-4215-be84-ff3564d2a609.png</url>
      <title>Forem: Subh</title>
      <link>https://forem.com/su_subh1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/su_subh1"/>
    <language>en</language>
    <item>
      <title>is Jenkins still relevant in DevOps?</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Sat, 16 Dec 2023 23:16:32 +0000</pubDate>
      <link>https://forem.com/su_subh1/is-jenkins-still-relevant-in-devops-584c</link>
      <guid>https://forem.com/su_subh1/is-jenkins-still-relevant-in-devops-584c</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vZisexYE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kcwzzjvqcye2frnoqplk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vZisexYE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kcwzzjvqcye2frnoqplk.png" alt="Image description" width="800" height="233"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am new to DevOps. when I searched for CI/CD tools to learn I came to know about Jenkins. At the same time, The debates around Jenkins' relevance in today's dynamic ecosystem are divided, with opinions ranging from &lt;/p&gt;

&lt;p&gt;Option 1: Jenkins is still the king of the CI/CD market&lt;/p&gt;

&lt;p&gt;Option 2: Jenkins is obsolete, new tools (Github action, GitLab CI/CD, Argo-CD , GoCD, etc) are better&lt;/p&gt;

&lt;p&gt;I understand each tool has its advantages and disadvantages. and not all people will like all the tools. &lt;/p&gt;

&lt;p&gt;My questions are, from a neutral prospective&lt;/p&gt;

&lt;p&gt;Q1. Is Jinkins still relevant for the Job market?&lt;br&gt;
Q2. Do companies for new projects use Jenkins or is it only for old-existing pipelines?&lt;br&gt;
Q3. what if not Jenkins, what other alternative will be the answer?&lt;/p&gt;

</description>
      <category>devops</category>
      <category>automation</category>
    </item>
    <item>
      <title>If I ask .... , what Programing Language and framework you will choose ?</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Sun, 26 Feb 2023 05:40:59 +0000</pubDate>
      <link>https://forem.com/su_subh1/if-i-ask-what-programing-language-and-framework-you-will-choose--1hh9</link>
      <guid>https://forem.com/su_subh1/if-i-ask-what-programing-language-and-framework-you-will-choose--1hh9</guid>
      <description>&lt;p&gt;If a non-tech entrepreneur want to make a web application for his new startup idea , what Programing Language you will suggest?&lt;/p&gt;

&lt;p&gt;Means he need to choose a tech team of specific tech stack , what will be suggest.&lt;/p&gt;

&lt;p&gt;In the very initial level, should the team choose template based backed framework (Django) or frontend (SPA) - restful API based backed?&lt;/p&gt;

&lt;p&gt;Python Django(template based) , Node Express. Or something like React-Node , PHP-Laravel-Vue.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is wrong with my Python code ?</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Thu, 23 Feb 2023 21:21:22 +0000</pubDate>
      <link>https://forem.com/su_subh1/what-is-wrong-with-my-python-code--1oii</link>
      <guid>https://forem.com/su_subh1/what-is-wrong-with-my-python-code--1oii</guid>
      <description>&lt;p&gt;I am new to python and trying to use python for learning DSA. While trying this code it is not working properly.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;test.addOne()&lt;/code&gt; should increase the &lt;code&gt;num&lt;/code&gt; value but it is not .&lt;br&gt;
and also the while loop is infinite&lt;/p&gt;

&lt;p&gt;It will be great if somebody could help me. Thanks in advance.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;class Test:
    def __init__(self):
        self.num = 1

    def addOne(self):
        if self.num &amp;gt;= 1 and self.num &amp;lt;= 10 :
            self.num+1
        else:
            self.num = 0

    def getNum(self):
        return self.num


test =Test()

while test.getNum() != 0:
    test.addOne()
    print( test.getNum() )

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>help</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Data Science vs Data Engineering</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Mon, 02 Jan 2023 05:33:10 +0000</pubDate>
      <link>https://forem.com/su_subh1/data-science-vs-data-engineering-5hbg</link>
      <guid>https://forem.com/su_subh1/data-science-vs-data-engineering-5hbg</guid>
      <description>&lt;p&gt;I am a Full Stack software developer. I mostly work on Backend (Pyhon , Node.js , Go lang) , Frontend (React, React-Native &amp;amp; Vue) , DB (SQL , Mongo , Redis).&lt;/p&gt;

&lt;p&gt;Now a days , Job market in USA is very tough for SDE roles ( it is even harder for international students and international H1B holders due to many restrictions). I am an international student in USA , will complete my Master's in 1 year (approx Dec, 2023). In this tough time , I am trying to expand my knowledge for other job related  tech stacks. I want to learn another field (apart from Full-stack development) in the year 2023.  &lt;/p&gt;

&lt;p&gt;I am currently exploring Data science vs Data Engineering.&lt;/p&gt;

&lt;p&gt;By Data science , I am also including (AI-ML-DL)&lt;br&gt;
and&lt;br&gt;
By Data Engineering , I means technologies like Hadoop,  Spark,  Hive,  HBase , Kafka etc.&lt;/p&gt;

&lt;p&gt;for job prospect , which field will be better. I understand that both of these fields may have good scope. But as a individual which one do you think is better , if you are in my situation.&lt;/p&gt;

</description>
      <category>emptystring</category>
    </item>
    <item>
      <title>Learn Python-Django , Node-Express , React or Vue</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Sat, 09 Oct 2021 09:13:37 +0000</pubDate>
      <link>https://forem.com/su_subh1/learn-python-django-node-express-react-or-vue-h7c</link>
      <guid>https://forem.com/su_subh1/learn-python-django-node-express-react-or-vue-h7c</guid>
      <description>&lt;p&gt;Hi my dev community, &lt;/p&gt;

&lt;p&gt;I am a web developer for more than 3.5 years and before that I was a mechanical engineer. Though I was interested in software development from very early age , due to some personal and financial circumstances, i was not able to pursue the software Development field.&lt;/p&gt;

&lt;p&gt;But after doing approx 3 years of mechanical job , I finally decided to move to software development field.&lt;/p&gt;

&lt;p&gt;I learn everything from online resources (Youtube , stackoverflow.com,  github, documentation of different libraries and frameworks, medium posts , also specially dev.to posts )&lt;/p&gt;

&lt;p&gt;But when learning online , the main disadvantages were , not having any path or guidance in the learning process. There is too much info , languages ,frameworks,  libraries ,and above all , the way to implement things also vary a lot.&lt;/p&gt;

&lt;p&gt;So i decided to make a group for young professionals,  who are currently entering into the market . And those want some guidance in learning different things or even guidance. &lt;/p&gt;

&lt;p&gt;I have to say that , I am not an expert in the field . What my intention is , to help others who needed help in different phases of developer life. &lt;/p&gt;

&lt;p&gt;I will create the group with  these points in mind:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Everybody is welcome here , even if you have no coding experience. I will try to help you best of my abilities. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I will try to do weekly 2 online classes for those who have very little experience or no experience in software development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Totally free for ever. no money involvement for ever.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Regular guidance for those , who really need to learn from the scratch . And occasional online group meeting , meet-ups for others.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I will help others on technologies like : python ,Django , javascript,  Node.js , React.js,  Vue.js , mysql,  pgsql , mongo , docker , redis  etc &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;you can fillip this google form : &lt;a href="https://forms.gle/kHULRAxb5jFABjQo7"&gt;https://forms.gle/kHULRAxb5jFABjQo7&lt;/a&gt;&lt;br&gt;
or &lt;br&gt;
To contact me , sent an email to : &lt;a href="mailto:subhadip1203dev@gmail.com"&gt;subhadip1203dev@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Upon seeing group members number , will decide to make whatsapp , slack or other group in future &lt;/p&gt;

</description>
      <category>python</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>codenewbi</category>
    </item>
    <item>
      <title>Are you ready for collaboration ?</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Sun, 08 Aug 2021 07:16:23 +0000</pubDate>
      <link>https://forem.com/su_subh1/project-need-collaborator-2m7k</link>
      <guid>https://forem.com/su_subh1/project-need-collaborator-2m7k</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3TG9O-Ml--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zhqxfhx2bg0lp9nwun2p.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3TG9O-Ml--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zhqxfhx2bg0lp9nwun2p.jpeg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I am working on implementation of Gossip protocol over HTTP. for both broadcast data in cluster and also failure detection.I am using Python (aioHTTP and asyncio ) to make the system asynchronous. if anyone interested , please collaborate , it will be great experience .&lt;/p&gt;

&lt;p&gt;also I am open to any good project idea . if anyone has think of anything and need someone to collaborate , I am available. &lt;/p&gt;

&lt;p&gt;I think its all about sharpening your skills.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>socket multiple nodes</title>
      <dc:creator>Subh</dc:creator>
      <pubDate>Mon, 02 Aug 2021 17:04:31 +0000</pubDate>
      <link>https://forem.com/su_subh1/socket-multiple-nodes-5a6b</link>
      <guid>https://forem.com/su_subh1/socket-multiple-nodes-5a6b</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qJaZZssJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5oy4d8etyv36nxemk1v5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qJaZZssJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5oy4d8etyv36nxemk1v5.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I want to make a cluster of nodes , where each node will be connected each other with web-socket.&lt;br&gt;
means all nodes will be both client and server . &lt;br&gt;
is this possible ? &lt;br&gt;
if yes , anyone can refer any docs , git-repo or any other material which I can follow.&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
