<?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: LEELA AKASH MARIDI</title>
    <description>The latest articles on DEV Community by LEELA AKASH MARIDI (@leelaakash9).</description>
    <link>https://dev.to/leelaakash9</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%2F3827884%2F0f7baba9-853b-44cf-a748-39647e792fb3.png</url>
      <title>DEV Community: LEELA AKASH MARIDI</title>
      <link>https://dev.to/leelaakash9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leelaakash9"/>
    <language>en</language>
    <item>
      <title>Things start breaking once you actually start building</title>
      <dc:creator>LEELA AKASH MARIDI</dc:creator>
      <pubDate>Mon, 30 Mar 2026 05:09:05 +0000</pubDate>
      <link>https://dev.to/leelaakash9/things-start-breaking-once-you-actually-start-building-5bc2</link>
      <guid>https://dev.to/leelaakash9/things-start-breaking-once-you-actually-start-building-5bc2</guid>
      <description>&lt;p&gt;Phase 1 was mostly thinking.&lt;br&gt;
Phase 2 is where things started getting real.&lt;/p&gt;

&lt;p&gt;When you’re planning, everything looks clean.&lt;br&gt;
In your head, the system makes sense. The flow works.&lt;br&gt;
Nothing crashes. Nothing conflicts.&lt;/p&gt;

&lt;p&gt;Then you actually start building.&lt;/p&gt;

&lt;p&gt;And suddenly things don’t fit the way you expected.&lt;br&gt;
Something small takes hours. Something you thought would be hard gets done in 20 minutes. No pattern, no logic.&lt;/p&gt;

&lt;p&gt;I’ve been spending most of my time just figuring things out step by step.&lt;br&gt;
Not big breakthroughs, just small progress every day.&lt;/p&gt;

&lt;p&gt;One thing I’ve realised is this —&lt;br&gt;
you don’t build in a straight line.&lt;/p&gt;

&lt;p&gt;You build, then you go back and change something.&lt;br&gt;
Then that change breaks something else.&lt;br&gt;
Then you fix that and realise the first version was actually better.&lt;/p&gt;

&lt;p&gt;It’s a loop.&lt;/p&gt;

&lt;p&gt;Also, working solo on the code means every decision matters more.&lt;br&gt;
There’s no “we’ll fix it later” or “someone else will handle it”.&lt;br&gt;
If I mess up the structure now, I’ll pay for it later.&lt;/p&gt;

&lt;p&gt;So a lot of time is going into keeping things simple.&lt;br&gt;
Not perfect. Just simple enough to move forward.&lt;/p&gt;

&lt;p&gt;We’re still not sharing anything about the project yet.&lt;br&gt;
But yeah, it’s no longer just an idea. It’s actually turning into something.&lt;/p&gt;

&lt;p&gt;Phase 2 deadline is coming up.&lt;br&gt;
Let’s see how much we can get done before that.&lt;/p&gt;

&lt;p&gt;Akash&lt;br&gt;
Team VAARANASI&lt;br&gt;
Guidewire DEVTrails 2026&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>building</category>
      <category>devtrails</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Our first hackathon where we actually had to think like a startup</title>
      <dc:creator>LEELA AKASH MARIDI</dc:creator>
      <pubDate>Mon, 16 Mar 2026 18:42:01 +0000</pubDate>
      <link>https://dev.to/leelaakash9/our-first-hackathon-where-we-actually-had-to-think-like-a-startup-3lp6</link>
      <guid>https://dev.to/leelaakash9/our-first-hackathon-where-we-actually-had-to-think-like-a-startup-3lp6</guid>
      <description>&lt;p&gt;I am a third year CSE student and last week someone handed me &lt;br&gt;
a problem statement and said build a startup in 6 weeks.&lt;/p&gt;

&lt;p&gt;Not a college project. Not an assignment. An actual product &lt;br&gt;
that solves an actual problem for actual people.&lt;/p&gt;

&lt;p&gt;That was two weeks ago. And honestly those two weeks taught &lt;br&gt;
me more than the last two semesters combined.&lt;/p&gt;

&lt;p&gt;The first few days were just reading and rereading the problem. &lt;br&gt;
We kept thinking we understood it and then realising we did not. &lt;br&gt;
There is a big difference between reading a problem statement &lt;br&gt;
and actually understanding the people you are building for.&lt;/p&gt;

&lt;p&gt;We went back to basics. Who uses this? What do they earn? &lt;br&gt;
What does a bad day look like for them? What would actually &lt;br&gt;
help them versus what just sounds good in a pitch?&lt;/p&gt;

&lt;p&gt;That took almost a full week. And I think that was the most &lt;br&gt;
important week.&lt;/p&gt;

&lt;p&gt;Building something is the easy part honestly. Figuring out &lt;br&gt;
what to build and why is the hard part. Most teams skip that &lt;br&gt;
and go straight to coding. We almost did too.&lt;/p&gt;

&lt;p&gt;Week two was cleaner. Once we knew what we were building and &lt;br&gt;
why, everything else fell into place faster. Tech stack, &lt;br&gt;
architecture, screens, all of it moved quickly once the &lt;br&gt;
thinking was done.&lt;/p&gt;

&lt;p&gt;I am the only one coding on our team of four. The rest are &lt;br&gt;
handling research, documentation and testing. That means &lt;br&gt;
every decision I make has to be something I can actually build &lt;br&gt;
alone in the time we have. No overengineering. No fancy things &lt;br&gt;
that look good on paper but take three weeks to build.&lt;/p&gt;

&lt;p&gt;Scope creep is real and it will kill your submission faster &lt;br&gt;
than anything else.&lt;/p&gt;

&lt;p&gt;Five days left for Phase 1. We have to submit our GitHub repo, &lt;br&gt;
a README and a two minute video. The video is the thing I am &lt;br&gt;
most nervous about. Writing is easier than talking to a camera &lt;br&gt;
apparently.&lt;/p&gt;

&lt;p&gt;If you are also doing DEVTrails or any hackathon right now &lt;br&gt;
my only advice is this. Spend more time on the problem than &lt;br&gt;
the solution. The solution changes. The problem does not.&lt;/p&gt;

&lt;p&gt;Will write again after Phase 1 results.&lt;/p&gt;

&lt;p&gt;Akash&lt;br&gt;
Team VAARANASI&lt;br&gt;
Guidewire DEVTrails 2026&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>beginners</category>
      <category>career</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
