<?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: Batman</title>
    <description>The latest articles on DEV Community by Batman (@batman1973).</description>
    <link>https://dev.to/batman1973</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3950352%2Feb4e42ff-5acc-4855-b86b-a66dc69ae9bc.jpg</url>
      <title>DEV Community: Batman</title>
      <link>https://dev.to/batman1973</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/batman1973"/>
    <language>en</language>
    <item>
      <title>F**K TCS's dumb Seniors</title>
      <dc:creator>Batman</dc:creator>
      <pubDate>Thu, 17 Sep 2026 06:55:10 +0000</pubDate>
      <link>https://dev.to/batman1973/fk-tcss-dumb-seniors-1b00</link>
      <guid>https://dev.to/batman1973/fk-tcss-dumb-seniors-1b00</guid>
      <description>&lt;p&gt;I have been working on tcs for the past 2 years. I worked on various project in GenAi from poc's to agent in production. In the past 2yr I really blessed to work under some Intellectual people . Now I got under dumb senior, who don't know anything more than me and don't know how he survived this 20 years.I am not simply saying single person , Iam saying there is bunch of people working here and thinking just using copilot for everything is enough and we can make the complete project. No wonder why this team never pushed any code to production still now. Because , I am not really blaming them. Here, they are wasting the junior's time(life) by giving stupid works to them. They couldn't able to learn anything completely. &lt;/p&gt;

&lt;p&gt;Every one feel like under cooked chicken. I will say simple example: I worked in python, predominantly on  backend  and also on Java , even as devops engineer. When I came to this project they assigned me in frontend that too angular. I told them, I don't know anything in frontend. They just said learn it , You can learn in 2weeks with the use of llm. This is not alone a single reason. They are dumb this is just a example.&lt;/p&gt;

&lt;p&gt;I am feeling sad for layman, carpenter's, plumbers, electrician. Who all are using their brain + physical work and earning very low compared to these stupids who just know some broken English and some half knowledge on computer science. I really wish IT company should conduct a basic test for every people working in here and kick the stupids out of here. atleast talented young people get chance.&lt;/p&gt;

&lt;p&gt;And I need to mention the team name : It is a Internal team which is called  BFSI-CTO Internal team. If you are just got selected in TCS , never ever come to this team. You won't learn anything. Just a piece of advice. Take it or leave it.&lt;/p&gt;

&lt;p&gt;Sorry , I just got frustrated. That's why I am bashing and yapping here. It reduces mental pressure on me. &lt;/p&gt;

&lt;p&gt;Thanks for your 3 minute time to read this.&lt;/p&gt;

</description>
      <category>tcs</category>
      <category>beginners</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>My first blog...</title>
      <dc:creator>Batman</dc:creator>
      <pubDate>Wed, 05 Aug 2026 10:07:54 +0000</pubDate>
      <link>https://dev.to/batman1973/my-first-blog-1eg5</link>
      <guid>https://dev.to/batman1973/my-first-blog-1eg5</guid>
      <description>&lt;p&gt;Never in my life, I had written a blog. This is my first time, I am feeling proud of myself to take this first step to start it. I hope I can continue without any backlog.&lt;/p&gt;

&lt;p&gt;People who wanna start a blog writing. Just start...&lt;/p&gt;

&lt;p&gt;I am planning to put my learnings in blog. Not everyday, at least once a week. Will try to learn every day and post it.&lt;/p&gt;

&lt;p&gt;25-05-2026:&lt;br&gt;
   &lt;strong&gt;Kubernetes:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        Started learning kubernetes.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;05-08-2026&lt;br&gt;
Its been a long time. I have left this blog as unfinished. Feeling bad.&lt;br&gt;
I don't know who will take 3 months to write a blog😂.&lt;/p&gt;

&lt;p&gt;I Haven't got much time to continue studying the kubernetes.But studied and filled with knowledge of basics and commands. And already feeling iam good compared to others in my team in this kubernetes. Even I helped my 15years experienced senior with my knowledge. Which feeling great.&lt;/p&gt;

&lt;p&gt;I recommend to study kubernetes in udmey course named "kubernetes master class for Beginners" It is enough for a devops people. Whoever want's more content then this, that mean he/she working in kubernetes development.&lt;/p&gt;

&lt;p&gt;Core learning path in kubernetes:&lt;br&gt;
1) understanding the architecture lies behind this docker.&lt;br&gt;
2) commands (CLI) - kubectl can be a good and powerful choice.&lt;br&gt;
3) For the people who hate commands - K9s will help them.&lt;/p&gt;

&lt;p&gt;Try to understand the different names:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Namespace&lt;/li&gt;
&lt;li&gt;Node&lt;/li&gt;
&lt;li&gt;pod&lt;/li&gt;
&lt;li&gt;cluster&lt;/li&gt;
&lt;li&gt;team&lt;/li&gt;
&lt;li&gt;service&lt;/li&gt;
&lt;li&gt;kong&lt;/li&gt;
&lt;li&gt;kong-mesh&lt;/li&gt;
&lt;li&gt;kuma dp, cp&lt;/li&gt;
&lt;li&gt;nginx etc...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;if you come across this things, mostly you stuck in the kong part.(Even AI will confuse You in this concept)&lt;/p&gt;

&lt;p&gt;So I will try to explain this in simple terms:&lt;/p&gt;

&lt;p&gt;Kong-Gateway - For managing the traffic entering the platform .&lt;/p&gt;

&lt;p&gt;Kong-mesh - for communication between microservices&lt;/p&gt;

&lt;p&gt;In latest verisions we will be using CNI(container network inteface).before we used kuma_init. which is called init container. Just understand this.&lt;/p&gt;

&lt;p&gt;This is my simple and first blog about my learning. I haven't been continuosly working in kubernetes. I got back to my previous project which is related to llm. I will try to post about that in next blog.&lt;/p&gt;

&lt;p&gt;thanks.&lt;br&gt;
Batman🦇&lt;/p&gt;

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