<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Becoming a T-Shaped Engineer: My Journey Beyond Just Frontend]]></title><description><![CDATA[Becoming a T-Shaped Engineer: My Journey Beyond Just Frontend]]></description><link>https://becoming-a-t-shapedengineer-my-journey-beyond-just-frontend.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Becoming a T-Shaped Engineer: My Journey Beyond Just Frontend</title><link>https://becoming-a-t-shapedengineer-my-journey-beyond-just-frontend.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 21 Jun 2026 08:19:31 GMT</lastBuildDate><atom:link href="https://becoming-a-t-shapedengineer-my-journey-beyond-just-frontend.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How Beadwork Taught Me to Become a T-Shaped Frontend Engineer]]></title><description><![CDATA[When I started my tech career in 2022, I approached frontend development the same way I approach my beadwork; obsessed with turning an idea into something tangible, beautiful, and pixel-perfect. Outsi]]></description><link>https://becoming-a-t-shapedengineer-my-journey-beyond-just-frontend.hashnode.dev/how-beadwork-taught-me-to-become-a-t-shaped-frontend-engineer</link><guid isPermaLink="true">https://becoming-a-t-shapedengineer-my-journey-beyond-just-frontend.hashnode.dev/how-beadwork-taught-me-to-become-a-t-shaped-frontend-engineer</guid><dc:creator><![CDATA[ibimina]]></dc:creator><pubDate>Sat, 28 Mar 2026 15:53:35 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/627cf3274903bec29b586e44/f11d75c1-7ce4-4e25-a62b-1a3024c92d68.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When I started my tech career in 2022, I approached frontend development the same way I approach my beadwork; obsessed with turning an idea into something tangible, beautiful, and pixel-perfect. Outside of coding, I design and weave beads into necklaces, bracelets, keyholders, and brooches. That creative process felt completely at home in frontend: take a design and bring it to life with clean code and delightful interactions.</p>
<p>But somewhere along the way, I started wondering what was holding those beautiful creations up.</p>
<p>Even before I knew the term “T-shaped engineer,” beadwork was already teaching me valuable lessons. I began exploring beyond the UI, diving into APIs and data handling with Firebase (Firestore for storage, Storage for file uploads, and Hosting for deployment). I drew inspiration from Figma Community and Behance, recreating real products as practice. One of my earliest experiments was building a replica of Hashnode for my AltSchool capstone project.</p>
<p>That curiosity, sparked by the same mindset I use when crafting with beads, marked the beginning of my journey toward becoming a T-shaped engineer.</p>
<p><code>A beaded emoji wearing a baseball cap</code></p>
<img src="https://cdn.hashnode.com/uploads/covers/627cf3274903bec29b586e44/489d370f-dfcd-4026-8d6d-59a89037f3eb.png" alt=" A beaded emoji wearing a baseball cap placed below two tassels earrings " style="display:block;margin:0 auto" />

<p><code>A landing page for apartment booking web appliaction</code></p>
<img src="https://cdn.hashnode.com/uploads/covers/627cf3274903bec29b586e44/7fd4f078-5fa0-40c0-a6eb-e6177b914196.png" alt="  A landing page for apartment booking web appliaction " style="display:block;margin-left:auto" />

<h2><strong>Who is a T-Shaped Engineer?</strong></h2>
<p>A T-shaped engineer has:</p>
<ul>
<li><p><strong>Deep expertise in one area (the vertical bar of the T)</strong></p>
</li>
<li><p><strong>Broad knowledge across multiple areas (the horizontal bar)</strong></p>
</li>
</ul>
<p>For me:</p>
<ul>
<li><p>My <strong>depth</strong> is frontend development.</p>
</li>
<li><p>My <strong>breadth</strong> now includes APIs, databases, system design basics, product thinking, and DevOps.</p>
</li>
</ul>
<p>Recently, I built a full invoicing application from idea to production, and I’m currently working on a color sketch application. These projects pushed me to think beyond pixels and consider the entire product lifecycle, lessons I first learned through beadwork.</p>
<img src="https://guides.visual-paradigm.com/wp-content/uploads/2023/09/t-shaped-professionals.png" alt="T-Shaped professional diagram, broad describes the ability to apply knowledge across different situations while deep is functional discipalinary skills" style="display:block;margin:0 auto" />

<h2><strong>My Vertical: Frontend as My Foundation</strong></h2>
<p>Frontend development has always been my strongest area. I focus on building <strong>accessible, intuitive, and scalable user interfaces</strong> using tools like:</p>
<ul>
<li><p>React / Next.js</p>
</li>
<li><p>Vue</p>
</li>
<li><p>React Native</p>
</li>
</ul>
<p>Beyond writing code, I obsess over user experience, information architecture, and real-world usability. For me, frontend isn’t just about making things look good it’s about creating experiences that feel seamless and inclusive. Just like carefully selecting and arranging beads, every detail matters.</p>
<h2><strong>My Horizontal Growth: Expanding Beyond the UI</strong></h2>
<p>Beadwork taught me that beauty alone isn’t enough, the piece must also be strong and well-connected. That same principle pushed me to look beyond the interface.</p>
<p>I started asking questions I used to ignore:</p>
<ul>
<li><p><em>Where is this data actually stored?</em></p>
</li>
<li><p><em>How is it structured?</em></p>
</li>
<li><p><em>How does deployment really work?</em></p>
</li>
<li><p><em>What happens after a user clicks that button?</em></p>
</li>
</ul>
<p>Instead of always relying on service providers or other team members, I wanted to understand the mechanics under the hood. This curiosity led me to explore backend concepts (APIs and databases), system design basics, closer collaboration with product and design teams, end-to-end debugging, and DevOps practices like deployment and hosting.</p>
<p>The path wasn’t linear; it was messy and frustrating at times, but deeply necessary.</p>
<h2><strong>The Turning Point</strong></h2>
<p>The real shift happened when I stopped treating “not a frontend problem” as a dead end.</p>
<p>I remember working on a feature where user profiles weren’t loading properly. My first instinct was to check the API response. The data was nested three levels deep and messy. In the past, I would have simply flagged it for the backend team and waited. Instead, I dug in.</p>
<p>That investigation taught me about database normalization and how a simple join could have prevented the nesting issue entirely. It showed me how much time I had been losing by not understanding the root cause.</p>
<p>From that moment, I started tracing problems end-to-end, from data flow in the backend all the way to how it renders on screen. I stopped thinking in “frontend vs. backend” and began thinking in complete systems. Beadwork had already trained me to see how individual pieces connect to create something stronger, now I was applying that same thinking to software.</p>
<h2><strong>What Changed After Becoming T-Shaped</strong></h2>
<p>Becoming more T-shaped didn’t pull me away from frontend rather it made me significantly better at it.</p>
<p>Here’s what changed:</p>
<ul>
<li><p>I no longer wait passively for backend fixes; I can investigate and often resolve (or clearly explain) issues myself.</p>
</li>
<li><p>In my invoicing app, understanding deployment and data structure helped me quickly fix a critical export bug that would have otherwise delayed launch by days.</p>
</li>
<li><p>I communicate more effectively with backend, product, and design teams because I now speak their language.</p>
</li>
<li><p>I’ve become far more independent and confident as a developer.</p>
</li>
</ul>
<p>I now think beyond individual components, I think in interconnected systems. Just like a well-made bracelet that’s both beautiful and durable.</p>
<p><em><s>Before</s></em></p>
<img src="https://cdn.hashnode.com/uploads/covers/627cf3274903bec29b586e44/0a3b0f52-f14b-468e-b6a7-ec598868b635.png" alt="" style="display:block;margin:0 auto" />

<p><em><strong>After</strong></em></p>
<img src="https://cdn.hashnode.com/uploads/covers/627cf3274903bec29b586e44/8480ea45-03e6-424e-9c40-f7c3e2e7d659.png" alt="" style="display:block;margin:0 auto" />

<h2><strong>The Challenges</strong></h2>
<p>This journey wasn’t smooth. Growing horizontally while protecting my frontend depth brought real friction.</p>
<ul>
<li><p><strong>Burnout</strong> from trying to learn too many new concepts at once.</p>
</li>
<li><p><strong>Time pressure</strong> when client deliverables clashed with my learning goals.</p>
</li>
<li><p><strong>Context switching</strong> that sometimes left me mentally exhausted.</p>
</li>
</ul>
<p>There were weeks when I felt stretched thin, jumping between optimizing a React component in the morning and debugging a Firebase security rule in the evening, all while needing to ship features on time. Those moments were tough, but they also forced me to get better at prioritizing, setting boundaries, and learning more efficiently.</p>
<h2><strong>Final Thoughts</strong></h2>
<p>I still proudly call myself a frontend engineer, that’s my foundation and my first love.</p>
<p>But thanks to the lessons from beadwork, I’m no longer limited to just building interfaces. I now understand how systems connect, how products come together end-to-end, and how to solve problems that span the entire stack.</p>
<p>If there’s one thing I’ve learned, it’s this: start with depth, but don’t stay confined there. Expand thoughtfully, explore curiously, and keep connecting the dots.</p>
<p>I still love the craft of crafting a beautiful, pixel-perfect interface just like I love weaving colorful beads into a bracelet. But now I also care deeply about what makes it durable, how it connects to the larger system, and whether it truly solves the right problem for users.</p>
<p>That’s the difference between making something that simply looks good and building something that actually works well in the real world.</p>
<p>Becoming a T-shaped engineer has changed how I think, build, and grow; and I’m still evolving.</p>
<img src="https://cdn.hashnode.com/uploads/covers/627cf3274903bec29b586e44/a1f110a9-31e5-491d-8e8e-6eac0315fc8d.jpg" alt="" style="display:block;margin:0 auto" />]]></content:encoded></item></channel></rss>