<?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: Randy Brown</title>
    <description>The latest articles on DEV Community by Randy Brown (@rebrown).</description>
    <link>https://dev.to/rebrown</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%2F590455%2F303aab21-3006-41d6-9191-f37ff5e8fa48.jpeg</url>
      <title>DEV Community: Randy Brown</title>
      <link>https://dev.to/rebrown</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rebrown"/>
    <language>en</language>
    <item>
      <title>Interviewing for your first engineering job after a bootcamp</title>
      <dc:creator>Randy Brown</dc:creator>
      <pubDate>Thu, 13 Jan 2022 18:46:50 +0000</pubDate>
      <link>https://dev.to/merit/interviewing-for-your-first-engineering-job-after-a-bootcamp-1b6d</link>
      <guid>https://dev.to/merit/interviewing-for-your-first-engineering-job-after-a-bootcamp-1b6d</guid>
      <description>&lt;p&gt;You did it! You're officially an engineering bootcamp graduate. You've gone through the courses, learned about for-loops, and built an app. Now you're brushing up your resume and applying for internships, apprenticeships, and jobs.&lt;/p&gt;

&lt;p&gt;With more bootcamp grads joining the market every day, nailing the interview and impressing the company is crucial. After interviewing engineering managers and bootcamp grads, we compiled a list of some steps to leave an impression—increasing the likelihood of receiving an offer at a company that will help you grow into the next phase of your engineering career. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep your skills fresh&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;During bootcamp, you learned a whole new set of skills and languages. Don't let them fade away: keep working on the projects you started in bootcamp or begin new ones! When we spoke with engineering managers, they repeatedly brought up that they like to see interviewees continuing to work on projects and thinking critically about what features to add.&lt;/p&gt;

&lt;p&gt;These projects don't have to be full-blown apps. Recruiters are interviewers are looking to see that you're pushing yourself to keep learning. Hiring managers want to see that not only are you growing in your technical skills, you're also thinking beyond just coding. Demonstrate that you can think critically about what you're building by asking yourself, "How would users want to interact with this feature or application? What can I do to make it easier to use or more valuable?" &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"[Applicants who create additional projects] are challenging themselves technically or thinking uniquely from a product perspective, so their trajectory would continue to be high [once hired]." &lt;br&gt;
—Dan Ubilla, Senior Engineering Manager at Asana&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Add some new skills, too&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But it's not just about strengthening what you've already learned: once you start your new job, you'll most likely need to set up your developer workspace and begin working with a production-level application.&lt;/p&gt;

&lt;p&gt;More than one engineering manager we spoke with recommended learning the basics of the command line and how to use Github and &lt;a href="https://git-scm.com/book/en/v2"&gt;Git&lt;/a&gt;. There are some great online tutorials for learning the &lt;a href="https://www.codecademy.com/learn/learn-the-command-line"&gt;command line&lt;/a&gt;, &lt;a href="https://learngitbranching.js.org/"&gt;Git&lt;/a&gt;, &lt;a href="https://marklodato.github.io/visual-git-guide/index-en.html"&gt;and&lt;/a&gt; &lt;a href="https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners"&gt;Github&lt;/a&gt; &lt;a href="https://lab.github.com/"&gt;basics&lt;/a&gt;. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The more evergreen [skills] you can come in with, the better, like what a pull request is and how to make one on Github...[be] comfortable with basic commands on the command line and understanding how to install tools, because most engineering tools are installed using a command."&lt;br&gt;
—Alex Kaminsky, Senior Engineering Manager at Google&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Ace the interview&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Engineering managers highlighted a few key skills they look for when interviewing bootcamp grads: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://about.gitlab.com/topics/version-control/software-team-collaboration/"&gt;Collaboration&lt;/a&gt; and ability to work in a &lt;a href="https://www.cs.purdue.edu/homes/bxd/307/Teamwork.pdf"&gt;team&lt;/a&gt;: Most likely, you're going to be working with some combination of other engineers, a product manager, and a designer, so interviewers want to know that you can work well with others.&lt;/li&gt;
&lt;li&gt;Ability to explain your thought process when solving a problem: Interviewers don't want to just know that you can solve a problem—but also that you can state clearly how you came to a solution. Be sure to show your work and share how you're thinking. The approach matters as much as the conclusion.&lt;/li&gt;
&lt;li&gt;Willingness to admit what you don't know and sharing an eagerness to learn: Interviewers know that you're very early in your career. They don't expect you to have all the answers, but they &lt;em&gt;do&lt;/em&gt; want to know that you can admit what you don't know while expressing how much you want to learn. &lt;a href="https://www.themuse.com/advice/4-ways-to-handle-interview-questions-you-dont-know-how-to-answer"&gt;Lean on the research you've done&lt;/a&gt; about the company and your own experience to say that you don't know but you're excited to learn more.&lt;/li&gt;
&lt;li&gt;Not afraid to ask questions: When you start your job, you're going to have a ton of questions, so companies will want to make sure you're able to ask for help when you need it. The last thing you want to do is start a job and get stuck on a problem for weeks on end.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To nail the interview, follow an age-old piece of advice: practice, practice, practice. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Find the right fit&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Not every company will be the right fit for you. Your first gig out of bootcamp should help you learn, grow, and be ready for your next job. Make sure that wherever you're going can offer mentorship and support and that the company has a strong culture.&lt;/p&gt;

&lt;p&gt;There are a few questions you can ask to gauge what working there will feel like and what the expectations of you will be. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"What does success look like in the first 90 days?" This question can tell you whether the company expects you to be ready to start writing production-ready code in the first week or if you'll have time to ramp up. Additionally, it'll also signal if the company has a strong onboarding program and resources dedicated to ensuring you're set up for success.&lt;/li&gt;
&lt;li&gt;"Who will I be reporting to, and how often do I meet with them?" If the company doesn't have a clear answer for who your manager is, it's a red flag that you won't have a designated person to help you find your footing and navigate starting your first engineering job. If you won't be meeting with your manager on a regular basis, you may not receive the guidance and advice you'll need to advance your career.&lt;/li&gt;
&lt;li&gt;"Do engineers have the opportunity to pair program?" During &lt;a href="https://martinfowler.com/articles/on-pair-programming.html"&gt;pair programming&lt;/a&gt;, two engineers code on one machine. Pair programming helps engineers share knowledge, develop group ownership of the codebase, focus, build shared context, and reflect on their work. If a company's engineers don't pair program regularly, you may be working solo often and won't have the opportunity to collaborate on writing code as much as you might during pair programming.&lt;/li&gt;
&lt;li&gt;"Will I be working with experienced engineers or mostly other bootcamp grads and junior engineers?" One of the benefits of working in an engineering team is that you get to learn from others who have more experience. More senior engineers will be able to show you the ropes, help debug, and recommend best practices. If you'll mostly be working with other early-career engineers, you might not have the benefit of learning from more experienced engineers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're looking for how to apply these lessons to your job search, you should talk to a mentor. Mentorship platforms like Merit &lt;a href="https://www.get-merit.com/"&gt;Merit&lt;/a&gt; can connect you to experienced engineers who can help you practice interviewing, give advice on job hunting, and provide feedback on your work. Sign up today to schedule a session with a mentor!&lt;/p&gt;

</description>
      <category>career</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>How to build relationships without an office</title>
      <dc:creator>Randy Brown</dc:creator>
      <pubDate>Tue, 11 Jan 2022 16:13:12 +0000</pubDate>
      <link>https://dev.to/merit/how-to-build-relationships-without-an-office-54i</link>
      <guid>https://dev.to/merit/how-to-build-relationships-without-an-office-54i</guid>
      <description>&lt;p&gt;Remote work has been a lifeline for many folks: more time with family or friends, no commute, wearing sweatpants during important meetings. But building relationships with your coworkers at a new job can be difficult through a screen. For folks who have a few years of experience, making connections remotely can be tricky but not unmanageable; for those who are in their first or second job, it can feel impossible. &lt;/p&gt;

&lt;p&gt;Your coworkers, even though you may not see them in person often (or ever), are the people you spend most of your waking life with. They're your current and future professional network. They're people with whom you need to collaborate and negotiate, and that's much easier if you've developed a working relationship. But how do you go about doing that when all your interactions are through a screen? &lt;/p&gt;

&lt;p&gt;Many of the tactics for building a working relationship remotely are the same as building a working relationship in person, but they require more intention. Instead of grabbing lunch or coffee to get to know someone, you may have to reach out directly over Slack (or whatever messaging system your company uses) to have a video meeting. Rather than using body language in meetings to gauge folks' reactions, you may have to ask explicitly. You probably won't bump into someone outside your department/team just by chance, so meeting people outside your immediate teammates will take more time, effort, and yes, intention. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why build working relationships?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Cultivating working relationships has a variety of benefits, and as you approach meeting colleagues and getting to know them, it's helpful to keep a few goals top of mind. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developing rapport:&lt;/strong&gt; Working with someone is easier when you're on friendly terms. If you've already had a few conversations with someone, sending a Slack message asking for help may be received more warmly. &lt;br&gt;
Additionally, proactively reaching out gives you an opportunity to learn more about how your colleague likes to work. For example, some people prefer to collaborate out loud in meetings, whereas others prefer to work on written documentation. Some people may really enjoy diving into a new problem right away, whereas others might want time to sit with and process new information before sharing their ideas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Understanding individual and team motivations:&lt;/strong&gt; Sometimes at work, your coworkers' behavior can seem a little mysterious. Why was this person so frustrated in that meeting? Why are they pushing so hard for their team to do this apparently random thing? More often than not, deciphering your coworkers' behavior relies on knowing the person's or their team's motivations. Is this person a &lt;a href="https://medium.com/merit-publication/onboarding-engineers-onto-product-management-126d3a6bb230"&gt;product manager who is stretched really thin&lt;/a&gt; and is trying to gain stakeholder alignment as soon as possible so their team can build this new feature? Maybe a team is understaffed and is pushing for more resources, so everyone is feeling spread thin. Getting to know your coworkers and their teams makes it more likely you'll understand the &lt;em&gt;why&lt;/em&gt; behind their actions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cultivating social and political capital:&lt;/strong&gt; "Social capital" and "political capital" are fuzzy terms that, in general, refer to having a good rapport with teammates, so they're more likely to help out if you ask (social capital) and have built up a bank of favors and alliances with other teams (political capital). These types of capital come in handy when you need someone to agree to pitch in on a big project or ask for their endorsement of your idea. Creating this capital is only possible when you connect with and get to know your coworkers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Making connections for the future:&lt;/strong&gt; Your professional network is often comprised of current and former coworkers. Proactively fostering a working relationship with someone means that years down the road, you might be able to reach out for a referral to a job or ask for advice.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;But...how?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;You can use a variety of methods to build working relationships. The most straightforward way is to ask to have a one-on-one (1-1) meeting. Asking is easiest over Slack. After you've started at your new job, you can send a direct message that may be something like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Hi [coworker's name]! My name is [your name], and I just started at [company] as [your role] on [date]. I'd love to meet to learn more about you and get to know more about your work as [their role]. Could I set up a meeting with you sometime in the next week?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;During the 1-1, ask about what they do in their job, how long they've been at the company, and what they're currently working on. And it doesn't just have to be about work! One of the first steps to developing any kind of rapport is finding common ground. Where do they live? Do they like it? Do they have pets? If the person is a direct teammate, you might want to ask about their preferred working style and what you can do to best help them in their work. &lt;/p&gt;

&lt;p&gt;You don't have to rely just on 1-1s. People typically trickle into meetings, so if you and someone else are on a video call before everyone else joins, this is a great time for informal conversations—ask about weekend plans, general "how's it going," etc. &lt;/p&gt;

&lt;p&gt;If you do work near some of your coworkers and feel comfortable doing so, you might want to meet up! Shared experiences make for great bonding, and even already strong remote relationships can become even stronger after in-person interactions. &lt;/p&gt;

&lt;p&gt;Most importantly, remember to keep the conversation going. A relationship doesn't come from a one-and-done meeting—continue to reach out over Slack and every once in a while grab "remote coffee" (not as fun as in-person coffee, but still a good chance to chat). For any meetings that you lead or have a role in conducting, see if you can allocate 5 minutes on the meeting agenda just for banter and catching up. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meeting Etiquette Crash Course&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're new(ish) to scheduling and holding meetings, follow these rules of thumb: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ask first and schedule in advance:&lt;/strong&gt; People usually appreciate the courtesy of a request to meet before you send one directly to them. It sets the context and also gives them the chance to say, "Yes, that would be great, but could we do it next week?" If someone agrees to meet, feel free to suggest some times that work for both of you (see below), which spares the other person from checking both there and your schedules.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Come with a short agenda but be flexible!:&lt;/strong&gt; It's best to come with a few topics you'd like to cover in a meeting, but since your focus is on getting to know someone, don't worry too much about letting the topic wander. You may uncover new insights or information about your coworker that you might not have learned otherwise!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Respect &lt;a href="https://support.google.com/a/users/answer/9308669?hl=en"&gt;working hours&lt;/a&gt; and time zones:&lt;/strong&gt; Teams now extend across North America (and in some cases, the globe). Keep in mind someone's local time zone. If you're in NYC and your coworker is in San Francisco, they may not love it if you send a meeting for 10 am your time (7 am their time). People may also note their working hours on their calendar or block off times that they're unavailable—avoid booking over those times.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Don't book in the middle of uninterrupted time:&lt;/strong&gt; Many people need uninterrupted time to get into the "&lt;a href="https://en.wikipedia.org/wiki/Flow_(psychology)"&gt;flow&lt;/a&gt;" of their work and &lt;a href="https://reclaim.ai/blog/what-is-focus-time"&gt;focus&lt;/a&gt;. If you see someone has three consecutive unbooked hours, don't book right in the middle! &lt;a href="https://www.loom.com/blog/cost-of-context-switching"&gt;Context switching&lt;/a&gt; from solo work to a meeting back to solo work can be frustrating and time-consuming.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Ask for help&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Learning how to connect with teammates might still feel daunting. Maybe your company isn't big on having 1-1 meetings or people don't respond to your Slack messages.&lt;/p&gt;

&lt;p&gt;Perhaps, after 6 months, your company and your teammates still feel like total strangers. In this case, don't be afraid to ask for help elsewhere in your network.&lt;/p&gt;

&lt;p&gt;And if you're having trouble getting started, connecting with a mentor on &lt;a href="http://get-merit.com"&gt;Merit&lt;/a&gt; is a great way to quickly and easily schedule some time where you can ask for advice and get ideas.&lt;/p&gt;

</description>
      <category>career</category>
      <category>management</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>I’m an engineer. What do product managers do?</title>
      <dc:creator>Randy Brown</dc:creator>
      <pubDate>Fri, 07 Jan 2022 18:50:42 +0000</pubDate>
      <link>https://dev.to/merit/im-an-engineer-what-do-product-managers-do-2cjl</link>
      <guid>https://dev.to/merit/im-an-engineer-what-do-product-managers-do-2cjl</guid>
      <description>&lt;p&gt;At the heart of building a product is the relationship between product managers and engineers. Building a strong, collaborative relationship between the two groups is &lt;a href="https://svpg.com/product-management-vs-engineering/"&gt;critical for the success of any software team&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;But often it's not really clear who's supposed to do what and how the two pieces fit together. What's supposed to be a harmonious collaboration can turn into a complicated negotiation of roles and responsibilities. If you're just starting out as an engineer, you may be asking yourself, "What does a product manager do? What can I expect when working with a product manager?" &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What do product managers actually &lt;em&gt;do&lt;/em&gt;?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;In its most basic definition, product managers are responsible for &lt;a href="https://www.atlassian.com/agile/product-management/product-manager"&gt;creating solutions that meet a business goal&lt;/a&gt;. That goal might be increasing the number of users using a product, maximizing revenue, or increasing engagement. &lt;/p&gt;

&lt;p&gt;Whatever the problem is, the product manager needs to come up with an answer that meets the needs of the business and can be delivered by the team. They are then &lt;a href="https://www.productplan.com/learn/product-manager-job-description/"&gt;responsible&lt;/a&gt; for driving the creation and success of their product. &lt;/p&gt;

&lt;p&gt;In reality, that responsibility ends up looking like a whole slew of tasks. Product managers typically end up being responsible for &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;researching and analyzing the market and competitors&lt;/li&gt;
&lt;li&gt;prioritizing, scoping, and framing products and projects&lt;/li&gt;
&lt;li&gt;deeply understanding how all functions of the business work&lt;/li&gt;
&lt;li&gt;conducting user research, usually with a designer or UX researcher&lt;/li&gt;
&lt;li&gt;working with engineers and designers to deliver a solution that is viable for the business, enjoyable for users, and technically feasible&lt;/li&gt;
&lt;li&gt;communicating with stakeholders and cross-functional teams&lt;/li&gt;
&lt;li&gt;project and delivery management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In their first job on a software team, engineers don't need to know everything that a product manager does. That comes with time, as you gain experience working on a team. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where does engineering come in?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Product managers develop ideas about how a solution might meet their business goal or problem. The tough reality of product management is that product managers by design can't &lt;em&gt;deliver&lt;/em&gt; the solutions themselves, but they are very much responsible for what is delivered. A product manager can't require anyone to do anything, but the product manager is usually the person who has to answer the stakeholders if something goes wrong.&lt;/p&gt;

&lt;p&gt;Product managers need their teams to help make their vision a reality. &lt;/p&gt;

&lt;p&gt;Engineers are responsible for finding a way to implement a product in a technically feasible way. You'll often hear this as product management is responsible for the "what," while engineering and design is responsible for the "how." &lt;/p&gt;

&lt;p&gt;Let's say a product manager has determined that the best way to maximize revenue for an e-commerce product is to retool the checkout flow, but their vision for those changes would be difficult to build, requiring lots of front-end and back-end changes. The engineer works with the product manager to scope down the proposal to a solution that can actually be built within a reasonable timeframe. That back-and-forth can often be tricky, but it usually leads to better results, because engineers are often the source of incredible product ideas!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does this relationship look like in practice?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Most teams are usually made up of a product manager, a designer (depending on the product), a technical lead, and engineers. Those working in an &lt;a href="https://www.atlassian.com/agile/manifesto"&gt;agile&lt;/a&gt; framework usually have similar meetings and rituals like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.atlassian.com/agile/scrum/standups"&gt;stand-ups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mountaingoatsoftware.com/agile/scrum/meetings/sprint-retrospective"&gt;retros&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;product demos&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.productplan.com/glossary/backlog-grooming/"&gt;backlog grooming&lt;/a&gt; and prioritization&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://productmanagerhq.com/effective-user-interviews/"&gt;customer interviews&lt;/a&gt; and &lt;a href="https://blog.hubspot.com/marketing/usability-testing"&gt;usability&lt;/a&gt; sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Product managers have to perform all the responsibilities mentioned above as well as leading some of these meetings. But there are no hard and fast rules for who leads which meeting. &lt;/p&gt;

&lt;p&gt;Each team finds its own breakdown. In some teams, the engineers might run stand-ups and demos, while in other companies, the product managers lead those meetings. Some companies might put ticket writing in the hands of engineers, while other companies prefer that product managers lead ticket creation and refinement. It really depends! What's important is that it works for &lt;em&gt;your&lt;/em&gt; team. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do I get started working with a product manager for the first time?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For your first day, product managers will probably appreciate your knowing how many tasks and responsibilities their job entails. They have to make dozens of decisions a day about backlog prioritization, bug triage, and product design. They're then accountable for the consequences of those decisions and are usually juggling multiple competing priorities every day. They also often end up spending a lot of time rushing from meeting to meeting. &lt;/p&gt;

&lt;p&gt;Approaching your new product manager as a collaborator (albeit one who may be very stretched thin) and teammate is a great way to start a working relationship with them. &lt;/p&gt;

&lt;p&gt;And if you know the basics of the &lt;a href="https://larahogan.me/blog/team-leader-venn-diagram/"&gt;key roles on software teams&lt;/a&gt; and how agile teams usually &lt;a href="https://www.atlassian.com/agile/scrum/ceremonies"&gt;conduct meetings&lt;/a&gt;, you'll be ahead of the curve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Curious about working with PMs?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Talk to a mentor on Merit! You can talk to product managers about working in &lt;a href="https://www.get-merit.com/leaders/all?cursor=1&amp;amp;topics=5ce706117f4bc90004c37726"&gt;cross-functional teams&lt;/a&gt; and their &lt;a href="https://www.get-merit.com/leaders/all?cursor=1&amp;amp;topics=5ced7c0ea5143d0004d6690c"&gt;first year working in product management&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>product</category>
      <category>career</category>
      <category>startup</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
