<?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: Divyansh Pratap Singh</title>
    <description>The latest articles on DEV Community by Divyansh Pratap Singh (@divyansh2375).</description>
    <link>https://dev.to/divyansh2375</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%2F1079618%2F6537212f-96e5-4857-990c-cabf2e3aa8ee.jpeg</url>
      <title>DEV Community: Divyansh Pratap Singh</title>
      <link>https://dev.to/divyansh2375</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divyansh2375"/>
    <language>en</language>
    <item>
      <title>Software Engineering Advices (Coding Is Easy People Don't do this?)</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Fri, 25 Oct 2024 13:28:48 +0000</pubDate>
      <link>https://dev.to/divyansh2375/software-engineering-advices-coding-is-easy-people-dont-do-this-26i6</link>
      <guid>https://dev.to/divyansh2375/software-engineering-advices-coding-is-easy-people-dont-do-this-26i6</guid>
      <description>&lt;p&gt;Essense of Software Engineering:&lt;br&gt;
    1. Create&lt;br&gt;
    2. Solution&lt;br&gt;
    3. To a Problem&lt;/p&gt;

&lt;p&gt;This Problem doesn't have to be a software problem -&amp;gt; any problem&lt;br&gt;
it can be a non-technical problem for which we create a technical solution.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;What makes a good software engineer? =&amp;gt; Communication Skills&lt;/p&gt;

&lt;p&gt;Programming is least importatnt skill&lt;/p&gt;

&lt;p&gt;Why?&lt;br&gt;
    Most of the SWE can solve the problem given a right set of directions&lt;br&gt;
    Most of the SWE have a certain baseline which they showed in Interview to get the JOB&lt;br&gt;
    No Shortage of Talent, can solve problems (even if they take more time)&lt;/p&gt;

&lt;p&gt;Communication =&amp;gt; Convey in a manner that other people can understand &lt;br&gt;
         Don't make them feel dumb&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How to get a good job / promotion? =&amp;gt; Marketing Skills&lt;/p&gt;

&lt;p&gt;You arn't getting a good job because you lack technical skill,&lt;br&gt;
You aren't getting a good job becasue you lack showcasing those skills&lt;br&gt;
Be it resume, portfolio, coding profile etc&lt;br&gt;
Other people won't see unless you show them -&amp;gt; talk about it online, build in public&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you are Good at technical skills, Communication Skills and Marketing skills =&amp;gt; Do a Startup&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Never forget : "You are a Creator"&lt;/p&gt;

&lt;p&gt;Never limit yourself&lt;br&gt;
to one domain/ one language / one techstack&lt;/p&gt;

&lt;p&gt;Get into Habit of:&lt;br&gt;
Look around, see the problems which you can solve (even non-technical) and create a solution for it.&lt;br&gt;
Create more Value, because you are a creater, the value you can create is infinite.&lt;/p&gt;

&lt;p&gt;You can jump into any domain and pickup a skill and dominate because you are good at adaptation.&lt;/p&gt;

&lt;p&gt;You are wired to solve the problem&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Money you are making is not worth it in most of the job&lt;/p&gt;

&lt;p&gt;Because what value you bring to the company is 10x or even 100x of the amount you are getting paid. &lt;/p&gt;

&lt;p&gt;And no other profession most likely generates this amount of value for their bussiness&lt;/p&gt;

&lt;p&gt;You have a lot moer value than you think you do&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don't think how do I solve this problem rather think why do solve this problem?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>How to learn things very fast in software Engineering ?</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Fri, 25 Oct 2024 12:57:12 +0000</pubDate>
      <link>https://dev.to/divyansh2375/how-to-learn-things-very-fast-in-software-engineering--4mfg</link>
      <guid>https://dev.to/divyansh2375/how-to-learn-things-very-fast-in-software-engineering--4mfg</guid>
      <description>&lt;p&gt;First we should make the habit of Reading . Reading a lot helps very must to learn quicker .&lt;/p&gt;

&lt;p&gt;Do Manage your time first and Try to complete the work in approx time boundation .&lt;/p&gt;

&lt;p&gt;If you are in college -&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Try to get a internship to learn quicker &lt;/li&gt;
&lt;li&gt;Do attend more hackathons and you will learn a lot in those 24 hour hackathons . &lt;/li&gt;
&lt;li&gt;Research a lot and you can do a weekly session for only the researching the things . &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;1) Indexing -&lt;br&gt;
 Go through all the resources and just develop a basic understanding. Gather all the resources that you can get and just know their basic things build the index of these things in your mind and go through starting to end and complete it . &lt;/p&gt;

&lt;p&gt;for example - Building rest api follow a tutorial don't follow along just complete it end to end &lt;/p&gt;

&lt;p&gt;2) Retaining - &lt;br&gt;
Go deeper and try to retain as much as possible, use spaced revision to revise and get a good hold. &lt;br&gt;
Retain as much as possible You can Take a mock test with your peer buddies and They ask question to you the topics you recently learnt .And same you can do for them . By doing this you both learn fast &lt;/p&gt;

&lt;p&gt;Take the word and find the meaning of that word and relate that word in your own languages .While reading ask many question and curious question why this done why we not did that ? what we use ? when we will use it ? why should we learnt that ? &lt;br&gt;
Asking more and more questions while reading and google and chatgpt it to get you doubts clear instantly &lt;/p&gt;

&lt;p&gt;3) Referencing - &lt;br&gt;
Refer to the curated sources, since you would have already gone through it a lot of times you would pick up really fast&lt;/p&gt;

&lt;p&gt;4) 80 20 rule - &lt;br&gt;
Apply 80 / 20 Rule which means you learn 20 percent and through which you can get 80 percent of output . &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why we use different int in Go :</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Fri, 25 Oct 2024 12:54:05 +0000</pubDate>
      <link>https://dev.to/divyansh2375/why-we-use-different-int-in-go--7eb</link>
      <guid>https://dev.to/divyansh2375/why-we-use-different-int-in-go--7eb</guid>
      <description>&lt;p&gt;int8, int16 :&lt;/p&gt;

&lt;p&gt;when working with large data sets.&lt;br&gt;
CPU packs multiple variables into its registers.&lt;br&gt;
requires less bits &lt;/p&gt;

&lt;p&gt;int16, int32 :&lt;br&gt;
If you're dealing with a file format or protocol&lt;br&gt;
CPU uses more registers or more space in a single register.&lt;br&gt;
it requires more number of bits to store the data internally &lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to master any skill</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Mon, 13 May 2024 13:22:41 +0000</pubDate>
      <link>https://dev.to/divyansh2375/how-to-master-any-skill-2pc8</link>
      <guid>https://dev.to/divyansh2375/how-to-master-any-skill-2pc8</guid>
      <description>&lt;p&gt;Start teaching concepts to someone &lt;/p&gt;

&lt;p&gt;"If you can't explain it to a six year old, you don't understand it yourself." --Einstein&lt;/p&gt;

&lt;p&gt;Follow the 10,000 hours rule to master any skill by practising it &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why you should Use Vim In 2024 ?</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Sat, 04 May 2024 00:14:36 +0000</pubDate>
      <link>https://dev.to/divyansh2375/why-you-should-use-vim-in-2024--3fpl</link>
      <guid>https://dev.to/divyansh2375/why-you-should-use-vim-in-2024--3fpl</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Vim (even with plugins) is clearly lighter than most of the rest IDE;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vim supports everything in the world (any language or system), it’s just enough to create a basic plugin for it;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You don’t need a mouse to work in Vim;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vim is incredibly extensible–anything you want can be implemented in it;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;5.Vim can work in console mode only. For example, it gives an opportunity to start working on one machine and if needed continue working on the other.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your Vim configuration can easily be transmitted to any machine you need. Is it possible in any other editor? That’s a good question!&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Important videos you should watch as a Developer ?</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Thu, 02 May 2024 02:26:06 +0000</pubDate>
      <link>https://dev.to/divyansh2375/important-videos-you-should-watch-as-a-developer--36h0</link>
      <guid>https://dev.to/divyansh2375/important-videos-you-should-watch-as-a-developer--36h0</guid>
      <description>&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://youtu.be/L5SahFO2v1s?si=p4KlKJ6107hM1Lus" rel="noopener noreferrer"&gt;https://youtu.be/L5SahFO2v1s?si=p4KlKJ6107hM1Lus&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Some Good Quotes</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Thu, 02 May 2024 02:13:28 +0000</pubDate>
      <link>https://dev.to/divyansh2375/some-good-quotes-152m</link>
      <guid>https://dev.to/divyansh2375/some-good-quotes-152m</guid>
      <description>&lt;ol&gt;
&lt;li&gt;The best way to improve your skills is not by comparing yourself to others, but by striving to be better than you were yesterday. Focus on your own growth and progress.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.In tech, we get paid to solve complex problems.✅&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Tips to be more productive which I use👇&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set deadlines for everything &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prioritize your work &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Start early&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What's the best piece of advice you've ever received as Coder?  For me, Clear fundamentals are key to becoming a good coder🫂&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;5.The more you write code, the better you get and the more you learn, the better you get ✈️&lt;/p&gt;

&lt;p&gt;6.Want to learn coding? Go and code!&lt;/p&gt;

&lt;p&gt;Don't learn, DO&lt;/p&gt;

&lt;p&gt;7.No one cares about your degree, they care about your GitHub profile&lt;/p&gt;

&lt;p&gt;8.Success is not about luck or talent.&lt;/p&gt;

&lt;p&gt;It's about hustle, hard work, and a relentless drive to achieve your goals.&lt;/p&gt;

&lt;p&gt;So, stop waiting for the perfect opportunity and create it yoSo,urself.&lt;/p&gt;

&lt;p&gt;9.Everyone thinks they are the fastest learner, but everyone's time is equal&lt;/p&gt;

&lt;p&gt;10.Success is not about luck or talent.&lt;/p&gt;

&lt;p&gt;It's about hustle, hard work, and a relentless drive to achieve your goals.&lt;/p&gt;

&lt;p&gt;So, stop waiting for the perfect opportunity and create it yoSo,urself.&lt;/p&gt;

&lt;p&gt;11.Learning to code has been an incredible journey for me. The satisfaction of solving problems and building something from scratch is truly rewarding. If you're just starting out, remember that every error is a learning opportunity. Keep coding! 😊&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;"If you can't explain it to a six year old, you don't understand it yourself." --Einstein&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;12.🚨 Coding Tip: 🚨&lt;/p&gt;

&lt;p&gt;If you're coding, try not to do too many things at once! 🤯I did, and it caused big problems in the last 2 days. Focus on one thing at a time to avoid mistakes. Stay concentrated! 💻👩‍💻 #CodingAdvice #LearnedFromExperience #StayFocused&lt;/p&gt;

&lt;p&gt;13 search coding tips on twitter &lt;/p&gt;

</description>
    </item>
    <item>
      <title>All important Sites Every Developer Should Use</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Mon, 29 Apr 2024 01:07:27 +0000</pubDate>
      <link>https://dev.to/divyansh2375/all-important-sites-every-developer-should-use-1clj</link>
      <guid>https://dev.to/divyansh2375/all-important-sites-every-developer-should-use-1clj</guid>
      <description>&lt;p&gt;Networking And Guidance&lt;br&gt;
Reddit - You can get job Opportunity there&lt;/p&gt;

&lt;p&gt;Twitter - Community of developers&lt;/p&gt;

&lt;p&gt;DevTo - Daily tech Jobs&lt;/p&gt;

&lt;p&gt;Hashnode , Medium - You can get Your senior Expirience there&lt;/p&gt;

&lt;p&gt;Twitch&lt;/p&gt;

&lt;p&gt;Linkedin&lt;/p&gt;

&lt;p&gt;&lt;a href="https://topenddevs.com/dashboard" rel="noopener noreferrer"&gt;https://topenddevs.com/dashboard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To Learn ( Ai Is Also A Teacher)&lt;br&gt;
&lt;a href="https://github.com/practical-tutorials/project-based-learning" rel="noopener noreferrer"&gt;https://github.com/practical-tutorials/project-based-learning&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://open.appacademy.io/" rel="noopener noreferrer"&gt;https://open.appacademy.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/MunGell/awesome-for-beginners" rel="noopener noreferrer"&gt;https://github.com/MunGell/awesome-for-beginners&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Extensions /Sites For productivity&lt;br&gt;
Study together (discord Channel / Website)&lt;/p&gt;

&lt;p&gt;StudyStream (discord / Website)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://studywithme.io/aesthetic-pomodoro-timer/" rel="noopener noreferrer"&gt;https://studywithme.io/aesthetic-pomodoro-timer/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Grammarly Extension&lt;/p&gt;

&lt;p&gt;daily.dev extension&lt;/p&gt;

&lt;p&gt;hackertab.dev extension&lt;/p&gt;

&lt;p&gt;Annote the web extension&lt;/p&gt;

&lt;p&gt;Liner Extension&lt;/p&gt;

&lt;p&gt;AI Tools We Should Use&lt;br&gt;
Chat BlackBox&lt;/p&gt;

&lt;p&gt;Gemini&lt;/p&gt;

&lt;p&gt;Literally Anything&lt;/p&gt;

&lt;p&gt;Ora.ai&lt;/p&gt;

&lt;p&gt;Agent Gpt&lt;/p&gt;

&lt;p&gt;vimium extension for advanced developers &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Articles That Motivated Me And enhanced My productivity</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Mon, 29 Apr 2024 01:06:30 +0000</pubDate>
      <link>https://dev.to/divyansh2375/articles-that-motivated-me-and-enhanced-my-productivity-3n55</link>
      <guid>https://dev.to/divyansh2375/articles-that-motivated-me-and-enhanced-my-productivity-3n55</guid>
      <description>&lt;p&gt;College related :&lt;/p&gt;

&lt;p&gt;From college dropout to first year of software engineer&lt;br&gt;
&lt;a href="https://blog.juanmendozadev.xyz/from-college-dropout-to-my-first-year-as-a-software-developer" rel="noopener noreferrer"&gt;https://blog.juanmendozadev.xyz/from-college-dropout-to-my-first-year-as-a-software-developer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Managing time with College&lt;/p&gt;

&lt;p&gt;&lt;a href="https://siddhigate.hashnode.dev/managing-college-and-work-can-be-tough-heres-how-i-followed-a-simple-notion" rel="noopener noreferrer"&gt;https://siddhigate.hashnode.dev/managing-college-and-work-can-be-tough-heres-how-i-followed-a-simple-notion&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hardest challenge for College Students today!&lt;br&gt;
&lt;a href="https://blog.juanmendozadev.xyz/from-college-dropout-to-my-first-year-as-a-software-developer" rel="noopener noreferrer"&gt;https://blog.juanmendozadev.xyz/from-college-dropout-to-my-first-year-as-a-software-developer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tips That made her DevRel&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sabrinaesaquino.hashnode.dev/my-journey-to-a-devrel-career-while-still-in-college" rel="noopener noreferrer"&gt;https://sabrinaesaquino.hashnode.dev/my-journey-to-a-devrel-career-while-still-in-college&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tech Related&lt;br&gt;
Learnt Next js in 2 days&lt;br&gt;
&lt;a href="https://timonwa.hashnode.dev/how-i-learned-nextjs-in-2-days" rel="noopener noreferrer"&gt;https://timonwa.hashnode.dev/how-i-learned-nextjs-in-2-days&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;fail fast learn fast&lt;br&gt;
&lt;a href="https://vivekgautamj.hashnode.dev/fail-fast-and-learn-fast" rel="noopener noreferrer"&gt;https://vivekgautamj.hashnode.dev/fail-fast-and-learn-fast&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thedevden.hashnode.dev/best-resources-to-learn-to-code" rel="noopener noreferrer"&gt;https://thedevden.hashnode.dev/best-resources-to-learn-to-code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://edleychris.hashnode.dev/master-web-development-quickly-the-fastest-way-to-learn-for-everyone" rel="noopener noreferrer"&gt;https://edleychris.hashnode.dev/master-web-development-quickly-the-fastest-way-to-learn-for-everyone&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://madza.hashnode.dev/42-developer-resources-to-kickstart-your-coding-journey" rel="noopener noreferrer"&gt;https://madza.hashnode.dev/42-developer-resources-to-kickstart-your-coding-journey&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://blog.theashishmaurya.me/resources-to-boost-your-career-as-a-self-taught-developer-a-reading-list" rel="noopener noreferrer"&gt;https://blog.theashishmaurya.me/resources-to-boost-your-career-as-a-self-taught-developer-a-reading-list&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chaoocharles.hashnode.dev/how-to-learn-web-development-and-land-a-job-faster-in-2024-beginners-guide-with-free-resources" rel="noopener noreferrer"&gt;https://chaoocharles.hashnode.dev/how-to-learn-web-development-and-land-a-job-faster-in-2024-beginners-guide-with-free-resources&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://hulyakarakaya.hashnode.dev/70-free-websites-for-learning-how-to-code" rel="noopener noreferrer"&gt;https://hulyakarakaya.hashnode.dev/70-free-websites-for-learning-how-to-code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Articles From OutofBox-&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gwenfaraday.com/" rel="noopener noreferrer"&gt;https://gwenfaraday.com/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I am Recording My college Journey To become a Software Engineer</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Mon, 29 Apr 2024 01:04:35 +0000</pubDate>
      <link>https://dev.to/divyansh2375/i-am-recording-my-college-journey-to-become-a-software-engineer-co5</link>
      <guid>https://dev.to/divyansh2375/i-am-recording-my-college-journey-to-become-a-software-engineer-co5</guid>
      <description>&lt;h2&gt;
  
  
  `Semester -1 (October - March)
&lt;/h2&gt;

&lt;p&gt;`Let me first tell you that before entering to College I was having some basic knowledge of Html ,CSS , Javascript , Python , Git ,GIthub&lt;/p&gt;

&lt;p&gt;October 2023-&lt;br&gt;
Joined a College to do a degree in Btech.&lt;/p&gt;

&lt;p&gt;Started to documenting my journey on notion&lt;/p&gt;

&lt;p&gt;Joined a PG to stay because my college was far away from my home.&lt;/p&gt;

&lt;p&gt;Understood the curriculum of the college&lt;/p&gt;

&lt;p&gt;Participated in a college cultural program where I sang a bhajan on Lord Krishna.&lt;/p&gt;

&lt;p&gt;During the induction period of first month of college i was rewarded by mam because i performed a Drama which was completely in English and i was the main character where i played a role of Old Man who was having cancer. May it was the 3rd day of the college&lt;/p&gt;

&lt;p&gt;I was staying in pg with a room partner who taught me some lessons how to behave with seniors in college and how can you avoid the wrong way .&lt;/p&gt;

&lt;p&gt;start to sleep more than before my JEE preparation time .&lt;/p&gt;

&lt;p&gt;This whole month was just to be adjust in the PG and know about college . In this month i studied nothing . And also i already aware about that college will not able to give you job on bed until you have some skill so i don't take college so seriously .&lt;/p&gt;

&lt;p&gt;November 2023-&lt;br&gt;
I realized that i couldn't able to study in this Pg because i was wasting time with some seniors who are not that serious for their career as i am .&lt;/p&gt;

&lt;p&gt;So on November 8 i left It .&lt;/p&gt;

&lt;p&gt;Now i can focus on my my college exams and coding . The college exams were not gone so well because i just studied for exams before 4 hours of exam .&lt;/p&gt;

&lt;p&gt;In this month i talked with ankush and had a discussion all my 4 year roadmap of btech and i took guidance from them .&lt;/p&gt;

&lt;p&gt;I also watched some self help video during this Month.&lt;/p&gt;

&lt;p&gt;Again during this month i was also not doing coding&lt;/p&gt;

&lt;p&gt;December 2023-&lt;br&gt;
Started to more indulge in college&lt;/p&gt;

&lt;p&gt;akshay saini important video about college and cgpa&lt;/p&gt;

&lt;p&gt;Conversation with a senior who study in good college (igdtuw)&lt;/p&gt;

&lt;p&gt;January 2024&lt;br&gt;
Started to contribute in SWOC 24&lt;/p&gt;

&lt;p&gt;Did an internship at Internshala&lt;/p&gt;

&lt;p&gt;Built 2 projects for internshala&lt;/p&gt;

&lt;p&gt;Changed my way of thinking and find out the purpose of "WHY" I am doing this ?what I want in return ?&lt;/p&gt;

&lt;p&gt;Changed the way of progressing in college some people discouraged me in my class of college but still I will not take them on my heart . I am still coding .&lt;/p&gt;

&lt;p&gt;Februaru 2024&lt;br&gt;
I attended my first hackathon where I built an chat application .&lt;/p&gt;

&lt;p&gt;i also took advise from the developer who conducted that hackathon&lt;/p&gt;

&lt;p&gt;I got one T-shirt and a certificate from that hackathon .&lt;/p&gt;

&lt;p&gt;March 2024&lt;br&gt;
This is the month of University exams of semester 1&lt;/p&gt;

&lt;p&gt;No coding&lt;/p&gt;

&lt;p&gt;I was disconnected from all my social accounts from this not coding&lt;/p&gt;

&lt;h2&gt;
  
  
  Semester -2 (April 2024)
&lt;/h2&gt;

&lt;p&gt;April 2024 -&lt;br&gt;
Purchased a new laptop&lt;/p&gt;

&lt;p&gt;started to doing dsa In python did 40 questions&lt;/p&gt;

&lt;p&gt;completed backend from CUC&lt;/p&gt;

&lt;p&gt;Joined a good community In discord and doing regular communication there . Because I am from teir 3 college so I have to seek good people myself . I am not from teir one college where I can get good seniors automatically .&lt;/p&gt;

&lt;p&gt;made a entire list of my good network connections to have regular chit chats with them .&lt;/p&gt;

&lt;p&gt;started to enhance my English communication skills .&lt;/p&gt;

&lt;p&gt;Made a entire list of my Super Talented idle E.&lt;/p&gt;

&lt;p&gt;What I am working on ?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Working to build Some games to learn programming better
CodeMonkey&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;javascript game 9hrs video&lt;/p&gt;

&lt;p&gt;Code combat&lt;/p&gt;

&lt;p&gt;2.Working on Fullstack Development to Solve real world problems&lt;br&gt;
kirat assignment&lt;/p&gt;

&lt;p&gt;neog assignments&lt;/p&gt;

&lt;p&gt;building to build fullstack projects&lt;/p&gt;

&lt;p&gt;3.Working on Solving leetcode questions&lt;br&gt;
5.Working on English communication skills&lt;br&gt;
watching friends series&lt;/p&gt;

&lt;p&gt;Sometimes watching podcasts&lt;/p&gt;

&lt;p&gt;Reading as much as possible&lt;/p&gt;

&lt;p&gt;6.Self help books&lt;br&gt;
1.sometimes reading some self help books&lt;/p&gt;

&lt;p&gt;7.Question Solving&lt;br&gt;
coding wars&lt;/p&gt;

&lt;p&gt;clash of code&lt;/p&gt;

&lt;p&gt;8.Challenge&lt;br&gt;
100daysOFcodeChallenge&lt;/p&gt;

&lt;p&gt;Bogging Mostly trying to do It daily&lt;/p&gt;

&lt;p&gt;Revision topic Index ?&lt;br&gt;
javascript promises topic&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>softwaredevelopment</category>
      <category>programming</category>
    </item>
    <item>
      <title>Where can you find Career Guidance for software enginner ?</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Mon, 29 Apr 2024 01:00:53 +0000</pubDate>
      <link>https://dev.to/divyansh2375/where-can-you-find-career-guidance-for-software-enginner--5c3f</link>
      <guid>https://dev.to/divyansh2375/where-can-you-find-career-guidance-for-software-enginner--5c3f</guid>
      <description>&lt;p&gt;If you are new in tech then you might also thought to have a good guidance and have the best mentor but you may be unable to find out the right mentor .&lt;/p&gt;

&lt;p&gt;So for that i am writing this blog and i will tell you my expirience that how i found the right guidance and mentor .&lt;/p&gt;

&lt;p&gt;1.Youtube&lt;br&gt;
I luckily found out channel of kunal kushwaha on youtube in which i found some quality content i firstly without starting to learn to code i began to seek for good guidance for my future plans so i watched all the career related guidance from his channel you can checkout his channel here&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/Kunal" rel="noopener noreferrer"&gt;https://www.youtube.com/Kunal&lt;/a&gt; Kushwaha&lt;/p&gt;

&lt;p&gt;If you are a college student and you are seeking for good career guidance in tech field this channel is enough to get all the guidance .&lt;/p&gt;

&lt;p&gt;2.Twitter&lt;br&gt;
You can find a developer community in twitter and just follow the tech guys on twitter the twitter algorithm start recommending you the tech developers and start interacting with them in the comments and in space . Have a healthy discussion with them . And ask guidance from there&lt;/p&gt;

&lt;p&gt;3.Discord&lt;br&gt;
Join some developer communities in discord . Where you can find those ? From youtube channel that mostly mentioned in their description of their video&lt;/p&gt;

&lt;p&gt;4.DevTo Website&lt;br&gt;
Here you can find some important tech articles which can skyrocket your future .&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>careerdevelopment</category>
      <category>beginners</category>
      <category>javascript</category>
    </item>
    <item>
      <title>What channels i Followed and Start getting Love to Coding after this ?</title>
      <dc:creator>Divyansh Pratap Singh</dc:creator>
      <pubDate>Mon, 29 Apr 2024 00:55:51 +0000</pubDate>
      <link>https://dev.to/divyansh2375/what-channels-i-followed-and-start-getting-love-to-coding-after-this--9l9</link>
      <guid>https://dev.to/divyansh2375/what-channels-i-followed-and-start-getting-love-to-coding-after-this--9l9</guid>
      <description>&lt;p&gt;om my old school to new one when i passed my high school . The new school name was May be if you are indian then you definitely know about it (kendriye vidyalya school ) which is present in every states of india . i chose Computer science and In the initial days of coding i was so frustrated about computer science because it was not that easy that i had seen in the movies of hacking .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fugszdxoxyvjnlekczfr4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fugszdxoxyvjnlekczfr4.png" alt="Image description" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When the days goes on i realized that i should quit computer Science from my Stream (PCM) after that i asked to my class teacher that i am unable to grasp concepts of computer science so is there any chances i could change my computer science subject to Physical education ?&lt;/p&gt;

&lt;p&gt;Then my class teacher replied me that it can't possible and he suggested me that you should study computer science thoroughly its okay if you are not able to understand CS but give some time to it . You will definitely understand it .&lt;/p&gt;

&lt;p&gt;After that i started to explore python concepts from youtube and started to watch random videos with any one of the (Code with harry ) but i was also not able to understand from him too .&lt;/p&gt;

&lt;p&gt;Then accidently i found out a channel from Anjali luthra where she was conduction Mcq's Questions of Python and i began to try all the mcq's then i realised that my fundamental parts are weak so i started to read about it from books and watched important lectures from anjali luthra mam .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fm85uneo7v6wecbjrh6db.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fm85uneo7v6wecbjrh6db.png" alt="Image description" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;She also used to conduct mcq's in unacademy free classes then i start to join those classes and i began to take interest to learn from quizes . Because there was a feature of mcq choose in unacademy where we can compete with other students in real time . And after sometime i was ranked 3 in those unacademy leaderboard that motivated me that yeah now i finally understood computer science . From that day i start to build some basic logics in python.&lt;/p&gt;

&lt;p&gt;All is just possible becuase i mastered my fundamental concepts .&lt;/p&gt;

&lt;p&gt;And when my results are out of my intermediate class then i got 90 out of 100 marks which game me so much pleasure and happiness . Yeah i know it is not 100/100 but 90 marks was looking for me as 100 and i just did it and finally achieved it .&lt;/p&gt;

&lt;p&gt;Summary -&amp;gt;&lt;br&gt;
if you are stuck in programming keep hustling and practise more with questions also one important thing that master your fundamental part first . Then jump to another one .&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
