<?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: Pradum Saindane</title>
    <description>The latest articles on DEV Community by Pradum Saindane (@pradumnscode).</description>
    <link>https://dev.to/pradumnscode</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%2F2174073%2Ff66389f6-244d-4a35-b1b5-892d5483a961.jpg</url>
      <title>DEV Community: Pradum Saindane</title>
      <link>https://dev.to/pradumnscode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pradumnscode"/>
    <language>en</language>
    <item>
      <title>Why AWS Builder Center Is Worth Exploring as a Developer</title>
      <dc:creator>Pradum Saindane</dc:creator>
      <pubDate>Fri, 18 Sep 2026 13:22:19 +0000</pubDate>
      <link>https://dev.to/pradumnscode/why-aws-builder-center-is-worth-exploring-as-a-developer-3d02</link>
      <guid>https://dev.to/pradumnscode/why-aws-builder-center-is-worth-exploring-as-a-developer-3d02</guid>
      <description>&lt;p&gt;When I started learning AWS, I thought cloud computing was mainly about learning services.&lt;/p&gt;

&lt;p&gt;EC2.&lt;br&gt;
S3.&lt;br&gt;
IAM.&lt;br&gt;
VPC.&lt;br&gt;
Lambda.&lt;br&gt;
CloudWatch.&lt;/p&gt;

&lt;p&gt;I was trying to remember what each service did and where it should be used.&lt;/p&gt;

&lt;p&gt;But eventually I realized something:&lt;/p&gt;

&lt;p&gt;Learning a technology is not only about consuming information. It's also about building, sharing, and learning from other people.&lt;/p&gt;

&lt;p&gt;That's what made me explore AWS Builder Center.&lt;/p&gt;

&lt;p&gt;What is AWS Builder Center?&lt;/p&gt;

&lt;p&gt;AWS Builder Center is a community space for people building and learning on AWS.&lt;/p&gt;

&lt;p&gt;It's not just another place to read documentation.&lt;/p&gt;

&lt;p&gt;You can explore technical content, learn from other builders, share your own experiences, participate in discussions, and discover ways to contribute to the AWS community.&lt;/p&gt;

&lt;p&gt;For someone learning Cloud or DevOps, this can be especially useful because you're surrounded by people working on real problems.&lt;/p&gt;

&lt;p&gt;Why should developers join?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Learn from real experiences&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Tutorials are useful, but sometimes the most valuable learning comes from seeing how another developer solved a problem.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;"My EC2 instance is running, but my application isn't accessible."&lt;/p&gt;

&lt;p&gt;That simple problem can lead you to learn about:&lt;/p&gt;

&lt;p&gt;Security Groups&lt;/p&gt;

&lt;p&gt;Ports&lt;/p&gt;

&lt;p&gt;Networking&lt;/p&gt;

&lt;p&gt;Public IPs&lt;/p&gt;

&lt;p&gt;Subnets&lt;/p&gt;

&lt;p&gt;Application configuration&lt;/p&gt;

&lt;p&gt;The problem becomes the lesson.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Share what you're building&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You don't need to have years of experience before publishing technical content.&lt;/p&gt;

&lt;p&gt;If you successfully deployed your first application on EC2, that's already something you can document.&lt;/p&gt;

&lt;p&gt;You can write about:&lt;/p&gt;

&lt;p&gt;What you built&lt;/p&gt;

&lt;p&gt;Why you built it&lt;/p&gt;

&lt;p&gt;What architecture you used&lt;/p&gt;

&lt;p&gt;What went wrong&lt;/p&gt;

&lt;p&gt;How you fixed it&lt;/p&gt;

&lt;p&gt;What you learned&lt;/p&gt;

&lt;p&gt;Your experience might be exactly what another beginner needs.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Turn mistakes into content&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is one of my favorite approaches to learning.&lt;/p&gt;

&lt;p&gt;Instead of hiding mistakes, document them.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Problem: SSH connection failed.&lt;/p&gt;

&lt;p&gt;Investigation: Checked the key, permissions, network and Security Group.&lt;/p&gt;

&lt;p&gt;Solution: Corrected the configuration.&lt;/p&gt;

&lt;p&gt;Lesson: Learned how EC2 authentication and network access actually work.&lt;/p&gt;

&lt;p&gt;That entire debugging process can become a useful technical article.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Build your technical identity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When you're consistently building and sharing technical content, you're creating a public record of your learning.&lt;/p&gt;

&lt;p&gt;Instead of simply saying:&lt;/p&gt;

&lt;p&gt;"I know AWS."&lt;/p&gt;

&lt;p&gt;You can show:&lt;/p&gt;

&lt;p&gt;"Here's what I built."&lt;/p&gt;

&lt;p&gt;"Here's what I learned."&lt;/p&gt;

&lt;p&gt;"Here's the problem I solved."&lt;/p&gt;

&lt;p&gt;"Here's how I designed it."&lt;/p&gt;

&lt;p&gt;That can be much more meaningful for developers building their careers.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connect with other builders&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;One of the biggest advantages of a technical community is that you're not learning in isolation.&lt;/p&gt;

&lt;p&gt;You can discover how other developers approach:&lt;/p&gt;

&lt;p&gt;Cloud architecture&lt;/p&gt;

&lt;p&gt;DevOps&lt;/p&gt;

&lt;p&gt;Infrastructure&lt;/p&gt;

&lt;p&gt;Security&lt;/p&gt;

&lt;p&gt;Deployment&lt;/p&gt;

&lt;p&gt;Automation&lt;/p&gt;

&lt;p&gt;AWS services&lt;/p&gt;

&lt;p&gt;You may also discover projects, discussions, and ideas that you wouldn't have encountered while learning alone.&lt;/p&gt;

&lt;p&gt;You don't need to be an AWS expert&lt;/p&gt;

&lt;p&gt;This is probably the biggest misconception.&lt;/p&gt;

&lt;p&gt;You don't have to know every AWS service.&lt;/p&gt;

&lt;p&gt;You don't need to be a Solutions Architect.&lt;/p&gt;

&lt;p&gt;You don't need years of cloud experience.&lt;/p&gt;

&lt;p&gt;You can start with something as simple as:&lt;/p&gt;

&lt;p&gt;"Today I launched my first EC2 instance."&lt;/p&gt;

&lt;p&gt;Then document what happened.&lt;/p&gt;

&lt;p&gt;Tomorrow, learn something else.&lt;/p&gt;

&lt;p&gt;Build again.&lt;/p&gt;

&lt;p&gt;Write again.&lt;/p&gt;

&lt;p&gt;Improve again.&lt;/p&gt;

&lt;p&gt;My approach: Build → Break → Fix → Share&lt;/p&gt;

&lt;p&gt;I've started looking at technical learning differently.&lt;/p&gt;

&lt;p&gt;Instead of:&lt;/p&gt;

&lt;p&gt;Watch → Remember → Forget&lt;/p&gt;

&lt;p&gt;I prefer:&lt;/p&gt;

&lt;p&gt;Build → Break → Fix → Share&lt;/p&gt;

&lt;p&gt;Build something.&lt;/p&gt;

&lt;p&gt;Break something.&lt;/p&gt;

&lt;p&gt;Understand why it broke.&lt;/p&gt;

&lt;p&gt;Fix it.&lt;/p&gt;

&lt;p&gt;Then share the lesson.&lt;/p&gt;

&lt;p&gt;That's where real understanding starts to develop.&lt;/p&gt;

&lt;p&gt;What could you build?&lt;/p&gt;

&lt;p&gt;If you're learning AWS, start small.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;React&lt;br&gt;
   ↓&lt;br&gt;
Spring Boot / Node.js&lt;br&gt;
   ↓&lt;br&gt;
EC2&lt;br&gt;
   ↓&lt;br&gt;
Database&lt;/p&gt;

&lt;p&gt;Then gradually introduce:&lt;/p&gt;

&lt;p&gt;Route 53&lt;br&gt;
   ↓&lt;br&gt;
Load Balancer&lt;br&gt;
   ↓&lt;br&gt;
EC2&lt;br&gt;
   ↓&lt;br&gt;
Auto Scaling&lt;br&gt;
   ↓&lt;br&gt;
Database&lt;/p&gt;

&lt;p&gt;And eventually explore:&lt;/p&gt;

&lt;p&gt;Docker&lt;/p&gt;

&lt;p&gt;CI/CD&lt;/p&gt;

&lt;p&gt;CloudWatch&lt;/p&gt;

&lt;p&gt;IAM&lt;/p&gt;

&lt;p&gt;Terraform&lt;/p&gt;

&lt;p&gt;Infrastructure as Code&lt;/p&gt;

&lt;p&gt;You don't need to understand the entire AWS ecosystem before starting.&lt;/p&gt;

&lt;p&gt;Start with one problem.&lt;/p&gt;

&lt;p&gt;Why I'm joining the conversation&lt;/p&gt;

&lt;p&gt;For me, AWS Builder Center represents something bigger than another learning platform.&lt;/p&gt;

&lt;p&gt;It's a place where learning can become contribution.&lt;/p&gt;

&lt;p&gt;You learn something.&lt;/p&gt;

&lt;p&gt;You build something.&lt;/p&gt;

&lt;p&gt;You encounter a problem.&lt;/p&gt;

&lt;p&gt;You solve it.&lt;/p&gt;

&lt;p&gt;Then you share that experience with someone else.&lt;/p&gt;

&lt;p&gt;And that person might avoid the same problem because of something you wrote.&lt;/p&gt;

&lt;p&gt;That's the part of developer communities I value the most.&lt;/p&gt;

&lt;p&gt;Final Thought&lt;/p&gt;

&lt;p&gt;If you're learning AWS, Cloud Computing, or DevOps, don't just collect certificates and watch tutorials.&lt;/p&gt;

&lt;p&gt;Build things.&lt;/p&gt;

&lt;p&gt;Document your journey.&lt;/p&gt;

&lt;p&gt;Ask questions.&lt;/p&gt;

&lt;p&gt;Help other developers.&lt;/p&gt;

&lt;p&gt;Share your failures as well as your successes.&lt;/p&gt;

&lt;p&gt;You don't have to wait until you're an expert to contribute.&lt;/p&gt;

&lt;p&gt;Start where you are. Build what you can. Share what you learn.&lt;/p&gt;

&lt;p&gt;☁️ Build → Learn → Share → Contribute.&lt;/p&gt;

&lt;p&gt;Have you explored AWS Builder Center yet?&lt;/p&gt;

&lt;p&gt;What are you currently building on AWS?&lt;/p&gt;

&lt;h1&gt;
  
  
  AWS #AWSBuilderCenter #AmazonWebServices #AWSCloud #CloudComputing #DevOps #CloudEngineering #SoftwareDevelopment #Developers #LearningInPublic #BuildInPublic
&lt;/h1&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>community</category>
      <category>learning</category>
    </item>
    <item>
      <title>Easy way to learn python is Here !!!</title>
      <dc:creator>Pradum Saindane</dc:creator>
      <pubDate>Tue, 15 Sep 2026 14:16:14 +0000</pubDate>
      <link>https://dev.to/pradumnscode/easy-way-to-learn-python-is-here--kbo</link>
      <guid>https://dev.to/pradumnscode/easy-way-to-learn-python-is-here--kbo</guid>
      <description>&lt;h1&gt;
  
  
  If You Want to Learn Python from YouTube, Start with CampusX 🐍
&lt;/h1&gt;

&lt;p&gt;When I first decided to learn Python, I made the same mistake most beginners make.&lt;br&gt;
I searched “Python course for beginners” on YouTube.&lt;br&gt;
And suddenly… I had hundreds of videos, dozens of playlists, and absolutely no idea where to start. 😂&lt;/p&gt;

&lt;p&gt;I would watch one creator for a few days, find another “better” playlist, switch again, and eventually spend more time finding courses than actually learning Python.&lt;/p&gt;

&lt;p&gt;Then I came across CampusX.&lt;/p&gt;

&lt;p&gt;And honestly, it made learning Python feel much simpler.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why I liked CampusX
&lt;/h3&gt;

&lt;p&gt;The biggest thing I noticed was the way concepts are explained.&lt;/p&gt;

&lt;p&gt;Instead of just saying “this is the syntax, remember it”*, the explanations focus more on **why something works and where you would actually use it.&lt;br&gt;
You can start with the basics and gradually move toward topics such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Variables and data types&lt;/li&gt;
&lt;li&gt;Conditions and loops&lt;/li&gt;
&lt;li&gt;Functions&lt;/li&gt;
&lt;li&gt;Lists, tuples, sets and dictionaries&lt;/li&gt;
&lt;li&gt;Object-Oriented Programming&lt;/li&gt;
&lt;li&gt;File handling&lt;/li&gt;
&lt;li&gt;Exception handling&lt;/li&gt;
&lt;li&gt;NumPy and Pandas&lt;/li&gt;
&lt;li&gt;Data Science and AI-related concepts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the best part?&lt;/p&gt;

&lt;p&gt;You can learn it on YouTube without paying for a course.&lt;/p&gt;

&lt;h3&gt;
  
  
  But here's the thing...
&lt;/h3&gt;

&lt;p&gt;Watching Python videos isn't the same as learning Python.&lt;br&gt;
I learned this the hard way.&lt;br&gt;
You can watch a 2-hour tutorial and feel like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Yeah, I understand everything!”&lt;br&gt;
Then open your editor and suddenly you're staring at an empty file. 😅&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's why I recommend a simple cycle:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn → Code → Break things → Fix them → Practice → Build&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don't just copy the code from the instructor.&lt;br&gt;
Type it yourself.&lt;br&gt;
Change it.&lt;br&gt;
Make mistakes.&lt;/p&gt;

&lt;p&gt;Try to solve small problems without looking at the solution.&lt;br&gt;
That's when things actually start sticking.&lt;/p&gt;

&lt;h3&gt;
  
  
  If you're starting today
&lt;/h3&gt;

&lt;p&gt;Don't spend another week searching for the “best Python course.”&lt;br&gt;
Pick one good resource and stick with it.&lt;br&gt;
If you're looking for a beginner friendly YouTube channel to start your Python journey, CampusX is one I'd personally recommend checking out.&lt;br&gt;
You don't need to know everything before you start building.&lt;/p&gt;

&lt;p&gt;Start small.&lt;/p&gt;

&lt;p&gt;Write bad code.&lt;/p&gt;

&lt;p&gt;Improve it.&lt;/p&gt;

&lt;p&gt;Build something.&lt;/p&gt;

&lt;p&gt;Then build something better.&lt;/p&gt;

&lt;p&gt;That's how you actually become a developer. 🚀&lt;/p&gt;

&lt;p&gt;Happy coding! 🐍&lt;/p&gt;

&lt;h1&gt;
  
  
  Python #LearnPython #Programming #Coding #CampusX #SoftwareDevelopment #DataScience #AI #WebDevelopment #DevTo
&lt;/h1&gt;

&lt;p&gt;Link :- &lt;a href="https://youtu.be/u1RKh1kQqaE?si=0s0s2XQ1dC110_Jn" rel="noopener noreferrer"&gt;https://youtu.be/u1RKh1kQqaE?si=0s0s2XQ1dC110_Jn&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Join open source connect!!
https://luma.com/3u22sml7?tk=KaSOqG</title>
      <dc:creator>Pradum Saindane</dc:creator>
      <pubDate>Thu, 13 Aug 2026 13:43:25 +0000</pubDate>
      <link>https://dev.to/pradumnscode/join-open-source-connecthttpslumacom3u22sml7tkkasoqg-38gg</link>
      <guid>https://dev.to/pradumnscode/join-open-source-connecthttpslumacom3u22sml7tkkasoqg-38gg</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://luma.com/3u22sml7?tk=KaSOqG" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.lumacdn.com%2Fcdn-cgi%2Fimage%2Fformat%3Dauto%2Cfit%3Dcover%2Cdpr%3D1%2Canim%3Dfalse%2Cbackground%3Dwhite%2Cquality%3D75%2Cwidth%3D800%2Cheight%3D420%2Fevent-social%2F96%2Fc503964b-51f7-4a71-b3a7-39355ec62273.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://luma.com/3u22sml7?tk=KaSOqG" rel="noopener noreferrer" class="c-link"&gt;
            Open Source Connect India 2026 · Luma
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Open Source Connect India 2026

Open Source Connect India 2026 (OSCI'26) is one of India's largest open source event, bringing together developers,…
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fluma.com%2Ffavicon.ico" width="64" height="64"&gt;
          luma.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Learning DEVOPS for scratch</title>
      <dc:creator>Pradum Saindane</dc:creator>
      <pubDate>Fri, 24 Jul 2026 14:03:46 +0000</pubDate>
      <link>https://dev.to/pradumnscode/learning-devops-for-scratch-4bbm</link>
      <guid>https://dev.to/pradumnscode/learning-devops-for-scratch-4bbm</guid>
      <description>&lt;p&gt;Hi everyone and my fellow developer, I’m learning DevOps for my YouTube channel, Kunal Kushwaha. He’s excellent at it, no doubt about that. However, I’m trying to find a mentor to guide me for my future job prospects.&lt;/p&gt;

&lt;p&gt;If anyone has experience in this field, please reply and share your advice. You could also suggest some channels that explain each topic in detail to make learning easier.&lt;/p&gt;

&lt;p&gt;Email: &lt;a href="mailto:psaindane09@gmail.com"&gt;psaindane09@gmail.com&lt;/a&gt;&lt;br&gt;
LinkedIn: &lt;a href="https://www.linkedin.com/in/pradumn-saindane-20893539a/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/pradumn-saindane-20893539a/&lt;/a&gt;&lt;br&gt;
Twitter: &lt;a href="https://x.com/pradumncodes7" rel="noopener noreferrer"&gt;https://x.com/pradumncodes7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reaching out.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>devops</category>
      <category>learning</category>
    </item>
    <item>
      <title>🚀 Longest Balanced Subarray (Distinct Even = Distinct Odd)</title>
      <dc:creator>Pradum Saindane</dc:creator>
      <pubDate>Tue, 10 Feb 2026 16:59:44 +0000</pubDate>
      <link>https://dev.to/pradumnscode/longest-balanced-subarray-distinct-even-distinct-odd-4oh4</link>
      <guid>https://dev.to/pradumnscode/longest-balanced-subarray-distinct-even-distinct-odd-4oh4</guid>
      <description>&lt;p&gt;Recently, I worked on an interesting array problem:&lt;/p&gt;

&lt;p&gt;A subarray is called balanced if the number of distinct even numbers is equal to the number of distinct odd numbers. The task is to return the length of the longest such subarray.&lt;/p&gt;

&lt;p&gt;At first glance, this looks like a simple parity count problem. Naturally, thoughts go toward prefix sums or sliding window techniques. But the real challenge lies in one word  distinct.&lt;/p&gt;

&lt;p&gt;We are not counting how many even or odd elements exist. We are counting how many unique even and unique odd values exist inside a subarray. That changes the entire strategy.&lt;/p&gt;

&lt;p&gt;Distinct counts are not monotonic. If we shrink a window, removing one element might reduce the distinct count or it might not. That makes classic two pointer shrinking approaches unreliable here.&lt;/p&gt;

&lt;p&gt;Given the constraint (n ≤ 1500), an O(n²) solution is fully acceptable and optimal.&lt;/p&gt;

&lt;p&gt;💡 Approach&lt;/p&gt;

&lt;p&gt;For every starting index:&lt;br&gt;
    • Expand the subarray to the right.&lt;br&gt;
    • Maintain a frequency map.&lt;br&gt;
    • Track two counters:&lt;br&gt;
    • evenDistinct&lt;br&gt;
    • oddDistinct&lt;br&gt;
    • Whenever both are equal, update the maximum length.&lt;/p&gt;

&lt;p&gt;This guarantees correctness while staying within acceptable time complexity.&lt;/p&gt;

&lt;p&gt;✅ Java Implementation&lt;br&gt;
import java.util.*;&lt;/p&gt;

&lt;p&gt;class Solution {&lt;br&gt;
    public int longestBalanced(int[] nums) {&lt;br&gt;
        int n = nums.length;&lt;br&gt;
        int maxLen = 0;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    for (int i = 0; i &amp;lt; n; i++) {
        Map&amp;lt;Integer, Integer&amp;gt; freq = new HashMap&amp;lt;&amp;gt;();
        int evenDistinct = 0;
        int oddDistinct = 0;

        for (int j = i; j &amp;lt; n; j++) {
            int num = nums[j];

            if (!freq.containsKey(num)) {
                freq.put(num, 1);
                if (num % 2 == 0) evenDistinct++;
                else oddDistinct++;
            } else {
                freq.put(num, freq.get(num) + 1);
            }

            if (evenDistinct == oddDistinct) {
                maxLen = Math.max(maxLen, j - i + 1);
            }
        }
    }

    return maxLen;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;br&gt;
📊 Complexity&lt;br&gt;
    • Time Complexity: O(n²)&lt;br&gt;
    • Space Complexity: O(n)&lt;/p&gt;

&lt;p&gt;🎯 My POV&lt;/p&gt;

&lt;p&gt;This problem reminded me that not every array problem fits into the “optimize to O(n)” mindset. Sometimes, understanding constraints and choosing the correct strategy is more important than forcing a pattern.&lt;/p&gt;

&lt;p&gt;The biggest lesson:&lt;br&gt;
When you see words like distinct or unique, pause before applying sliding window blindly.&lt;/p&gt;

&lt;p&gt;Strong problem-solving is not about memorising patterns  it’s about recognising when patterns don’t apply.&lt;/p&gt;

&lt;p&gt;That’s where real growth happens as a developer.&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>coding</category>
      <category>computerscience</category>
      <category>leetcode</category>
    </item>
    <item>
      <title>HELLO WORLD</title>
      <dc:creator>Pradum Saindane</dc:creator>
      <pubDate>Tue, 30 Dec 2025 08:58:29 +0000</pubDate>
      <link>https://dev.to/pradumnscode/hello-world-293a</link>
      <guid>https://dev.to/pradumnscode/hello-world-293a</guid>
      <description>&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;I’m excited to publish my first post on dev.to and become part of this amazing developer community.&lt;/p&gt;

&lt;p&gt;I have completed my Full-Stack Web Development journey and gained hands-on, industry-level experience in building end-to-end applications. My learning includes Java, Flutter, and modern web technologies, with a strong focus on writing clean, scalable, and maintainable code.&lt;/p&gt;

&lt;p&gt;I created this dev.to profile to:&lt;br&gt;
        • Document my learning and projects&lt;br&gt;
    • Share practical development insights&lt;br&gt;
    • Improve through community feedback&lt;br&gt;
    • Prepare myself for professional software development roles&lt;/p&gt;

&lt;p&gt;Going forward, I’ll be posting about:&lt;br&gt;
    • Full-stack concepts and real-world implementations&lt;br&gt;
    • Java and backend development topics&lt;br&gt;
    • Flutter and cross-platform app development&lt;br&gt;
    • Lessons learned from projects and problem-solving&lt;/p&gt;

&lt;p&gt;I believe consistency, fundamentals, and community learning are key to long-term growth in tech. Looking forward to learning, sharing, and growing together.&lt;/p&gt;

&lt;p&gt;Thank you for reading.&lt;/p&gt;

</description>
      <category>career</category>
      <category>learning</category>
      <category>community</category>
      <category>devto</category>
    </item>
  </channel>
</rss>
