<?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: Sebastián Vélez</title>
    <description>The latest articles on DEV Community by Sebastián Vélez (@sebastianvelezg).</description>
    <link>https://dev.to/sebastianvelezg</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%2F4047153%2F77f2e0f7-432b-4af7-b500-3a25a6f71f9c.png</url>
      <title>DEV Community: Sebastián Vélez</title>
      <link>https://dev.to/sebastianvelezg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sebastianvelezg"/>
    <language>en</language>
    <item>
      <title>Why We Moved Away From WordPress So Early</title>
      <dc:creator>Sebastián Vélez</dc:creator>
      <pubDate>Tue, 11 Aug 2026 01:40:52 +0000</pubDate>
      <link>https://dev.to/sebastianvelezg/why-we-moved-away-from-wordpress-so-early-2hj8</link>
      <guid>https://dev.to/sebastianvelezg/why-we-moved-away-from-wordpress-so-early-2hj8</guid>
      <description>&lt;p&gt;When Andrés and I started building websites, WordPress was one of the first things we tried.&lt;/p&gt;

&lt;p&gt;It made sense. There were themes, plugins for almost everything, and you could get a website running pretty quickly.&lt;/p&gt;

&lt;p&gt;But we didn't stick with it for very long.&lt;/p&gt;

&lt;p&gt;The problem wasn't that WordPress was bad. It was that we quickly realized how complicated a "simple" website could become.&lt;/p&gt;

&lt;p&gt;You'd install a plugin for one thing, another plugin for something else, then discover that two of them didn't really like each other. Updates could break things. Customizing something beyond what the theme allowed could get annoying very quickly.&lt;/p&gt;

&lt;p&gt;And then there was the part we liked the least: when something went wrong, figuring out exactly what was causing it wasn't always straightforward.&lt;/p&gt;

&lt;p&gt;We were still learning at the time, so instead of spending our time learning how to manage an increasingly complicated WordPress setup, we decided to learn how to build the websites ourselves.&lt;/p&gt;

&lt;p&gt;That decision changed a lot for us.&lt;/p&gt;

&lt;p&gt;We started building fully custom websites with React.&lt;/p&gt;

&lt;p&gt;At first, that meant figuring out things that WordPress had hidden from us: how to structure a project, how to handle forms, how to work with APIs, how to deploy an application, how databases actually fit into everything, and what happens when you have to maintain the thing you built six months later.&lt;/p&gt;

&lt;p&gt;We broke things.&lt;/p&gt;

&lt;p&gt;We rebuilt things.&lt;/p&gt;

&lt;p&gt;We learned a lot.&lt;/p&gt;

&lt;p&gt;Eventually, we moved to Next.js for most of our projects, and our stack kept growing from there. Depending on the project, we've worked with things like AWS, Supabase, PostgreSQL, Python, APIs, authentication services, email providers, and various third-party integrations.&lt;/p&gt;

&lt;p&gt;The interesting part is that none of that was really planned.&lt;/p&gt;

&lt;p&gt;We didn't sit down at the beginning and decide, "We're going to learn all of these technologies."&lt;/p&gt;

&lt;p&gt;A client needed something.&lt;/p&gt;

&lt;p&gt;We didn't know how to build it.&lt;/p&gt;

&lt;p&gt;So we learned.&lt;/p&gt;

&lt;p&gt;Then the next project needed something different.&lt;/p&gt;

&lt;p&gt;We learned that too.&lt;/p&gt;

&lt;p&gt;That's probably been one of the biggest advantages of building custom software: every project forces you to understand something a little deeper.&lt;/p&gt;

&lt;p&gt;And we've also learned that custom doesn't automatically mean better.&lt;/p&gt;

&lt;p&gt;If someone needs a simple blog or a basic website they want to manage themselves, WordPress can still be a perfectly good choice.&lt;/p&gt;

&lt;p&gt;But when a business needs something specific, we'd rather have the flexibility to build around the business instead of forcing the business into whatever a plugin or theme happens to support.&lt;/p&gt;

&lt;p&gt;That's a big part of how we approach projects at Developwave today.&lt;/p&gt;

&lt;p&gt;We're not attached to one framework or one technology. The stack depends on the problem.&lt;/p&gt;

&lt;p&gt;For most of our web projects, that currently means Next.js and TypeScript, with whatever backend services and infrastructure the project actually needs.&lt;/p&gt;

&lt;p&gt;Looking back, I'm glad we moved away from WordPress when we did.&lt;/p&gt;

&lt;p&gt;Not because WordPress is obsolete.&lt;/p&gt;

&lt;p&gt;Mostly because being forced to figure things out ourselves taught us much more than knowing which plugin to install.&lt;/p&gt;

&lt;p&gt;And we're still learning.&lt;/p&gt;

&lt;p&gt;That's probably what I'll write about here most of the time: the things we're building, the things that break, and the things we learn while trying to build better software.&lt;/p&gt;

&lt;p&gt;If you want to see what we're working on, you can find Developwave at &lt;a href="https://dev.tourl"&gt;developwave.com&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>react</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Why Andrés and I Started Developwave</title>
      <dc:creator>Sebastián Vélez</dc:creator>
      <pubDate>Sat, 25 Jul 2026 18:45:49 +0000</pubDate>
      <link>https://dev.to/sebastianvelezg/why-andres-and-i-started-developwave-62h</link>
      <guid>https://dev.to/sebastianvelezg/why-andres-and-i-started-developwave-62h</guid>
      <description>&lt;p&gt;I met Andrés at EAFIT, in a group project, and what stuck with me wasn't that he was smart — plenty of people in that program were smart. It was that he actually wanted to build things, not just pass the class and move on. That's rarer than it sounds. We kept working together after that mostly because we both had that itch.&lt;/p&gt;

&lt;p&gt;By the time we graduated (I finished Systems Engineering in December 2024), we'd already been freelancing on and off for a couple of years — small sites, a few broken deadlines, one client who ghosted us halfway through a project. Nothing glamorous. But it was enough to notice a pattern: most of the businesses we talked to didn't actually need "more software." They needed someone to sit down, understand how they actually worked day to day, and build around that instead of around whatever framework was trendy that month.&lt;/p&gt;

&lt;p&gt;So in January 2024, we made it official and started Developwave. Andrés leans backend, I lean frontend and client relationships — but that split is looser than it sounds. We both end up on calls explaining to a client why something slipped, and we both end up writing actual code most weeks. It's a two-person company; there's no version of this where either of us just does one thing.&lt;/p&gt;

&lt;p&gt;We're based in Medellín but work with clients across Latin America and the US, mostly custom web platforms, some AI/automation work, the occasional "can you just fix what the last developer left us" project (there's always one of those).&lt;/p&gt;

&lt;p&gt;I'm starting this blog mostly for selfish reasons — writing things down forces me to actually understand them. So this won't be polished company-blog content. More like: here's a bug that took me four hours to find, here's why we picked Next.js over X for a project, here's a mistake we made pricing a contract that I'd rather you not repeat.&lt;/p&gt;

&lt;p&gt;Topics I expect to write about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building with Next.js, TypeScript, and Python on the backend&lt;/li&gt;
&lt;li&gt;Software architecture decisions and the tradeoffs behind them&lt;/li&gt;
&lt;li&gt;AI and automation, from the "actually useful" side rather than the hype side&lt;/li&gt;
&lt;li&gt;AWS/serverless stuff we've fought with&lt;/li&gt;
&lt;li&gt;Running a two-person software company without losing our minds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If any of that's useful to you, stick around. And if you want to see what we're actually building, it's at &lt;a href="https://dev.tourl"&gt;developwave.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

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