<?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: Lynn Zukerman</title>
    <description>The latest articles on DEV Community by Lynn Zukerman (@lynnzuk).</description>
    <link>https://dev.to/lynnzuk</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%2F992587%2F455022a5-0ff4-4e13-83ae-3eabfd6f1091.png</url>
      <title>DEV Community: Lynn Zukerman</title>
      <link>https://dev.to/lynnzuk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lynnzuk"/>
    <language>en</language>
    <item>
      <title>Musings from a Product Manager turned Programmer</title>
      <dc:creator>Lynn Zukerman</dc:creator>
      <pubDate>Tue, 24 Jan 2023 16:37:01 +0000</pubDate>
      <link>https://dev.to/lynnzuk/product-to-programming-my-takeaways-while-learning-to-code-2ffc</link>
      <guid>https://dev.to/lynnzuk/product-to-programming-my-takeaways-while-learning-to-code-2ffc</guid>
      <description>&lt;p&gt;I’m a former Product Manager, transitioning into software development. Read my "why" &lt;a href="https://dev.to/lynnzuk/product-to-programmer-why-i-gave-up-a-great-product-career-to-learn-to-code-h6e"&gt;here&lt;/a&gt; if you’re interested. &lt;/p&gt;

&lt;p&gt;I’m a few months into this self-learning, full-time journey, and I’m frequently asked how it’s going. My response to this question varies by the hour, but here’s the gist.&lt;/p&gt;




&lt;h2&gt;
  
  
  The puzzle pieces keep multiplying.
&lt;/h2&gt;

&lt;p&gt;Going into this, I knew that learning computer science fundamentals would be challenging. Memory management, anyone? And I knew that language syntax might get frustrating. What the F is &lt;code&gt;this&lt;/code&gt; referring to this time? &lt;/p&gt;

&lt;p&gt;But the unexpectedly challenging part has been putting all the pieces together to build a basic full stack web app. &lt;/p&gt;

&lt;p&gt;You might be rolling your eyes: &lt;em&gt;“uh yeah, that’s hard.”&lt;/em&gt; Hear me out. I’ve been working closely with developers to build software products for the last 5+ years. I assumed that once I knew a programming language, an application with no cross-team dependencies, a tiny amount of data, no compliance concerns… should be child’s play! &lt;/p&gt;

&lt;p&gt;But taking even simple requirements, and turning them into organized code, layering on frameworks and databases, adding tests, handling errors, optimizing for mobile – it’s a lot. Put simply, &lt;strong&gt;the breadth of technologies is overwhelming.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The more puzzle pieces I fit together (things I learn), the more pieces seem to get added to the box (things I still need to learn). And each puzzle piece is a brand new challenge.  &lt;/p&gt;

&lt;p&gt;Needless to say, the experience has been humbling.&lt;/p&gt;




&lt;h2&gt;
  
  
  But the “highs” are higher than I’d expected.
&lt;/h2&gt;

&lt;p&gt;As a Product Manager, launching a new product is a huge accomplishment. However, the feeling of success is often muted by a few common realities:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It probably took longer &amp;amp; cost more than estimated, hurting the ROI.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In being Agile, you likely launched a just-barely “commercially viable” product without any wiggle room (scary).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You had to say “no” to a handful of features that your stakeholders were hoping for.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The list goes on.&lt;/p&gt;

&lt;p&gt;As a programmer, when you get your code working as intended, it feels like you’re coming out of a dark tunnel. The sunshine hits your face, you take a big breath of fresh air. You simultaneously want to linger outside, basking in all your glory, and hustle back down into the dark depths to begin the next feature.&lt;/p&gt;

&lt;p&gt;Completing well-defined updates within a larger product can feel more gratifying than the product launch itself. Ok yeah, I’m hooked.&lt;/p&gt;




&lt;h2&gt;
  
  
  And the community is fantastic.
&lt;/h2&gt;

&lt;p&gt;Imagine you’re exploring a new city. It’s big and a bit overwhelming, but curiously, everyone keeps handing you free stuff. And when you ask for directions, multiple people drop what they’re doing to point you towards your destination.&lt;/p&gt;

&lt;p&gt;This city exists. On Github, Stack Overflow, Discord, podcasts, Reddit, Twitter, blogs, meet-ups. And I’m happily ending my stint as a tourist and getting a house.&lt;/p&gt;




&lt;p&gt;I’m always interested meeting more people in the tech community so don't hesitate to reach out on &lt;a href="https://www.linkedin.com/in/lynnzukerman/"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Photo credit: &lt;a href="https://www.pexels.com/photo/assemble-challenge-combine-creativity-269399/"&gt;Pixabay&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>product</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>Product to Programmer: why I gave up a great Product career to learn to code</title>
      <dc:creator>Lynn Zukerman</dc:creator>
      <pubDate>Mon, 19 Dec 2022 05:11:02 +0000</pubDate>
      <link>https://dev.to/lynnzuk/product-to-programmer-why-i-gave-up-a-great-product-career-to-learn-to-code-h6e</link>
      <guid>https://dev.to/lynnzuk/product-to-programmer-why-i-gave-up-a-great-product-career-to-learn-to-code-h6e</guid>
      <description>&lt;p&gt;After 5 years as a Product Manager, I’m &lt;del&gt;turning to the dark side&lt;/del&gt; transitioning into software engineering. The weird part: I &lt;em&gt;liked&lt;/em&gt; being a Product Manager. This post explores why I made this decision and my approach to learning programming.&lt;/p&gt;

&lt;p&gt;If you’re considering changing careers within the tech space, maybe you’ll find some useful nuggets below.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Product Manager is like an orchestra conductor
&lt;/h2&gt;

&lt;p&gt;If an agile team is an orchestra, the Product Manager is the conductor. &lt;/p&gt;

&lt;p&gt;It’s their responsibility to ensure that the musicians (Software Engineers) are playing the score as the composer (UX Designer) intended. And ultimately, that their performances (products) align with the vision of the orchestra owners (CEO/executive team).&lt;/p&gt;

&lt;p&gt;As you can imagine, it’s a highly visible and collaborative role, and it comes with a strong sense of ownership over the team’s success.&lt;/p&gt;

&lt;p&gt;I was in an account management role when I interviewed internally for my first product job. Leading up to the interview, I met with half of the engineers at the company and read multiple books on product management. I wanted it so badly.&lt;/p&gt;

&lt;p&gt;And the role lived up to my expectations. For the first year as a new PM, I was sad when the work week ended on Friday and excited on Sunday evenings. I know, I know… EYE ROLL 🫣&lt;/p&gt;

&lt;p&gt;Eventually that level of zeal wore off, but I never stopped jotting down new feature ideas at 2am. Product management can be intoxicating.&lt;/p&gt;




&lt;h2&gt;
  
  
  But there is no music without musicians
&lt;/h2&gt;

&lt;p&gt;Just as a conductor shouldn’t be playing the violin, a strategic Product Manager shouldn’t be focusing on tactical execution. While I was happy as a conductor, I also wanted to &lt;em&gt;make music&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;I regularly crashed software implementation planning meetings just because I was curious. I mapped out the technical ecosystems at each of my companies and became an expert in querying databases to help triage issues.&lt;/p&gt;

&lt;p&gt;As I was growing in my career, it became clear that my focus on the tech was actually holding me back from becoming a great product leader. There’s only so much time in a day. Spending an hour discussing the pros and cons of a technical implementation strategy is an hour &lt;em&gt;less&lt;/em&gt; time spent gathering user feedback, doing competitive research, or writing product briefs.&lt;/p&gt;

&lt;p&gt;Good product management also necessitates [honest] politics. Users need to feel heard. Stakeholders need to be consulted. And leadership needs to understand why that thing they want is going to take twice as long as they expected. But the politics drained me.&lt;/p&gt;

&lt;p&gt;At the end of the day, I was more energized by &lt;em&gt;solving&lt;/em&gt; problems than &lt;em&gt;defining&lt;/em&gt; them.&lt;/p&gt;




&lt;h2&gt;
  
  
  Picking up the violin
&lt;/h2&gt;

&lt;p&gt;My nagging desire to learn to code was finally realized this past summer when I started taking a computer science course. However, I was still employed, and it was hard to find the time and brainpower to code after work. I started rushing to wrap up my Product responsibilities so I could get back to my studies. &lt;/p&gt;

&lt;p&gt;It wasn’t fair to my company, my team, or myself. Luckily, I had the privilege to be able to quit my job and pursue this interest for at least a few months.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My goals are simple:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Have FUN learning 🤓&lt;/li&gt;
&lt;li&gt;Build a couple of cool projects 🛠&lt;/li&gt;
&lt;li&gt;Figure out what I want next out of my career 🌅&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I decided against a dev bootcamp because I wanted to learn the fundamentals of computer science. I’ve heard great things about bootcamps, but their curriculums are understandably geared towards teaching students the bare minimum skills to get a job vs. computer theory.&lt;/p&gt;

&lt;p&gt;Instead, I’m taking advantage of some incredible and free online courses* and only spending time on the subjects and technologies that I’m most excited about. &lt;/p&gt;

&lt;p&gt;I’m also taking an agile product management approach: creating sprint plans, holding stand-ups and retrospectives with myself, documenting the plan/results (through these blogs), and demoing my projects for anyone who will humor me.&lt;/p&gt;

&lt;p&gt;If YOU are someone who will humor me, or if you’re curious to see where this journey takes me, then follow me here, find me on &lt;a href="https://www.linkedin.com/in/lynnzukerman/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;, or reach out directly! I’m hoping to meet new people in the tech community, and I’m very open to feedback.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;*As of Dec 2022, I’m wrapping up &lt;a href="https://pll.harvard.edu/course/cs50-introduction-computer-science?delta=0" rel="noopener noreferrer"&gt;Harvard CS50 Computer Science Fundamentals&lt;/a&gt;, and partway through &lt;a href="https://www.theodinproject.com/" rel="noopener noreferrer"&gt;The Odin Project&lt;/a&gt;. Both of which I highly recommend.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Photo credit -- &lt;a href="https://pixabay.com/users/chenspec-7784448/" rel="noopener noreferrer"&gt;@chenspec on pixabay&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>livewire</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
