<?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: Mangi Lerine Laslie JR</title>
    <description>The latest articles on DEV Community by Mangi Lerine Laslie JR (@mangi_lerinelasliejr_96).</description>
    <link>https://dev.to/mangi_lerinelasliejr_96</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%2F4079159%2F38208a1c-7616-4dcc-b3c3-b6bf35bbb0dc.jpeg</url>
      <title>DEV Community: Mangi Lerine Laslie JR</title>
      <link>https://dev.to/mangi_lerinelasliejr_96</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mangi_lerinelasliejr_96"/>
    <language>en</language>
    <item>
      <title>What Happens When Your MVP Meets Its First Real Users?</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Sun, 30 Aug 2026 22:51:01 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/what-happens-when-your-mvp-meets-its-first-real-users-2jdi</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/what-happens-when-your-mvp-meets-its-first-real-users-2jdi</guid>
      <description>&lt;p&gt;Building an MVP teaches you how to create.&lt;/p&gt;

&lt;p&gt;Getting your first users teaches you whether you created the right thing.&lt;/p&gt;

&lt;p&gt;That's the phase I'm approaching with nanoLabs.&lt;/p&gt;

&lt;p&gt;nanoLabs is a Laboratory Information Management System I'm building to help medical laboratories manage their workflows digitally.&lt;/p&gt;

&lt;p&gt;The product has reached the point where I'm preparing for its first five laboratory deployments.&lt;/p&gt;

&lt;p&gt;And that changes how I think about development.&lt;/p&gt;

&lt;p&gt;When you're building alone, it's easy to test according to your own assumptions.&lt;/p&gt;

&lt;p&gt;You know where the buttons are.&lt;/p&gt;

&lt;p&gt;You know how the workflow is supposed to work.&lt;/p&gt;

&lt;p&gt;You know what every feature is supposed to do.&lt;/p&gt;

&lt;p&gt;A new user doesn't have that context.&lt;/p&gt;

&lt;p&gt;They don't know what you intended.&lt;/p&gt;

&lt;p&gt;They only know what they experience.&lt;/p&gt;

&lt;p&gt;That's why the next stage of development isn't simply about adding more features.&lt;/p&gt;

&lt;p&gt;It's about observing.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I'm testing
&lt;/h3&gt;

&lt;p&gt;I'm paying particular attention to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;User roles and permissions&lt;/li&gt;
&lt;li&gt;Laboratory workflows&lt;/li&gt;
&lt;li&gt;Test and result processing&lt;/li&gt;
&lt;li&gt;Patient result updates&lt;/li&gt;
&lt;li&gt;Auditability&lt;/li&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Database response times&lt;/li&gt;
&lt;li&gt;Error handling&lt;/li&gt;
&lt;li&gt;Overall usability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to find problems before they become problems for a laboratory.&lt;/p&gt;

&lt;p&gt;But I'm also preparing myself for something developers don't always talk about enough:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The product will probably change.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Real users will challenge assumptions.&lt;/p&gt;

&lt;p&gt;Some features may need to be redesigned.&lt;/p&gt;

&lt;p&gt;Some things I thought were important may turn out not to matter.&lt;/p&gt;

&lt;p&gt;Other things I completely overlooked may become priorities.&lt;/p&gt;

&lt;p&gt;And that's okay.&lt;/p&gt;

&lt;p&gt;An MVP isn't supposed to prove that you have built the final product.&lt;/p&gt;

&lt;p&gt;It's supposed to help you learn what the final product needs to become.&lt;/p&gt;

&lt;p&gt;For me, these first five laboratories aren't just potential customers.&lt;/p&gt;

&lt;p&gt;They're going to be part of the product-development process.&lt;/p&gt;

&lt;p&gt;Their feedback, frustrations, questions and workflows will tell me what nanoLabs needs to become next.&lt;/p&gt;

&lt;p&gt;So I'm not entering this phase expecting everything to be perfect.&lt;/p&gt;

&lt;p&gt;I'm entering it expecting to learn.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The code got me here. Real users will show me where to go next.&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  BuildInPublic #SoftwareDevelopment #HealthTech #LIMS #StartupJourney #AfricanTech #Cameroon
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>My Next Technical Challenge Isn't Writing Code</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Sat, 29 Aug 2026 22:28:45 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/my-next-technical-challenge-isnt-writing-code-2p63</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/my-next-technical-challenge-isnt-writing-code-2p63</guid>
      <description>&lt;p&gt;One of the biggest changes in my journey building nanoLabs is that my definition of "done" has changed.&lt;/p&gt;

&lt;p&gt;Before, I would build a feature, test it myself and think:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It works.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now I'm asking a much harder question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Will it work when five different laboratories start using it?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's a completely different standard.&lt;/p&gt;

&lt;p&gt;nanoLabs is preparing for its first laboratory deployments, and that means I'm thinking less about adding features and more about reliability.&lt;/p&gt;

&lt;p&gt;The focus right now is on the fundamentals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Role permissions and switching&lt;/li&gt;
&lt;li&gt;Test workflows&lt;/li&gt;
&lt;li&gt;Result validation&lt;/li&gt;
&lt;li&gt;Patient result updates&lt;/li&gt;
&lt;li&gt;Auditability&lt;/li&gt;
&lt;li&gt;Database performance&lt;/li&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Error handling&lt;/li&gt;
&lt;li&gt;User experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A system can work perfectly with one test account and still expose serious problems when multiple users interact with it.&lt;/p&gt;

&lt;p&gt;That's why I'm trying to approach this phase less like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"What feature can I build next?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;and more like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"What could go wrong when someone actually depends on this?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That mindset changes how you test software.&lt;/p&gt;

&lt;p&gt;You start thinking about edge cases.&lt;/p&gt;

&lt;p&gt;You start questioning assumptions.&lt;/p&gt;

&lt;p&gt;You start testing workflows instead of individual buttons.&lt;/p&gt;

&lt;p&gt;And most importantly, you start listening to the people who will actually use the product.&lt;/p&gt;

&lt;p&gt;My immediate goal is not to build the biggest laboratory platform in the world.&lt;/p&gt;

&lt;p&gt;It's much simpler:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get nanoLabs into five laboratories, learn from what happens, and make the product better from there.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Five laboratories will probably teach me more about building healthcare software than another hundred hours of coding alone.&lt;/p&gt;

&lt;p&gt;So that's where I'm heading next.&lt;/p&gt;

&lt;p&gt;Less guessing.&lt;/p&gt;

&lt;p&gt;More testing.&lt;/p&gt;

&lt;p&gt;More feedback.&lt;/p&gt;

&lt;p&gt;More iteration.&lt;/p&gt;

&lt;p&gt;And hopefully, the beginning of real-world traction.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Building the Software Was Easier Than Getting People to Trust It</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Fri, 28 Aug 2026 22:46:35 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/building-the-software-was-easier-than-getting-people-to-trust-it-321d</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/building-the-software-was-easier-than-getting-people-to-trust-it-321d</guid>
      <description>&lt;p&gt;Building nanoLabs has taught me that there are two completely different challenges in building a startup.&lt;/p&gt;

&lt;p&gt;The first is technical:&lt;/p&gt;

&lt;p&gt;Can you build the product?&lt;/p&gt;

&lt;p&gt;The second is much harder:&lt;/p&gt;

&lt;p&gt;Can you get real people to trust and use it?&lt;/p&gt;

&lt;p&gt;I'm currently experiencing that transition while building nanoLabs, a Laboratory Information Management System designed for medical laboratories.&lt;/p&gt;

&lt;p&gt;The product is no longer just an idea or a design.&lt;/p&gt;

&lt;p&gt;There is an MVP.&lt;/p&gt;

&lt;p&gt;There are workflows.&lt;/p&gt;

&lt;p&gt;There are different user roles.&lt;/p&gt;

&lt;p&gt;There is a system to test, correct and improve.&lt;/p&gt;

&lt;p&gt;But that is where another type of work begins.&lt;/p&gt;

&lt;p&gt;Software doesn't automatically create trust&lt;/p&gt;

&lt;p&gt;As developers, it's easy to believe that if we build something useful, people will automatically use it.&lt;/p&gt;

&lt;p&gt;Reality is different.&lt;/p&gt;

&lt;p&gt;Potential customers may:&lt;/p&gt;

&lt;p&gt;Ignore your messages.&lt;br&gt;
Be too busy to respond.&lt;br&gt;
Already use another system.&lt;br&gt;
Be skeptical of a new product.&lt;br&gt;
Want to see proof before giving you their trust.&lt;/p&gt;

&lt;p&gt;And in healthcare-related software, trust becomes even more important.&lt;/p&gt;

&lt;p&gt;You're not just asking someone to try a new interface.&lt;/p&gt;

&lt;p&gt;You're asking them to consider changing part of how they work.&lt;/p&gt;

&lt;p&gt;That means the code needs to work, but so does everything around the code:&lt;/p&gt;

&lt;p&gt;The explanation.&lt;br&gt;
The demonstration.&lt;br&gt;
The onboarding.&lt;br&gt;
The support.&lt;br&gt;
The reliability.&lt;br&gt;
And eventually, the results.&lt;br&gt;
What I'm learning now&lt;/p&gt;

&lt;p&gt;My work on nanoLabs is changing.&lt;/p&gt;

&lt;p&gt;I'm still coding, but I'm also testing the system from different user perspectives and preparing it for real-world use.&lt;/p&gt;

&lt;p&gt;I'm learning that the feedback loop cannot come only from me.&lt;/p&gt;

&lt;p&gt;A developer can build based on assumptions for months.&lt;/p&gt;

&lt;p&gt;One real user can point out something you completely missed in five minutes.&lt;/p&gt;

&lt;p&gt;That's why I believe the next phase is just as important as the development phase.&lt;/p&gt;

&lt;p&gt;The goal isn't to say:&lt;/p&gt;

&lt;p&gt;"I built a laboratory management system."&lt;/p&gt;

&lt;p&gt;The goal is to eventually be able to say:&lt;/p&gt;

&lt;p&gt;"Laboratories are using it because it genuinely makes their work better."&lt;/p&gt;

&lt;p&gt;I'm not there yet.&lt;/p&gt;

&lt;p&gt;But that's exactly why I'm building in public.&lt;/p&gt;

&lt;p&gt;To document what happens between the idea and the outcome—the bugs, the unanswered messages, the corrections, the meetings, the lessons and hopefully, eventually, the breakthroughs.&lt;/p&gt;

&lt;p&gt;The code is being written. Now I'm learning how to get it into the real world.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>career</category>
    </item>
    <item>
      <title>From Building the Product to Preparing It for Real Users</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Wed, 26 Aug 2026 22:26:31 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/from-building-the-product-to-preparing-it-for-real-users-1h9n</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/from-building-the-product-to-preparing-it-for-real-users-1h9n</guid>
      <description>&lt;p&gt;There is a big difference between finishing a feature and being ready for real users.&lt;/p&gt;

&lt;p&gt;I'm learning that while building nanoLabs, a Laboratory Information Management System designed around the workflows of medical laboratories.&lt;/p&gt;

&lt;p&gt;At the moment, much of my work is no longer about starting from zero. It is about testing the product as different users, finding what breaks, correcting workflows and asking whether the system is actually ready to be trusted.&lt;/p&gt;

&lt;p&gt;That means looking closely at things like:&lt;/p&gt;

&lt;p&gt;Role-based access and switching&lt;br&gt;
Laboratory test workflows&lt;br&gt;
Result validation and updates&lt;br&gt;
Patient result visibility&lt;br&gt;
Data synchronization&lt;br&gt;
Audit trails and traceability&lt;br&gt;
Authentication and database performance&lt;/p&gt;

&lt;p&gt;A bug in a simple project can be annoying.&lt;/p&gt;

&lt;p&gt;A bug in software designed for real laboratory workflows is different. It forces you to think carefully about reliability, permissions and what happens when multiple people interact with the same data.&lt;/p&gt;

&lt;p&gt;My biggest lesson right now is simple:&lt;/p&gt;

&lt;p&gt;An MVP is not the finish line. Sometimes it is the moment the real work begins.&lt;/p&gt;

&lt;p&gt;I'm continuing to test, correct and refine nanoLabs while preparing to engage potential launch laboratories.&lt;/p&gt;

&lt;p&gt;The code is only one part of building a startup.&lt;/p&gt;

&lt;p&gt;The harder part is turning that code into something people can trust enough to use.&lt;/p&gt;

&lt;p&gt;That is the phase I'm in now.&lt;/p&gt;

&lt;p&gt;Still building. Still testing. Still learning.&lt;/p&gt;

&lt;h1&gt;
  
  
  BuildInPublic #HealthTech #LIMS #SoftwareDevelopment #AfricanTech
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>startup</category>
      <category>buildinpublic</category>
      <category>webapp</category>
    </item>
    <item>
      <title>I Spent Three Weeks Rebuilding My Healthcare Startup Around One Problem</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Tue, 25 Aug 2026 22:26:15 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/i-spent-three-weeks-rebuilding-my-healthcare-startup-around-one-problem-373d</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/i-spent-three-weeks-rebuilding-my-healthcare-startup-around-one-problem-373d</guid>
      <description>&lt;p&gt;After years of changing direction, I finally understood something about my product:&lt;/p&gt;

&lt;p&gt;I didn't need more features.&lt;/p&gt;

&lt;p&gt;I needed more focus.&lt;/p&gt;

&lt;p&gt;The project had gone through several versions.&lt;/p&gt;

&lt;p&gt;It started as an idea called eHealth.&lt;/p&gt;

&lt;p&gt;Then it became a laboratory management system.&lt;/p&gt;

&lt;p&gt;Then I expanded it into a hospital management platform.&lt;/p&gt;

&lt;p&gt;Each version taught me something, but the hospital platform became too broad.&lt;/p&gt;

&lt;p&gt;So I made a difficult product decision.&lt;/p&gt;

&lt;p&gt;I removed things.&lt;/p&gt;

&lt;p&gt;From everything to one problem&lt;/p&gt;

&lt;p&gt;Instead of trying to build software for an entire hospital, I decided to focus on laboratories.&lt;/p&gt;

&lt;p&gt;That gave me a much clearer product scope.&lt;/p&gt;

&lt;p&gt;I could concentrate on laboratory workflows rather than trying to understand every department in a hospital.&lt;/p&gt;

&lt;p&gt;It also changed how I researched.&lt;/p&gt;

&lt;p&gt;I wasn't simply asking:&lt;/p&gt;

&lt;p&gt;What features can I add?&lt;/p&gt;

&lt;p&gt;I started asking:&lt;/p&gt;

&lt;p&gt;What does a laboratory actually need?&lt;/p&gt;

&lt;p&gt;That distinction changed the development process.&lt;/p&gt;

&lt;p&gt;Three weeks of rebuilding&lt;/p&gt;

&lt;p&gt;I spent roughly three weeks locked in on the product.&lt;/p&gt;

&lt;p&gt;I reviewed the architecture.&lt;/p&gt;

&lt;p&gt;I redesigned parts of the UI.&lt;/p&gt;

&lt;p&gt;I reworked workflows.&lt;/p&gt;

&lt;p&gt;I removed unnecessary functionality.&lt;/p&gt;

&lt;p&gt;I researched laboratory operations.&lt;/p&gt;

&lt;p&gt;I tested what I had built.&lt;/p&gt;

&lt;p&gt;And I used AI as part of my development workflow to accelerate parts of the process while still reviewing and validating the output myself.&lt;/p&gt;

&lt;p&gt;The goal wasn't to create a perfect system.&lt;/p&gt;

&lt;p&gt;It was to create a usable MVP.&lt;/p&gt;

&lt;p&gt;That distinction is important.&lt;/p&gt;

&lt;p&gt;A product can stay in development forever if you believe every feature needs to be perfect before anyone sees it.&lt;/p&gt;

&lt;p&gt;At some point, you need real users to tell you what you're getting wrong.&lt;/p&gt;

&lt;p&gt;The MVP was finally ready for its real test&lt;/p&gt;

&lt;p&gt;By the end of those three weeks, I had something I was comfortable putting in front of laboratories.&lt;/p&gt;

&lt;p&gt;Not a finished company.&lt;/p&gt;

&lt;p&gt;Not a perfect product.&lt;/p&gt;

&lt;p&gt;Not a massive healthcare platform.&lt;/p&gt;

&lt;p&gt;An MVP.&lt;/p&gt;

&lt;p&gt;And that was enough.&lt;/p&gt;

&lt;p&gt;Because the next stage wasn't about writing another thousand lines of code.&lt;/p&gt;

&lt;p&gt;It was about validation.&lt;/p&gt;

&lt;p&gt;Would laboratory directors understand the problem?&lt;/p&gt;

&lt;p&gt;Would they trust the system?&lt;/p&gt;

&lt;p&gt;Would they be willing to try it?&lt;/p&gt;

&lt;p&gt;Would the workflows actually fit the realities of Cameroonian laboratories?&lt;/p&gt;

&lt;p&gt;Those were questions that code alone couldn't answer.&lt;/p&gt;

&lt;p&gt;So I stopped hiding behind development.&lt;/p&gt;

&lt;p&gt;The next part of the journey would require something I hadn't done much of before:&lt;/p&gt;

&lt;p&gt;Going out and asking people to use what I had built.&lt;/p&gt;

&lt;p&gt;That was when building nanoLabs stopped being purely a development project and started becoming a startup experiment.&lt;/p&gt;

</description>
      <category>product</category>
      <category>software</category>
      <category>startup</category>
    </item>
    <item>
      <title>Why I Stopped Trying to Build Everything</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Mon, 24 Aug 2026 22:17:20 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/why-i-stopped-trying-to-build-everything-1eln</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/why-i-stopped-trying-to-build-everything-1eln</guid>
      <description>&lt;p&gt;One of the biggest mistakes I made while building my healthcare software was believing that more features automatically meant more value.&lt;/p&gt;

&lt;p&gt;At one point, I was building a hospital management platform.&lt;/p&gt;

&lt;p&gt;It had multiple user roles.&lt;/p&gt;

&lt;p&gt;Different departments.&lt;/p&gt;

&lt;p&gt;Different workflows.&lt;/p&gt;

&lt;p&gt;And a growing number of ideas.&lt;/p&gt;

&lt;p&gt;Technically, it was exciting.&lt;/p&gt;

&lt;p&gt;Product-wise, it was becoming a problem.&lt;/p&gt;

&lt;p&gt;A bigger product gave me a bigger problem&lt;/p&gt;

&lt;p&gt;The more I researched hospitals, the more I realized how much I didn't know.&lt;/p&gt;

&lt;p&gt;A hospital isn't one system.&lt;/p&gt;

&lt;p&gt;It's a collection of many complex systems and workflows.&lt;/p&gt;

&lt;p&gt;You have:&lt;/p&gt;

&lt;p&gt;Clinical workflows&lt;br&gt;
Nursing workflows&lt;br&gt;
Laboratory workflows&lt;br&gt;
Patient management&lt;br&gt;
Administration&lt;br&gt;
Finance&lt;br&gt;
Reporting&lt;br&gt;
Inventory&lt;/p&gt;

&lt;p&gt;Each one can become an entire product on its own.&lt;/p&gt;

&lt;p&gt;And I was trying to build around all of them.&lt;/p&gt;

&lt;p&gt;That meant constantly making assumptions.&lt;/p&gt;

&lt;p&gt;The more I added, the more assumptions I had to make.&lt;/p&gt;

&lt;p&gt;Eventually, I stopped and asked:&lt;/p&gt;

&lt;p&gt;What problem do I understand best?&lt;/p&gt;

&lt;p&gt;For me, the answer was laboratories.&lt;/p&gt;

&lt;p&gt;Going smaller gave the product direction&lt;/p&gt;

&lt;p&gt;The decision was simple.&lt;/p&gt;

&lt;p&gt;I removed the goal of immediately building for the entire hospital.&lt;/p&gt;

&lt;p&gt;I focused on the laboratory.&lt;/p&gt;

&lt;p&gt;That gave me a much clearer product direction.&lt;/p&gt;

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

&lt;p&gt;How do I build software for every hospital department?&lt;/p&gt;

&lt;p&gt;I started asking:&lt;/p&gt;

&lt;p&gt;How does a laboratory actually operate?&lt;/p&gt;

&lt;p&gt;What happens when a patient arrives?&lt;/p&gt;

&lt;p&gt;How are tests requested?&lt;/p&gt;

&lt;p&gt;How do samples move through the workflow?&lt;/p&gt;

&lt;p&gt;How are results entered, reviewed and released?&lt;/p&gt;

&lt;p&gt;What information does the laboratory staff actually need?&lt;/p&gt;

&lt;p&gt;These questions were more specific.&lt;/p&gt;

&lt;p&gt;And because they were more specific, I could research them better.&lt;/p&gt;

&lt;p&gt;Focus is not a lack of ambition&lt;/p&gt;

&lt;p&gt;At first, narrowing the product felt like reducing the size of my ambition.&lt;/p&gt;

&lt;p&gt;Now I see it differently.&lt;/p&gt;

&lt;p&gt;Focus is what makes ambition executable.&lt;/p&gt;

&lt;p&gt;A focused product can:&lt;/p&gt;

&lt;p&gt;Reach users faster&lt;br&gt;
Be easier to test&lt;br&gt;
Receive clearer feedback&lt;br&gt;
Solve a specific problem properly&lt;br&gt;
Avoid unnecessary features&lt;br&gt;
Develop a stronger product identity&lt;/p&gt;

&lt;p&gt;That decision became one of the foundations of what is now nanoLabs.&lt;/p&gt;

&lt;p&gt;The hospital platform I had imagined wasn't necessarily a bad idea.&lt;/p&gt;

&lt;p&gt;It was simply too broad for where I was at the time.&lt;/p&gt;

&lt;p&gt;I needed to understand one problem deeply before trying to solve ten.&lt;/p&gt;

&lt;p&gt;So I chose the laboratory.&lt;/p&gt;

&lt;p&gt;That decision changed the product.&lt;/p&gt;

&lt;p&gt;It changed my research.&lt;/p&gt;

&lt;p&gt;It changed the market I was targeting.&lt;/p&gt;

&lt;p&gt;And eventually, it gave the project a new identity.&lt;/p&gt;

&lt;p&gt;nanoLabs was beginning to exist.&lt;/p&gt;

&lt;p&gt;The next challenge was turning that clearer idea into something people could actually recognize, use and eventually trust.&lt;/p&gt;

</description>
      <category>product</category>
      <category>software</category>
      <category>startup</category>
    </item>
    <item>
      <title>The Most Important Product Decision I Made Was Removing Features</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Sun, 23 Aug 2026 22:20:43 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/the-most-important-product-decision-i-made-was-removing-features-2li9</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/the-most-important-product-decision-i-made-was-removing-features-2li9</guid>
      <description>&lt;p&gt;For a long time, I thought building a bigger product meant building a better product.&lt;/p&gt;

&lt;p&gt;More roles.&lt;/p&gt;

&lt;p&gt;More features.&lt;/p&gt;

&lt;p&gt;More users.&lt;/p&gt;

&lt;p&gt;More institutions.&lt;/p&gt;

&lt;p&gt;More possibilities.&lt;/p&gt;

&lt;p&gt;After my GCE Advanced Level examinations ended in July 2026, I returned to my healthcare software project with that mindset beginning to change.&lt;/p&gt;

&lt;p&gt;The project had already gone through several versions.&lt;/p&gt;

&lt;p&gt;It had started as eHealth.&lt;/p&gt;

&lt;p&gt;It later became a laboratory management system.&lt;/p&gt;

&lt;p&gt;Then I expanded the idea into a much larger hospital management platform.&lt;/p&gt;

&lt;p&gt;Technically, I was building more than ever before.&lt;/p&gt;

&lt;p&gt;But I had a problem.&lt;/p&gt;

&lt;p&gt;I was trying to solve too much at once.&lt;/p&gt;

&lt;p&gt;A hospital is a huge problem space&lt;/p&gt;

&lt;p&gt;The more I researched, the more obvious it became.&lt;/p&gt;

&lt;p&gt;A hospital is not one workflow.&lt;/p&gt;

&lt;p&gt;It is an ecosystem of workflows.&lt;/p&gt;

&lt;p&gt;Doctors have their own needs.&lt;/p&gt;

&lt;p&gt;Nurses have different responsibilities.&lt;/p&gt;

&lt;p&gt;Laboratories operate differently.&lt;/p&gt;

&lt;p&gt;Administration has its own processes.&lt;/p&gt;

&lt;p&gt;Patients interact with the system differently.&lt;/p&gt;

&lt;p&gt;Finance introduces another layer.&lt;/p&gt;

&lt;p&gt;Trying to build everything at once meant constantly making assumptions about problems I didn't fully understand.&lt;/p&gt;

&lt;p&gt;So I asked myself a simpler question:&lt;/p&gt;

&lt;p&gt;Where do I have the clearest connection to the problem?&lt;/p&gt;

&lt;p&gt;The answer was the laboratory.&lt;/p&gt;

&lt;p&gt;My original experience as a patient had included a laboratory visit.&lt;/p&gt;

&lt;p&gt;My uncle had later given me insight into laboratory operations.&lt;/p&gt;

&lt;p&gt;I had already attempted to build software specifically for a laboratory.&lt;/p&gt;

&lt;p&gt;There was a thread running through the entire journey.&lt;/p&gt;

&lt;p&gt;I had just spent too long trying to make the problem bigger than it needed to be.&lt;/p&gt;

&lt;p&gt;I decided to reduce the scope&lt;/p&gt;

&lt;p&gt;Instead of building for every department in a hospital, I decided to focus on laboratories.&lt;/p&gt;

&lt;p&gt;That meant removing features.&lt;/p&gt;

&lt;p&gt;Removing roles.&lt;/p&gt;

&lt;p&gt;Removing workflows that didn't belong to the core problem.&lt;/p&gt;

&lt;p&gt;And honestly, that was one of the most important decisions I made.&lt;/p&gt;

&lt;p&gt;Because reducing scope didn't make the project less ambitious.&lt;/p&gt;

&lt;p&gt;It made the ambition clearer.&lt;/p&gt;

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

&lt;p&gt;“How can I digitize an entire hospital?”&lt;/p&gt;

&lt;p&gt;I could now ask more specific questions:&lt;/p&gt;

&lt;p&gt;“How does a laboratory manage patients?”&lt;/p&gt;

&lt;p&gt;“How does a test move through the workflow?”&lt;/p&gt;

&lt;p&gt;“Who needs access to what?”&lt;/p&gt;

&lt;p&gt;“How can results be managed more efficiently?”&lt;/p&gt;

&lt;p&gt;“What information does the laboratory actually need?”&lt;/p&gt;

&lt;p&gt;These were better questions.&lt;/p&gt;

&lt;p&gt;And better questions led to better decisions.&lt;/p&gt;

&lt;p&gt;Focus became a feature&lt;/p&gt;

&lt;p&gt;One thing I have learned from this project is that focus is not the absence of ambition.&lt;/p&gt;

&lt;p&gt;Sometimes, focus is how ambition becomes useful.&lt;/p&gt;

&lt;p&gt;A smaller market can be easier to understand.&lt;/p&gt;

&lt;p&gt;A narrower workflow can be easier to validate.&lt;/p&gt;

&lt;p&gt;A specific user group can give better feedback.&lt;/p&gt;

&lt;p&gt;And a focused MVP can reach the real world faster than a giant platform that tries to do everything.&lt;/p&gt;

&lt;p&gt;That decision changed the direction of my project.&lt;/p&gt;

&lt;p&gt;I began rebuilding with a clearer purpose.&lt;/p&gt;

&lt;p&gt;The hospital platform was slowly disappearing.&lt;/p&gt;

&lt;p&gt;In its place, something more focused was emerging.&lt;/p&gt;

&lt;p&gt;A laboratory management system designed around the workflows I had spent years gradually learning about.&lt;/p&gt;

&lt;p&gt;And this time, the project finally had a name that matched where the journey was going.&lt;/p&gt;

&lt;p&gt;nanoLabs.&lt;/p&gt;

&lt;p&gt;But choosing a name and building an MVP was only the beginning.&lt;/p&gt;

&lt;p&gt;The next challenge was much harder.&lt;/p&gt;

&lt;p&gt;Would anyone actually use it?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>When Someone Doubted That I Had Built My Own Software</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Sat, 22 Aug 2026 22:38:41 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/when-someone-doubted-that-i-had-built-my-own-software-42oe</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/when-someone-doubted-that-i-had-built-my-own-software-42oe</guid>
      <description>&lt;p&gt;One of the strangest parts of building as a young developer is realizing that sometimes, people don't doubt your product first.&lt;/p&gt;

&lt;p&gt;They doubt you.&lt;/p&gt;

&lt;p&gt;After spending months building and rebuilding a healthcare platform, I finally had someone willing to help me take the idea to potential clients.&lt;/p&gt;

&lt;p&gt;For me, that was a major step forward.&lt;/p&gt;

&lt;p&gt;Until then, most of the journey had happened alone.&lt;/p&gt;

&lt;p&gt;I built.&lt;/p&gt;

&lt;p&gt;I researched.&lt;/p&gt;

&lt;p&gt;I redesigned.&lt;/p&gt;

&lt;p&gt;I fixed bugs.&lt;/p&gt;

&lt;p&gt;And I kept trying to turn an idea that started after a hospital experience into something that could eventually be used by real healthcare institutions.&lt;/p&gt;

&lt;p&gt;Then we found a potential opportunity with a hospital in Limbe.&lt;/p&gt;

&lt;p&gt;But before we even got to the meeting, my marketer learned that the hospital already had a digital system.&lt;/p&gt;

&lt;p&gt;That immediately created doubt.&lt;/p&gt;

&lt;p&gt;And eventually, the doubt became bigger.&lt;/p&gt;

&lt;p&gt;He started questioning whether the project I was showing him was really something I had built myself.&lt;/p&gt;

&lt;p&gt;My GitHub became part of my evidence&lt;/p&gt;

&lt;p&gt;I didn't argue.&lt;/p&gt;

&lt;p&gt;I opened my GitHub.&lt;/p&gt;

&lt;p&gt;The commit history showed something I couldn't explain in a single presentation:&lt;/p&gt;

&lt;p&gt;time.&lt;/p&gt;

&lt;p&gt;The project had not appeared overnight.&lt;/p&gt;

&lt;p&gt;There were commits from different periods.&lt;/p&gt;

&lt;p&gt;Changes.&lt;/p&gt;

&lt;p&gt;Updates.&lt;/p&gt;

&lt;p&gt;Different versions of the idea.&lt;/p&gt;

&lt;p&gt;The history reflected what I had been doing for years: building, learning, stopping, returning and improving.&lt;/p&gt;

&lt;p&gt;I showed him.&lt;/p&gt;

&lt;p&gt;Not because GitHub commits are perfect proof of who wrote every line of code.&lt;/p&gt;

&lt;p&gt;They aren't.&lt;/p&gt;

&lt;p&gt;But because the history showed that this project had a journey.&lt;/p&gt;

&lt;p&gt;It had evolved.&lt;/p&gt;

&lt;p&gt;It had existed long before this particular conversation.&lt;/p&gt;

&lt;p&gt;And as a young developer, that mattered to me.&lt;/p&gt;

&lt;p&gt;When people look at your age first, sometimes you feel like you have to work twice as hard just to be taken seriously.&lt;/p&gt;

&lt;p&gt;But proof doesn't always remove doubt&lt;/p&gt;

&lt;p&gt;This was another difficult lesson.&lt;/p&gt;

&lt;p&gt;Sometimes you can show someone the evidence.&lt;/p&gt;

&lt;p&gt;You can explain the process.&lt;/p&gt;

&lt;p&gt;You can answer their questions.&lt;/p&gt;

&lt;p&gt;And they may still have doubts.&lt;/p&gt;

&lt;p&gt;You cannot force someone to believe in you.&lt;/p&gt;

&lt;p&gt;Over time, the messages became less frequent.&lt;/p&gt;

&lt;p&gt;I reached out.&lt;/p&gt;

&lt;p&gt;I sent updates.&lt;/p&gt;

&lt;p&gt;I tried to keep the conversation alive.&lt;/p&gt;

&lt;p&gt;Eventually, the person who had once been excited about helping me take the project to market stopped responding.&lt;/p&gt;

&lt;p&gt;For a while, it felt like everything had collapsed again.&lt;/p&gt;

&lt;p&gt;I had a product.&lt;/p&gt;

&lt;p&gt;I had prepared presentations.&lt;/p&gt;

&lt;p&gt;I had a potential direction.&lt;/p&gt;

&lt;p&gt;Then I was back to being alone with the project.&lt;/p&gt;

&lt;p&gt;What I learned about building in public&lt;/p&gt;

&lt;p&gt;Looking back, I think this experience is one reason I now believe in documenting my journey.&lt;/p&gt;

&lt;p&gt;If your work only exists behind closed doors, people only see the final product.&lt;/p&gt;

&lt;p&gt;They don't see:&lt;/p&gt;

&lt;p&gt;The first broken prototype&lt;br&gt;
The old screenshots&lt;br&gt;
The redesigns&lt;br&gt;
The failed ideas&lt;br&gt;
The commits&lt;br&gt;
The late-night debugging&lt;br&gt;
The versions you abandoned&lt;br&gt;
The lessons that changed your direction&lt;/p&gt;

&lt;p&gt;Documentation creates a record.&lt;/p&gt;

&lt;p&gt;Not just of success.&lt;/p&gt;

&lt;p&gt;Of process.&lt;/p&gt;

&lt;p&gt;And I think that matters, especially for young developers.&lt;/p&gt;

&lt;p&gt;I'm still learning this.&lt;/p&gt;

&lt;p&gt;I don't have everything figured out.&lt;/p&gt;

&lt;p&gt;But if someone doubts what I built today, I don't need to convince everyone.&lt;/p&gt;

&lt;p&gt;I just need to keep building.&lt;/p&gt;

&lt;p&gt;Over time, the work becomes part of the evidence.&lt;/p&gt;

&lt;p&gt;My GCE Advanced Level exams were approaching, so I had to put the project aside again.&lt;/p&gt;

&lt;p&gt;At the time, I thought that was another ending.&lt;/p&gt;

&lt;p&gt;I didn't know that when I returned after my exams, I would come back with a completely different understanding of the problem.&lt;/p&gt;

&lt;p&gt;And that one decision would eventually change everything.&lt;/p&gt;

&lt;p&gt;I would stop trying to solve the whole hospital.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The First Time I Tried to Take My Software Beyond My Laptop</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Fri, 21 Aug 2026 22:23:06 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/the-first-time-i-tried-to-take-my-software-beyond-my-laptop-1o36</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/the-first-time-i-tried-to-take-my-software-beyond-my-laptop-1o36</guid>
      <description>&lt;p&gt;There is a big difference between building software and trying to get someone to use it.&lt;/p&gt;

&lt;p&gt;I was beginning to learn that.&lt;/p&gt;

&lt;p&gt;By 2026, the healthcare project I had started years earlier had gone through several versions. What began as a simple idea inspired by my experience as a patient had evolved into something much bigger: a hospital management platform with multiple roles and workflows.&lt;/p&gt;

&lt;p&gt;I had spent a lot of time building.&lt;/p&gt;

&lt;p&gt;But most of that work had happened behind a screen.&lt;/p&gt;

&lt;p&gt;Then I met someone who changed the next part of the journey.&lt;/p&gt;

&lt;p&gt;I could build, but I couldn't do everything alone&lt;/p&gt;

&lt;p&gt;One day, while I was at a friend's tech shop, I met a marketer.&lt;/p&gt;

&lt;p&gt;We started talking.&lt;/p&gt;

&lt;p&gt;I explained what I had been building and why I believed it could make a difference.&lt;/p&gt;

&lt;p&gt;To my surprise, he liked the idea.&lt;/p&gt;

&lt;p&gt;More importantly, he believed enough in what I was doing to offer to help me market it.&lt;/p&gt;

&lt;p&gt;That was important to me because I was starting to understand something that many developers eventually learn:&lt;/p&gt;

&lt;p&gt;Building the product is only one part of building a company.&lt;/p&gt;

&lt;p&gt;You can write the code.&lt;/p&gt;

&lt;p&gt;You can design the interface.&lt;/p&gt;

&lt;p&gt;You can fix the bugs.&lt;/p&gt;

&lt;p&gt;You can deploy the application.&lt;/p&gt;

&lt;p&gt;But eventually, someone has to know it exists.&lt;/p&gt;

&lt;p&gt;Someone has to understand why it matters.&lt;/p&gt;

&lt;p&gt;Someone has to decide to trust you.&lt;/p&gt;

&lt;p&gt;Those are completely different challenges.&lt;/p&gt;

&lt;p&gt;So I started preparing.&lt;/p&gt;

&lt;p&gt;Preparing for the real world&lt;/p&gt;

&lt;p&gt;I worked on a presentation.&lt;/p&gt;

&lt;p&gt;I did more research.&lt;/p&gt;

&lt;p&gt;I tried to understand the healthcare market better.&lt;/p&gt;

&lt;p&gt;And I started preparing for conversations with potential clients.&lt;/p&gt;

&lt;p&gt;At that point, I thought I was ready.&lt;/p&gt;

&lt;p&gt;But looking back, I was still making one mistake.&lt;/p&gt;

&lt;p&gt;I had built a lot of the product based on:&lt;/p&gt;

&lt;p&gt;My personal experience as a patient&lt;br&gt;
Online research&lt;br&gt;
Reading about healthcare technology&lt;br&gt;
AI-assisted exploration&lt;br&gt;
My own assumptions about how the system should work&lt;/p&gt;

&lt;p&gt;I had information.&lt;/p&gt;

&lt;p&gt;But information is not the same as experience.&lt;/p&gt;

&lt;p&gt;I still didn't fully understand every internal workflow of the institutions I wanted to serve.&lt;/p&gt;

&lt;p&gt;That would become important very quickly.&lt;/p&gt;

&lt;p&gt;Then we found a potential client&lt;/p&gt;

&lt;p&gt;My marketer helped create an opportunity with a hospital in Limbe.&lt;/p&gt;

&lt;p&gt;For me, this felt like the moment the project could finally leave my laptop.&lt;/p&gt;

&lt;p&gt;I had spent so much time imagining the system being used.&lt;/p&gt;

&lt;p&gt;Now there was a possibility of showing it to a real healthcare institution.&lt;/p&gt;

&lt;p&gt;I was excited.&lt;/p&gt;

&lt;p&gt;I thought this could be the beginning of everything.&lt;/p&gt;

&lt;p&gt;But before we even got to the meeting, my marketer learned something from someone connected to the hospital.&lt;/p&gt;

&lt;p&gt;They already had a system.&lt;/p&gt;

&lt;p&gt;That information changed the atmosphere.&lt;/p&gt;

&lt;p&gt;Almost immediately, the question became:&lt;/p&gt;

&lt;p&gt;Why would they need mine?&lt;/p&gt;

&lt;p&gt;It was a simple question.&lt;/p&gt;

&lt;p&gt;But it exposed a problem I hadn't fully prepared for.&lt;/p&gt;

&lt;p&gt;I knew how to explain what I had built.&lt;/p&gt;

&lt;p&gt;I hadn't yet learned how to clearly explain why someone should switch from what they were already using.&lt;/p&gt;

&lt;p&gt;That is a product problem.&lt;/p&gt;

&lt;p&gt;A business problem.&lt;/p&gt;

&lt;p&gt;And a market problem.&lt;/p&gt;

&lt;p&gt;Not a coding problem.&lt;/p&gt;

&lt;p&gt;A lesson I still carry with me&lt;/p&gt;

&lt;p&gt;That experience taught me that a good product isn't automatically a competitive product.&lt;/p&gt;

&lt;p&gt;Before approaching a client, you need to understand:&lt;/p&gt;

&lt;p&gt;What they currently use&lt;br&gt;
What they dislike about it&lt;br&gt;
What still works well&lt;br&gt;
What problems remain unsolved&lt;br&gt;
Why changing systems would be worth the effort&lt;br&gt;
What makes your solution genuinely different&lt;/p&gt;

&lt;p&gt;Building first and asking these questions later is expensive.&lt;/p&gt;

&lt;p&gt;I didn't fully understand that then.&lt;/p&gt;

&lt;p&gt;I was still learning.&lt;/p&gt;

&lt;p&gt;And unfortunately, this potential opportunity didn't end the way I had hoped.&lt;/p&gt;

&lt;p&gt;The doubt started growing.&lt;/p&gt;

&lt;p&gt;My marketer began questioning whether I had truly built the project myself.&lt;/p&gt;

&lt;p&gt;I showed him my GitHub history and commits to prove that this had been a journey I had been working on for years.&lt;/p&gt;

&lt;p&gt;But sometimes, evidence doesn't change someone's mind once doubt has already taken hold.&lt;/p&gt;

&lt;p&gt;Soon, the person I thought would help me take the project to market stopped responding.&lt;/p&gt;

&lt;p&gt;And for the first time, I started asking myself a difficult question.&lt;/p&gt;

&lt;p&gt;What if this entire project was going nowhere?&lt;/p&gt;

&lt;p&gt;But sometimes, a setback forces you to stop.&lt;/p&gt;

&lt;p&gt;And sometimes, stopping is exactly what gives you the perspective you were missing.&lt;/p&gt;

&lt;p&gt;I didn't know it yet.&lt;/p&gt;

&lt;p&gt;But the next time I returned to this idea, I would make one of the most important decisions of the entire journey.&lt;/p&gt;

&lt;p&gt;I would stop trying to solve the whole hospital.&lt;/p&gt;

&lt;p&gt;And I would focus on one place.&lt;/p&gt;

&lt;p&gt;The laboratory.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>buildinpublic</category>
      <category>techteen</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I Rebuilt My Laboratory System Into a Hospital Management Platform — And Learned That Bigger Isn't Always Better</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Thu, 20 Aug 2026 22:46:55 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/i-rebuilt-my-laboratory-system-into-a-hospital-management-platform-and-learned-that-bigger-isnt-k2f</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/i-rebuilt-my-laboratory-system-into-a-hospital-management-platform-and-learned-that-bigger-isnt-k2f</guid>
      <description>&lt;p&gt;During the Easter break of 2026, I returned to a project I had already paused twice.&lt;/p&gt;

&lt;p&gt;The first version had started as &lt;strong&gt;eHealth&lt;/strong&gt;, inspired by my experience as a patient in a public hospital in Cameroon.&lt;/p&gt;

&lt;p&gt;Later, the idea became a laboratory management system after I got the opportunity to understand the problem from a different perspective.&lt;/p&gt;

&lt;p&gt;Then my GCE Advanced Level examinations and circumstances around the onboarding process forced me to pause again.&lt;/p&gt;

&lt;p&gt;But I couldn't leave it there.&lt;/p&gt;

&lt;p&gt;So I opened the project again.&lt;/p&gt;

&lt;p&gt;This time, I decided to think bigger.&lt;/p&gt;

&lt;h2&gt;
  
  
  Back to the original idea
&lt;/h2&gt;

&lt;p&gt;My first idea had always been connected to hospitals.&lt;/p&gt;

&lt;p&gt;So when I returned to the project, I started rebuilding it as a &lt;strong&gt;hospital management platform&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The idea was ambitious.&lt;/p&gt;

&lt;p&gt;Instead of creating a system for one laboratory, I started imagining a platform where multiple hospitals could have their own digital environments.&lt;/p&gt;

&lt;p&gt;Different users.&lt;/p&gt;

&lt;p&gt;Different roles.&lt;/p&gt;

&lt;p&gt;Different workflows.&lt;/p&gt;

&lt;p&gt;Patients, doctors, nurses, laboratory staff and administrators could all have their place in the system.&lt;/p&gt;

&lt;p&gt;Technically, it was the biggest project I had ever attempted.&lt;/p&gt;

&lt;p&gt;And honestly, I was excited.&lt;/p&gt;

&lt;p&gt;I had more experience than when I built my first version in Flutter.&lt;/p&gt;

&lt;p&gt;I understood software development better.&lt;/p&gt;

&lt;p&gt;I had better tools available.&lt;/p&gt;

&lt;p&gt;And AI also helped me move faster through parts of the development process.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI helped me build faster, but it didn't make the decisions for me
&lt;/h2&gt;

&lt;p&gt;AI was becoming an important part of my workflow.&lt;/p&gt;

&lt;p&gt;It helped me explore ideas, understand unfamiliar concepts and move faster through repetitive parts of development.&lt;/p&gt;

&lt;p&gt;But I still had to make the important decisions.&lt;/p&gt;

&lt;p&gt;I reviewed what was being built.&lt;/p&gt;

&lt;p&gt;I handled sensitive parts carefully.&lt;/p&gt;

&lt;p&gt;I tested workflows.&lt;/p&gt;

&lt;p&gt;And I kept asking myself whether the system actually made sense.&lt;/p&gt;

&lt;p&gt;That was important because a large healthcare platform can quickly become complicated.&lt;/p&gt;

&lt;p&gt;Adding more features doesn't automatically create more value.&lt;/p&gt;

&lt;p&gt;Sometimes, it just creates more things that can break.&lt;/p&gt;

&lt;h2&gt;
  
  
  The temptation to solve everything
&lt;/h2&gt;

&lt;p&gt;At that point, I was thinking about a lot of possibilities.&lt;/p&gt;

&lt;p&gt;Multiple hospitals.&lt;/p&gt;

&lt;p&gt;More users.&lt;/p&gt;

&lt;p&gt;More workflows.&lt;/p&gt;

&lt;p&gt;More features.&lt;/p&gt;

&lt;p&gt;A bigger market.&lt;/p&gt;

&lt;p&gt;And, of course, a bigger business opportunity.&lt;/p&gt;

&lt;p&gt;But there was a problem I hadn't fully understood yet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trying to solve everything can make it harder to solve anything well.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I was building something increasingly large before I had completely validated what part of the healthcare system I was best positioned to understand and serve.&lt;/p&gt;

&lt;p&gt;The platform was growing.&lt;/p&gt;

&lt;p&gt;But I was still learning.&lt;/p&gt;

&lt;p&gt;I didn't know it at the time, but I would eventually have to make a difficult product decision.&lt;/p&gt;

&lt;p&gt;I would have to reduce the scope.&lt;/p&gt;

&lt;p&gt;Not because the hospital idea was impossible.&lt;/p&gt;

&lt;p&gt;But because focus can sometimes be more powerful than ambition.&lt;/p&gt;

&lt;p&gt;That lesson would eventually lead me back to laboratories.&lt;/p&gt;

&lt;p&gt;And that decision would give the project a name that has now become a central part of my journey:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;nanoLabs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But before that happened, there was another chapter.&lt;/p&gt;

&lt;p&gt;Another meeting.&lt;/p&gt;

&lt;p&gt;Another attempt to take the idea beyond my laptop.&lt;/p&gt;

&lt;p&gt;And another lesson waiting for me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The next chapter was where the real test began.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>The Second Time I Had to Pause a Project I Believed In</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Wed, 19 Aug 2026 21:08:17 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/the-second-time-i-had-to-pause-a-project-i-believed-in-gf9</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/the-second-time-i-had-to-pause-a-project-i-believed-in-gf9</guid>
      <description>&lt;p&gt;One of the hardest things about building personal projects is learning that technical progress isn't the only thing that determines whether a product moves forward.&lt;/p&gt;

&lt;p&gt;You can write the code.&lt;/p&gt;

&lt;p&gt;You can fix the bugs.&lt;/p&gt;

&lt;p&gt;You can improve the workflow.&lt;/p&gt;

&lt;p&gt;You can get closer to deployment.&lt;/p&gt;

&lt;p&gt;And still have to stop.&lt;/p&gt;

&lt;p&gt;That happened to me with my first serious laboratory management system.&lt;/p&gt;

&lt;p&gt;After building an initial version for my uncle's laboratory and receiving feedback that helped me better understand real laboratory operations, the system was improving.&lt;/p&gt;

&lt;p&gt;I had a clearer direction.&lt;/p&gt;

&lt;p&gt;The goal was to onboard the laboratory and continue improving the product based on real-world usage.&lt;/p&gt;

&lt;p&gt;But the timing changed.&lt;/p&gt;

&lt;p&gt;My GCE Advanced Level examinations were approaching, and the post-electoral insecurity also made the onboarding process difficult.&lt;/p&gt;

&lt;p&gt;The project had to pause.&lt;/p&gt;

&lt;p&gt;Progress isn't always technical&lt;/p&gt;

&lt;p&gt;As developers, we often measure progress through things we can see:&lt;/p&gt;

&lt;p&gt;Features completed&lt;br&gt;
Bugs fixed&lt;br&gt;
Commits pushed&lt;br&gt;
Screens redesigned&lt;br&gt;
Systems deployed&lt;/p&gt;

&lt;p&gt;But products exist outside the codebase.&lt;/p&gt;

&lt;p&gt;A project can be technically ready while the people, timing or environment around it are not.&lt;/p&gt;

&lt;p&gt;That was an important lesson for me.&lt;/p&gt;

&lt;p&gt;At the time, pausing felt like failure.&lt;/p&gt;

&lt;p&gt;I had already gone through one healthcare project that I couldn't continue. Now, just when this new laboratory system was beginning to feel more real, I had to put it aside too.&lt;/p&gt;

&lt;p&gt;But looking back, I understand that the pause gave me something important:&lt;/p&gt;

&lt;p&gt;distance.&lt;/p&gt;

&lt;p&gt;When you're building every day, it's easy to become attached to your decisions.&lt;/p&gt;

&lt;p&gt;A pause can give you time to see the product differently.&lt;/p&gt;

&lt;p&gt;By the time I returned to the project, I wasn't thinking exactly the same way anymore.&lt;/p&gt;

&lt;p&gt;My skills had improved.&lt;/p&gt;

&lt;p&gt;My understanding had improved.&lt;/p&gt;

&lt;p&gt;And most importantly, my ambition for the product had changed.&lt;/p&gt;

&lt;p&gt;The system was no longer just becoming something I wanted to build for one laboratory.&lt;/p&gt;

&lt;p&gt;I was beginning to ask a much bigger question:&lt;/p&gt;

&lt;p&gt;What if this could work for many?&lt;/p&gt;

&lt;p&gt;That question would eventually lead me back to the project.&lt;/p&gt;

&lt;p&gt;But not in the way I originally expected.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>I Built a Laboratory Management System Before I Fully Understood the Laboratory</title>
      <dc:creator>Mangi Lerine Laslie JR</dc:creator>
      <pubDate>Tue, 18 Aug 2026 22:36:46 +0000</pubDate>
      <link>https://dev.to/mangi_lerinelasliejr_96/i-built-a-laboratory-management-system-before-i-fully-understood-the-laboratory-188a</link>
      <guid>https://dev.to/mangi_lerinelasliejr_96/i-built-a-laboratory-management-system-before-i-fully-understood-the-laboratory-188a</guid>
      <description>&lt;p&gt;The first time I tried building healthcare software, I was solving a problem from the perspective of a patient.&lt;/p&gt;

&lt;p&gt;This time was different.&lt;/p&gt;

&lt;p&gt;My uncle owns one of the biggest medical laboratories in Cameroon, and after one of our conversations about his work, I started looking at the problem from a completely different perspective.&lt;/p&gt;

&lt;p&gt;I had already gained considerably more experience as a developer.&lt;/p&gt;

&lt;p&gt;I had worked with real products, learned from other developers and become more comfortable with modern application development.&lt;/p&gt;

&lt;p&gt;So I decided to build him a system.&lt;/p&gt;

&lt;p&gt;This wasn't another small experiment.&lt;/p&gt;

&lt;p&gt;I wanted to build something his laboratory could actually use.&lt;/p&gt;

&lt;p&gt;I started building with React and Firebase. I implemented authentication and began creating different roles and workflows for the people who would interact with the system.&lt;/p&gt;

&lt;p&gt;The more I built, the more excited I became.&lt;/p&gt;

&lt;p&gt;I remember looking at the application and thinking:&lt;/p&gt;

&lt;p&gt;This could actually work.&lt;/p&gt;

&lt;p&gt;But I was still making an important mistake.&lt;/p&gt;

&lt;p&gt;I knew how to build software.&lt;/p&gt;

&lt;p&gt;I didn't yet understand the laboratory well enough.&lt;/p&gt;

&lt;p&gt;The difference between building software and solving a problem&lt;/p&gt;

&lt;p&gt;From the outside, a laboratory workflow can appear simple:&lt;/p&gt;

&lt;p&gt;Patient → Test → Result.&lt;/p&gt;

&lt;p&gt;But that's nowhere near the full picture.&lt;/p&gt;

&lt;p&gt;There are people involved in registration, sample collection, testing, result entry, verification, approval, reporting, inventory and administration.&lt;/p&gt;

&lt;p&gt;Different people have different responsibilities.&lt;/p&gt;

&lt;p&gt;Different actions require different permissions.&lt;/p&gt;

&lt;p&gt;And a system that ignores those realities can become more of a burden than a solution.&lt;/p&gt;

&lt;p&gt;My uncle helped me understand that.&lt;/p&gt;

&lt;p&gt;He gave me insight into how the laboratory actually operated and pointed out things I hadn't considered when designing the system.&lt;/p&gt;

&lt;p&gt;That changed the way I thought about the project.&lt;/p&gt;

&lt;p&gt;I began realizing that I couldn't simply build what I thought a laboratory needed.&lt;/p&gt;

&lt;p&gt;I had to understand what a laboratory actually needed.&lt;/p&gt;

&lt;p&gt;So I went back to the application.&lt;/p&gt;

&lt;p&gt;I changed things.&lt;/p&gt;

&lt;p&gt;I removed things.&lt;/p&gt;

&lt;p&gt;I added new workflows.&lt;/p&gt;

&lt;p&gt;I adjusted the way different users interacted with the system.&lt;/p&gt;

&lt;p&gt;Eventually, I had something much better than my original eHealth project.&lt;/p&gt;

&lt;p&gt;A basic laboratory management system.&lt;/p&gt;

&lt;p&gt;And I genuinely believed I was finally getting somewhere.&lt;/p&gt;

&lt;p&gt;But there was a problem I couldn't solve with code.&lt;/p&gt;

&lt;p&gt;Life was about to interrupt the project again.&lt;/p&gt;

&lt;p&gt;And for the second time, something I had spent so much time building would end up sitting on a shelf.&lt;/p&gt;

&lt;p&gt;I just didn't know it yet.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
