<?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: Justin Chu</title>
    <description>The latest articles on DEV Community by Justin Chu (@jstnchu).</description>
    <link>https://dev.to/jstnchu</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%2F372468%2F45bc1766-5be8-4dee-86b9-b65753fc27ba.jpg</url>
      <title>DEV Community: Justin Chu</title>
      <link>https://dev.to/jstnchu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jstnchu"/>
    <language>en</language>
    <item>
      <title>How I've added self-care and consistency to my daily routine</title>
      <dc:creator>Justin Chu</dc:creator>
      <pubDate>Fri, 30 Jul 2021 18:35:07 +0000</pubDate>
      <link>https://dev.to/jstnchu/how-i-ve-added-self-care-and-consistency-to-my-daily-routine-4o74</link>
      <guid>https://dev.to/jstnchu/how-i-ve-added-self-care-and-consistency-to-my-daily-routine-4o74</guid>
      <description>&lt;p&gt;For a while now I have valued the following things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Good physical health&lt;/li&gt;
&lt;li&gt;Good mental health&lt;/li&gt;
&lt;li&gt;Consistency&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;But I wasn't doing much to really live those values in my day to day life.&lt;/p&gt;

&lt;p&gt;I knew that I &lt;em&gt;wanted&lt;/em&gt; to embody those traits, but if I was being honest with myself, I wasn't.&lt;/p&gt;

&lt;p&gt;One of the main things I learned from Nir Eyal's book, &lt;a href="https://www.nirandfar.com/indistractable/"&gt;Indistractible&lt;/a&gt;, is that it is important to align your values with the time you spend everyday.&lt;/p&gt;

&lt;p&gt;Recently I started a new morning routine:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;30 minutes every morning:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;10-12 minutes of yoga&lt;/li&gt;
&lt;li&gt;9-11 minutes of journaling&lt;/li&gt;
&lt;li&gt;8 minutes of meditation&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Yoga
&lt;/h3&gt;

&lt;p&gt;Yoga is a great way to start your day by stretching and strengthening your body. I've found that if I don't exercise for 3-4 weeks, my body starts to get a lot of small aches and pains. I mix using videos from &lt;a href="https://www.youtube.com/watch?v=UEEsdXn8oG8"&gt;Yoga with Adriene&lt;/a&gt; and also some basic self-guided routines.&lt;/p&gt;

&lt;h3&gt;
  
  
  Journaling
&lt;/h3&gt;

&lt;p&gt;If you are like me, then you may not always do a great job processing how you feel. Sometimes I would find myself feeling super stressed out, but not always understanding why. I've been really surprised by how much it benefits me to just sit down and write out what I am thinking or feeling.&lt;/p&gt;

&lt;h3&gt;
  
  
  Meditation
&lt;/h3&gt;

&lt;p&gt;I suck at meditation, but I keep practicing. One thing that changed my mindset was thinking about it as a practice to better be in control of your mind and thoughts. By practicing trying to clear your mind, you are building muscle to be more intentional with it. For me it has already helped with tempering my stress and emotions, while also helping me mindfully avoid distractions better.&lt;/p&gt;

&lt;h3&gt;
  
  
  Don't give up!
&lt;/h3&gt;

&lt;h2&gt;
  
  
  I quit my job 4 months ago and have been trying to launch my own internet business. Mental health and consistency have probably been the two things I have struggled with the most. I hope this routine might help some of you overcome some of your own struggles!
&lt;/h2&gt;

&lt;p&gt;If you liked this, consider following me on Twitter: &lt;a href="https://twitter.com/jstnchu"&gt;@jstnchu&lt;/a&gt; (I tweet about my learnings around starting my own business)&lt;/p&gt;

</description>
      <category>mentalhealth</category>
      <category>productivity</category>
      <category>burnout</category>
    </item>
    <item>
      <title>I built a website for my Substack newsletter in a day using Netlify and Gatsby.js</title>
      <dc:creator>Justin Chu</dc:creator>
      <pubDate>Fri, 18 Dec 2020 18:49:33 +0000</pubDate>
      <link>https://dev.to/jstnchu/i-built-a-website-for-my-substack-newsletter-in-a-day-using-netlify-and-gatsby-js-3epm</link>
      <guid>https://dev.to/jstnchu/i-built-a-website-for-my-substack-newsletter-in-a-day-using-netlify-and-gatsby-js-3epm</guid>
      <description>&lt;p&gt;I started a newsletter on Substack back in August. Overall, I really like Substack. It was really easy to get setup and writing. One downside is that Substack wants to be the website/homepage for your newsletter. With this you lose some control and flexibility.&lt;/p&gt;

&lt;p&gt;One limitation was that I couldn't publish a new post without sending it as an email to all my subscribers at the same time. Another limitation was how frustratingly limited the analytics was.&lt;/p&gt;

&lt;p&gt;I like the idea of having a more unique, custom landing page for my newsletter as well as the ability to expand it to have a better archive experience (some form of search/filtering would be great).&lt;/p&gt;

&lt;p&gt;I've also been wanting an excuse to use Netlify and Gatsby.js for a static website, so this was the perfect use case. A nice bonus was that my use case fit nicely into the free tiers for both Netlify and Gatsby.js Cloud (after further learning, I don't actually need Gatsby Cloud, but it did make the initial set up even easier).&lt;/p&gt;

&lt;h3&gt;
  
  
  Steps I Took
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Sign up for Gatsby Cloud - &lt;a href="https://www.gatsbyjs.com/dashboard/signup/"&gt;https://www.gatsbyjs.com/dashboard/signup/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add a new site from the Gatsby Starter Blog template - &lt;a href="https://www.gatsbyjs.com/starters/gatsbyjs/gatsby-starter-blog"&gt;https://www.gatsbyjs.com/starters/gatsbyjs/gatsby-starter-blog&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sign up for Netlify - &lt;a href="https://app.netlify.com/signup"&gt;https://app.netlify.com/signup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a site in Netlify from the Git repository from step 2&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set up my custom domain with Netlify - (I use Namecheap so this tutorial was a perfect refresher for me: &lt;a href="https://dev.to/easybuoy/setting-up-domain-with-namecheap-netlify-1a4d"&gt;https://dev.to/easybuoy/setting-up-domain-with-namecheap-netlify-1a4d&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After a few hours (waiting for DNS to update) I was able to add an SSL cert with a single button click in Netlify - this makes it so the website works with "https://" &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added embeddable Substack signup form to each page (Substack Dashboard &amp;gt; Settings &amp;gt; Import your email list &amp;gt; Embed email signup form on other websites). The iframe can be added to its own component and reused throughout&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I was able to easily set up Plausible.io analytics in lieu of Google Analytics. I just had to install this Gatsby plugin: &lt;a href="https://www.gatsbyjs.com/plugins/gatsby-plugin-plausible/"&gt;https://www.gatsbyjs.com/plugins/gatsby-plugin-plausible/&lt;/a&gt;. (Side note: Plausible.io is a great privacy focused web analytics tool that I have been wanting to try for some time)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The most tedious part was porting over my existing Substack posts to display on my new site since Substack doesn't export as markdown. I did come up with a decent process:&lt;br&gt;
a) Edit post&lt;br&gt;
b) Copy content from post&lt;br&gt;
c) Paste content into Notion page (Notion nicely persists almost all of the formatting)&lt;br&gt;
d) Export Notion page (it exports as markdown)&lt;br&gt;
e) Paste exported markdown as a new blog post in Gatsby (needed some minor formatting tweaks after)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's pretty much all it took. I haven't finished porting over all my archived posts. I'm also not done polishing the look and feel of it, but I plan on gradually improving it over time. I really want to add some rich search functionality across my archives - would be both fun and useful to add.&lt;/p&gt;

&lt;p&gt;You can check out my new website here: &lt;a href="https://www.smalltechbusiness.com/"&gt;https://www.smalltechbusiness.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope this was helpful to some!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This post was &lt;a href="https://jkchu.com/2020/12/17/how-to-create-a-website-for-your-substack-newsletter-using-netlify-and-gatsby-js/"&gt;originally published&lt;/a&gt; on &lt;a href="http://www.jkchu.com"&gt;www.jkchu.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>netlify</category>
      <category>gatsby</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I offered free advice as a 6+ year Senior Developer, here are my answers to the top questions I got</title>
      <dc:creator>Justin Chu</dc:creator>
      <pubDate>Wed, 01 Jul 2020 15:32:45 +0000</pubDate>
      <link>https://dev.to/jstnchu/i-offered-free-advice-as-a-6-year-senior-developer-here-are-my-answers-to-the-top-questions-i-got-7di</link>
      <guid>https://dev.to/jstnchu/i-offered-free-advice-as-a-6-year-senior-developer-here-are-my-answers-to-the-top-questions-i-got-7di</guid>
      <description>&lt;p&gt;I have learned so much online over the last decade from others, here is my best shot at giving back!&lt;/p&gt;

&lt;p&gt;Last week I made &lt;a href="https://www.reddit.com/r/cscareerquestions/comments/herp2a/anyone_here_need_advicementorship_from_a_senior/"&gt;a post on /r/cscareerquestions&lt;/a&gt; titled "Anyone here need advice/mentorship from a Senior Software Developer with 6+ years?".&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Over the course of 7 days, I spent 15+ hours responding to over 200 questions from folks with varying backgrounds and experience levels:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;97 comments&lt;/li&gt;
&lt;li&gt;82 DMs on Reddit&lt;/li&gt;
&lt;li&gt;27 DMs on Twitter&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My 5-second resume&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Graduated with a CS degree in 2014&lt;/li&gt;
&lt;li&gt;Worked 2 years at a Software Consulting Company&lt;/li&gt;
&lt;li&gt;Have been working at a 1,000+ employee Enterprise SaaS Company for the past 4+ years&lt;/li&gt;
&lt;li&gt;Been interviewing candidates regularly over the past 2 years&lt;/li&gt;
&lt;li&gt;Promoted to Senior SDE in 2019&lt;/li&gt;
&lt;li&gt;Tech lead for a team of 10 devs, successfully launched our product earlier this year&lt;/li&gt;
&lt;li&gt;Recently became dev manager for that same team&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  On to the questions!
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1. What are your interviews like? What do you look for in a candidate?&lt;/strong&gt;&lt;br&gt;
I do both phone screens and on-site interviews.&lt;/p&gt;

&lt;p&gt;My interviews are generally 1 hr and consist of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;5-10 min on candidate's resume/projects&lt;/li&gt;
&lt;li&gt;40-50 minutes on 1 or 2 coding questions&lt;/li&gt;
&lt;li&gt;5 minutes for candidate questions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For on-site interviews, we normally have 4 total technical interviews and the hiring manager is usually one of them.&lt;/p&gt;

&lt;p&gt;When it comes to questions, I have about 8 different questions I personally like to ask that very in terms of topic (data structures, system design, OO programming, databases) and difficulty (SDE 1, SDE 2, Senior SDE).&lt;/p&gt;

&lt;p&gt;I like to start questions out pretty vague and see how the candidate handles the ambiguity (do they ask good clarifying questions?).&lt;/p&gt;

&lt;p&gt;My favorite question that I ask SDE 1 and SDE 2 candidates, is for them to implement a function that takes in a tic-tac-toe game state as an input and can determine if a player has won the game yet. I like the question because there are many ways to solve it, the most straightforward being a nested loop for rows and columns and then the diagonals. The best candidates will think of things like reducing code duplication and also notice areas where they can gain small optimizations. I don't expect candidates to have a perfect, ultra-efficient solution in 30 minutes, but I do expect them to take feedback and guidance from me well and also have a good approach in terms of problem solving.&lt;/p&gt;

&lt;p&gt;An example of good problem solving would be a candidate that is able to cycle through their knowledge of data structures to brainstorm potential solutions. They would also identify when a certain path they took is might need to be revisited (or at least talk through their concerns).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. What is the difference between junior and senior developers? How do I advance to the senior level?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Junior developers generally require a decent amount of help to get their work done. I expect them to ask questions and require some upfront guidance when I assign them work. Good junior developers will be eager to quickly grow out of needed help. They will learn quickly and even though mistakes are definitely going to happen, they will learn from them and not repeat them often.&lt;/p&gt;

&lt;p&gt;Senior developers are two steps above junior devs (there is a general "experienced developer" that falls in between them in my mind). They lead other developers and can take business requirements (non-technical specs on what needs to be built) and single-handedly figure out what needs to be done and how to implement it. Not to say that they don't still get feedback and help from other devs, but the key is that they can work independently if needed. The other part is that they are able to mentor and guide other developers. They can help a junior developer become independent - not simply just tell them what to do, but actually help them to no longer need their help too.&lt;/p&gt;

&lt;p&gt;If you want to progress from junior to senior developer, then I would recommend you follow these steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Talk to your manager about what they would like to see you do to advance to the next level. Make it clear you are wanting to work towards a promotion.&lt;/li&gt;
&lt;li&gt;Learn from the awesome devs at your company. Ideally, get their advice and pick their brains. But if not, you can still learn from them by watching their code reviews and also seeing how they do code reviews for other devs.&lt;/li&gt;
&lt;li&gt;Take on challenges and new opportunities that come up. The best way to grow is to be slightly outside your comfort zone. If your manager asks you if you'd like to take on a new project that sounds scary and difficult, I encourage you to take it on. It will be hard and stressful, but you will grow so much in the process.&lt;/li&gt;
&lt;li&gt;Look for opportunities to mentor newer devs. Not only will this prove that you are able to coach and lead other devs, it will also teach you a lot about how to work with others effectively.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. How can I improve my resume?&lt;/strong&gt;&lt;br&gt;
There are two main goals of your resume:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Appeal to recruiters so they pass you through their screening process&lt;/li&gt;
&lt;li&gt;Help to set expectations for your interviewers, in some ways it sculpts your first impression with them&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each company and person will vary in terms of what they look for, so I will just share what I find are steps to making your resume more effective:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Get relevant work experience on there! Software jobs are of course the best to have. But after that, internship experience is excellent as well. If you don't have those, then working on a good side project is the next best option. Check out some of the following questions for guidance on picking a good side project.&lt;/li&gt;
&lt;li&gt;Update your resume so it appeals to the company you are applying for. Make your experience reverberate with items that are very relevant to the company your are applying for. Is their product a web application? Then make sure you clearly layout all the web technologies you have worked with. Make it easy for recruiters and interviewers to find the information they are looking for.&lt;/li&gt;
&lt;li&gt;Education is important, especially early in your career. CS degrees are definitely still ideal, but companies are becoming more open to non-CS degree candidates. If you are going the non-CS degree route, I do recommend making sure you have a strong understanding of data structures, algorithms, and object-oriented programming if you are looking to apply to more traditional software companies.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. How to prep for the coding interview?&lt;/strong&gt;&lt;br&gt;
First off, it is very important to just practice for the coding questions. I personally used "Crack the Coding Interview" and it was a fantastic resource, the most useful information for me was everything &lt;em&gt;before&lt;/em&gt; the practice problems. Leetcode.com is a newer resource that I think is a great way to practice coding questions.&lt;/p&gt;

&lt;p&gt;Dealing with nerves is another thing I was asked about a lot. I personally had trouble with nerves when I started interviewing for the first time after my first job. I completely bombed my first phone interview, as I was super nervous and under-prepared. I then set aside about 4 months to study and prepare. This helped a ton when it came to my next set of interviews, as I felt confident in my approach to most of the questions.&lt;/p&gt;

&lt;p&gt;I also encourage you to do some live mock interviews to practice. Practicing problems by yourself or online is not the same as working on a problem on a whiteboard and with someone judging you. It is a lot harder and there is a lot more pressure.&lt;/p&gt;

&lt;p&gt;Lastly, I want to remind you that there is a lot more than just getting the most efficient and most "correct" solution to the problem. Interviewers are looking to test how you approach problem solving and how enjoyable you are to work with. Keep that in mind as you practice!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. How do I select a good side project?&lt;/strong&gt;&lt;br&gt;
Pick a technology or stack you are interested in working with (iOS apps, web app with ReactJS, etc). If this is your first project, then I recommend finding a good tutorial to get started. From there, you can expand upon it to make it your own.&lt;/p&gt;

&lt;p&gt;Pick a hobby or interest you have and build an app or website for it. This is so important because your motivation to continue working on the project is key. Don't underestimate how hard it is to push yourself to work on projects in your free time, make it as easy and low-friction as possible.&lt;/p&gt;

&lt;p&gt;For example, I was really into Magic: the Gathering in college, so my side projects involved building apps and websites for that community. My first project was a simple iOS app that worked as a life counter that could be used during the game. I expanded it to store past games and to generate some basic stats and charts. My second project was a website where players could post and share their decklists.&lt;/p&gt;

&lt;p&gt;I launched both of them with Reddit posts (please be kind haha):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/r/magicTCG/comments/1qnbt1/i_have_created_a_free_life_counter_app_geared/"&gt;Life-counter (iOS app)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/r/magicTCG/comments/421bvs/i_created_a_new_deckbuilding_website_that_has/"&gt;Decklist (web app)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let's say you love movies, you could build an app or website that helps people discover movies that they might like. This could start out super simple as a simple list of movies and their Rotten Tomatoes scores and then some other info (length, director, etc). Then you could expand it to recommend movies with some simple rules (latest movies with the same director/same genre/etc). Then you could add user accounts and further customizations of settings and recommendations. Each step of this process will make your project even more interesting to potential employers.&lt;/p&gt;

&lt;p&gt;Another idea is to find a website or app that you use, but you wish had an extra feature that you want. Try to build a limited version of that app, but with the feature that you want. The key is to keep it simple, avoid complex things like user authentication or super fancy UI animations. Start small and expand from there!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Do you get burnt out? How do I keep my motivation up?&lt;/strong&gt;&lt;br&gt;
I have definitely run into burnout or developer fatigue. Sometimes you work too much or too hard and you just need a break. Talk with your manager about that, it is totally normal.&lt;/p&gt;

&lt;p&gt;Sometimes it is due to the fact that you aren't happy on your current project or team. That can be due to the work not being interesting anymore or your team not being a good fit. Either way, you should make actions to make your work more interesting and exciting, either by talking to your manager or switching teams, or starting to look for a new job opportunity (what I did earlier in my career)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. I am a current CS student, what can I do now to prepare for getting my first job?&lt;/strong&gt;&lt;br&gt;
For me, I felt that the computer science classes did not prepare me fully for the work environment. I learned a lot of great foundational knowledge, but it took me a while to connect the dots between how "merge-sort" might actually help me build an application that customers use. So I think it is crucial to get as close to "real-world" experience as you can, as it really helps to put your learning from class into perspective.&lt;/p&gt;

&lt;p&gt;The way I tackled it was:&lt;/p&gt;

&lt;p&gt;Do some extra learning on your own; follow tutorials to build a fun little app that can be deployed somewhere. There are tons of great resources for this, and it is really great to see your code being applied to a tangible product/app.&lt;br&gt;
Really try to get an internship. This means you should look as early as possible. Definitely go to your school's engineering career fair if they have one. The better companies start looking for summer interns early in the school year. I think as early as October/November for some schools/companies.&lt;/p&gt;

&lt;p&gt;If you are having trouble getting an internship, be sure not to get discouraged and give up! My first internship was at a cabinet company for $10 an hour. I didn't even have a real desk. But I learned a ton still. Other than that, start side projects that map to your interests so you are motivated to continue working on them. Pick something small and easy and work your way up!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. What kind of projects/experience do you look for in a candidate?&lt;/strong&gt;&lt;br&gt;
In rough rank order:&lt;/p&gt;

&lt;p&gt;Relevant work projects - the best case scenario is to see that the candidate has already worked on similar projects at a company; that they have skills that will apply to the role they are interviewing for. This is ideal because it means: a) the candidate will require less time to ramp-up (this can be expensive) b) the candidate will probably have valuable insights on the project that will help improve the perspective of the team they are joining.&lt;/p&gt;

&lt;p&gt;Professional software projects - The fact that the candidate has worked on software projects with a team in a professional setting allows employers to assume they know how to work with others and understand basic team dynamics. I also like to ask candidates about some of the more complex problems they worked on, so I can get a feel for how well they might be able to tackle the common types of problems we deal with on our team.&lt;/p&gt;

&lt;p&gt;Intern projects - Intern projects can easily be ranked up with the above two cases if the company had the interns work on actual features that were shipped (my current company makes sure to do this). Sometimes, companies have interns work on internal projects instead. Even though projects that actually ship to customers may look better on your resume, both types of projects will teach candidates a lot and are very valuable experiences.&lt;/p&gt;

&lt;p&gt;Completed personal projects - I am maybe a bit biased on these, as I think side projects that are actually launched show a ton of initiative and self motivation towards growth. Candidates with these are usually able to think through the business behind software requirements, which isn't a necessity, but is definitely a nice to have. It also makes me more confident that the candidate will be able to learn new things with less guidance from other devs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Are certifications worth it?&lt;/strong&gt;&lt;br&gt;
Software consulting companies will highly value certificates, but less so for software companies. Learning AWS is a very, very valuable skill, but I would personally pick working on a side project that I deploy using AWS vs studying for a certificate test. Mostly because it is way more fun to build something.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Is it better to have a specialization or to be a "jack of all trades"?&lt;/strong&gt;&lt;br&gt;
I've seen people be successful at both. Earlier in your career, I'd recommend exposing yourself to more stuff, mainly because you won't know what you want to specialize in long term until you try out more stuff. Once you find a domain that you know you really enjoy and find fascinating, then stick with it. I prioritize my day-to-day happiness at work very much, so pick a path that will make you happy and excited to go to work everyday. And it's totally fine if that changes over time, that is totally normal!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. How important is it to have a mentor? Any tips on finding a good mentor?&lt;/strong&gt;&lt;br&gt;
It will always be helpful to have a mentor, even later in your career. Growing and sustaining a career is hard work and having people around you that you look up to will make that easier.&lt;/p&gt;

&lt;p&gt;View it as a two-way street. They will help you with their experience and guidance, but they will also be practicing their mentoring skills more and gaining new perspective from teaching you.&lt;/p&gt;

&lt;p&gt;I think it is easiest to find a mentor within your same company, as you can build trust by working with them. But understand that not everyone wants to be a mentor. Let it happen naturally but don't be afraid of asking them if they have time for a 15-30 minute meeting, or try to pick their brain over a coffee run.&lt;/p&gt;

&lt;p&gt;It feels good to help others, so as long as you are truly learning from them and not asking too much of them, I think you'd be surprised that it is not as daunting as it seems.&lt;/p&gt;

&lt;h3&gt;
  
  
  That's it!
&lt;/h3&gt;

&lt;p&gt;I hope some of you find this helpful! Please feel free to reach out to me here or on Twitter (&lt;a href="https://twitter.com/jstnchu"&gt;@jstnchu&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>career</category>
      <category>beginners</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
