{"id":5337,"date":"2019-08-17T00:14:17","date_gmt":"2019-08-17T00:14:17","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=5337"},"modified":"2020-05-23T03:09:03","modified_gmt":"2020-05-23T10:09:03","slug":"letter-to-newbies-learning-to-code","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/","title":{"rendered":"A Letter to Code Newbies &#8211; from a Former Code Newbie"},"content":{"rendered":"\n<p>I know learning how to code as a code newbie can be tough at times. Cycling through tutorial after tutorial, with nothing really \u201csticking\u201d&#8211;a state of perpetual tutorial purgatory. Getting in too deep with advanced projects you probably weren\u2019t ready for. Chasing bugs for hours, only to realize that you misspelled a variable name or left out a semicolon.<\/p>\n\n\n\n<p>I remember the hardest thing in the very beginning was <em>finding the time to code. <\/em>We all live busy lives, so making that extra hour to code after work at times seemed impossible. And it wasn\u2019t just finding the time&#8211;it was also a real challenge to even know where to begin, what resources to use, and how to manage my self-study.<\/p>\n\n\n\n<p>Any of that sound familiar?&nbsp;If so, this post is for you. I wanted to share some words of encouragement to reassure you that <em>learning how to code is absolutely worth it <\/em>and <em>anybody who truly commits themselves can learn to code. <\/em>But, in order to do that, you need to know what strategies, resources, and mentors are out there just waiting to give you the boost you need to break through.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Can I Be So Sure?<\/h2>\n\n\n\n<p>Five years ago, I was a total code newbie. If you showed me a piece of code, I wouldn\u2019t know what to do with it&#8211;if I could even tell you it was code at all!<\/p>\n\n\n\n<p>But through a process of trial-and-error, some much-needed encouragement from some generous folks who had once been in my shoes, and a stint in an intensive coding bootcamp, I was able to achieve my educational goals and start an exciting and fulfilling career in the heart of the tech sector.&nbsp;<\/p>\n\n\n\n<p>Now I\u2019m the Chief Technology Officer (CTO) and co-founder of the venture-backed San Francisco startup, Career Karma.<\/p>\n\n\n\n<p>This is why I am so confident that no matter your background, age, or anything else, you too can find success learning to code and eventually break into the tech career you\u2019ve always wanted&#8211;code newbie or not. But there\u2019s no doubt that it\u2019s a challenge. Anybody who\u2019s ever attempted a major career change into the constantly evolving tech economy would tell you the same.&nbsp;<\/p>\n\n\n\n<p>And that\u2019s exactly why I wanted to reach out to you with this post: to let you know you\u2019re not alone and that there are some relatively simple things you can do to get the most out of your coding education. So, if you\u2019re feeling discouraged, maybe even thinking about giving up, please read on and let me show you how I was able to work through many of the same challenges and frustrations you\u2019re facing now.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Developing Discipline When Learning to Code<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"853\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/time-2980690_1280.jpg\" alt=\"\" class=\"wp-image-5340\"\/><\/figure>\n\n\n\n<p>It took me months of &#8220;on-again-off-again&#8221; learning and doing tutorials to develop a habit where I can sit for two hours straight and focus on building a simple HTML page or solving a JavaScript toy problem. Now, I can sit and code for six to eight hours straight with time flying by.&nbsp;<\/p>\n\n\n\n<p>If you\u2019re concerned that you won\u2019t get there, don\u2019t worry: you will. It&#8217;s like going to the gym&#8211;the most important thing is being disciplined and consistent. Of course, this is easier said than done. But if you are honest with yourself, are truly committed to your coding journey, and can find a couple of peers or mentors to cheer you on, nothing will stand in your way of developing the habits and discipline to learn how to go from code newbie to code master.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Escaping the Cycle of Tutorial Purgatory<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"830\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/hand-3067236_1280.jpg\" alt=\"hand reaching out of water, to symbolize code newbies reaching out of tutorial purgatory\" class=\"wp-image-5341\"\/><\/figure>\n\n\n\n<p>After a few months of trying to learn basic coding in JavaScript, I got a subscription to Udemy and started my journey into the depths of tutorial purgatory, a frustrating place where you can find many code newbies.<\/p>\n\n\n\n<p>I would pick a JavaScript &#8220;how to learn to code for beginners&#8221; course from Udemy or one of the other coding websites, blindly copy everything the instructor did, and midway through the course get bored and move on to the next tutorial that seemed more interesting for the moment.&nbsp;<\/p>\n\n\n\n<p>I soon realized that I was running in place. After spending all this time \u201clearning,\u201d I still couldn\u2019t build a project from scratch, and most importantly, I didn\u2019t have the confidence to explore on my own. I realized that I was trapped in <strong>tutorial purgatory.<\/strong><\/p>\n\n\n\n<p>There are few things in life more demoralizing than devoting significant time and energy into something you\u2019re passionate about, only to find out too late that you haven\u2019t made any meaningful progress toward your goals. That\u2019s when I knew I had to find a way out of this cycle of tutorial purgatory. I was certain there had to be a better way, and I wasn\u2019t going to let this frustrating setback defeat me. In other words, I realized I had to <em>learn how to learn <\/em>to code<em>.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Learning How to Learn to Code<\/h2>\n\n\n\n<p>One day, I decided I would build a chat app&#8211;<em>no matter what. <\/em>No excuses. No procrastinating. I told myself that it didn&#8217;t matter that I was a newbie programmer. I set a goal and committed to working, striving, and <em>struggling<\/em> until I succeeded. And boy did I struggle tremendously!&nbsp;<\/p>\n\n\n\n<p>There was no instructor to guide me or answers to look up. I had to figure out how to write code on my own using Google, Stack Overflow, and GitHub. I had to try and fail over and over, learning more about the art of coding each step of the way. It was this trial by fire that ultimately led to success: <em>I built my app.<\/em> <\/p>\n\n\n\n<p>It was after I built that app that I knew I had what it takes to become an engineer. What is the \u201cit\u201d that I suddenly realized I had? I had finally <em>learned how to learn <\/em>to code<em>. <\/em>To this day, I firmly believe that this may be the best introduction to coding I could have asked for, and I\u2019ve seen many promising code newbies through Career Karma make this same amazing transformation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Embracing the Challenge of the Unknown<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"682\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/door-1590024_1280.jpg\" alt=\"\" class=\"wp-image-5342\"\/><\/figure>\n\n\n\n<p>Every single day, I\u2019m faced with technical issues and bugs I\u2019ve never seen before. Being a software engineer means getting comfortable with not knowing the answer but knowing that the answer is out there&#8211;and that you will find it!&nbsp;<\/p>\n\n\n\n<p>That\u2019s the key: you have to first realize that you\u2019ll never know it all and then, most importantly, come to <em>love<\/em> the fact that there is always&#8211;<em>always<\/em>&#8211;more to learn and new challenges to face. This is what makes any great career or endeavor fulfilling and worthwhile: the endless possibility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Connecting with Your Support Squad<\/h2>\n\n\n\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/J7xVgZr2iOw\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"><\/iframe>\n\n\n\n<p>Is it possible to go through all this and learn to code on your own? Of course. But why rob yourself of the beauty that is a caring and encouraging support network? The tech community has long been celebrated for its community-minded, pay-it-forward mentality. You owe it to yourself and your goals to tap into this whole world of tech veterans who have been where you are, peers who still <em>are <\/em>where you are, and up-and-coming learners who will <em>eventually<\/em> be where you are.&nbsp;<\/p>\n\n\n\n<p>All this is to say that there were tons of people around me who helped me learn how to code and supported me in my journey. And I want to give that same kind of support and encouragement to you, as you learn to code.<\/p>\n\n\n\n<p>If you\u2019re someone who is starting to learn how to code, exploring coding bootcamps, or at any other stage of your journey to break into tech, please get in touch. <a href=\"https:\/\/careerkarma.com\/\"><strong>Career Karma<\/strong><\/a> is a team of dedicated coaches and mentors to help aspiring coders get the education they need to start their dream careers in tech. We\u2019re committed to guiding ambitious learners through all the challenges that we experienced ourselves when we were just beginning to learn how to code. We will do whatever we can to help pull you up and get you where you want to be.<\/p>\n\n\n\n<p>Sincerely,<br>Artur Meyster, CTO of Career Karma<\/p>\n","protected":false},"excerpt":{"rendered":"I know learning how to code as a code newbie can be tough at times. Cycling through tutorial after tutorial, with nothing really \u201csticking\u201d--a state of perpetual tutorial purgatory. Getting in too deep with advanced projects you probably weren\u2019t ready for. Chasing bugs for hours, only to realize that you misspelled a variable name or&hellip;","protected":false},"author":2,"featured_media":8239,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[50454],"tags":[],"class_list":{"0":"post-5337","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-bootcamp-admissions"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"Bootcamps","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":[],"is_guest_post":[]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>A Letter to Code Newbies - from a Former Code Newbie %<\/title>\n<meta name=\"description\" content=\"I want to share some words of encouragement to reassure you that learning how to code is still worth it &amp; anyone can learn to code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Letter to Code Newbies - from a Former Code Newbie\" \/>\n<meta property=\"og:description\" content=\"I want to share some words of encouragement to reassure you that learning how to code is still worth it &amp; anyone can learn to code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-17T00:14:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-23T10:09:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/letter-to-code-newbies-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"560\" \/>\n\t<meta property=\"og:image:height\" content=\"315\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Artur Meyster\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/arturmeyster\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Artur Meyster\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/\"},\"author\":{\"name\":\"Artur Meyster\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/8f059388098f00373934ce5806a10434\"},\"headline\":\"A Letter to Code Newbies &#8211; from a Former Code Newbie\",\"datePublished\":\"2019-08-17T00:14:17+00:00\",\"dateModified\":\"2020-05-23T10:09:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/\"},\"wordCount\":1386,\"commentCount\":5,\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/letter-to-code-newbies-1.png\",\"articleSection\":[\"Bootcamp Admissions\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/\",\"name\":\"A Letter to Code Newbies - from a Former Code Newbie %\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/letter-to-code-newbies-1.png\",\"datePublished\":\"2019-08-17T00:14:17+00:00\",\"dateModified\":\"2020-05-23T10:09:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/8f059388098f00373934ce5806a10434\"},\"description\":\"I want to share some words of encouragement to reassure you that learning how to code is still worth it & anyone can learn to code.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/letter-to-code-newbies-1.png\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/letter-to-code-newbies-1.png\",\"width\":560,\"height\":315,\"caption\":\"letter to code newbies from a former code newbie\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/letter-to-newbies-learning-to-code\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bootcamps\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/bootcamps-category\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Getting Started\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/bootcamps-category\\\/getting-started\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"A Letter to Code Newbies &#8211; from a Former Code Newbie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/8f059388098f00373934ce5806a10434\",\"name\":\"Artur Meyster\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/1ArturMeyster-1.jpeg\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/1ArturMeyster-1.jpeg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/1ArturMeyster-1.jpeg\",\"caption\":\"Artur Meyster\"},\"description\":\"Artur Meyster is the co-founder and CTO of Career Karma (YC W19). He is also a coding bootcamp graduate and the host of the Breaking Into Startups Podcast.\",\"sameAs\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\",\"https:\\\/\\\/instagram.com\\\/ameyster\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/arturmeyster\"],\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/author\\\/devck\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"A Letter to Code Newbies - from a Former Code Newbie %","description":"I want to share some words of encouragement to reassure you that learning how to code is still worth it & anyone can learn to code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/","og_locale":"en_US","og_type":"article","og_title":"A Letter to Code Newbies - from a Former Code Newbie","og_description":"I want to share some words of encouragement to reassure you that learning how to code is still worth it & anyone can learn to code.","og_url":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2019-08-17T00:14:17+00:00","article_modified_time":"2020-05-23T10:09:03+00:00","og_image":[{"width":560,"height":315,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/letter-to-code-newbies-1.png","type":"image\/png"}],"author":"Artur Meyster","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/arturmeyster","twitter_site":"@career_karma","twitter_misc":{"Written by":"Artur Meyster","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/"},"author":{"name":"Artur Meyster","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/8f059388098f00373934ce5806a10434"},"headline":"A Letter to Code Newbies &#8211; from a Former Code Newbie","datePublished":"2019-08-17T00:14:17+00:00","dateModified":"2020-05-23T10:09:03+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/"},"wordCount":1386,"commentCount":5,"image":{"@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/letter-to-code-newbies-1.png","articleSection":["Bootcamp Admissions"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/","url":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/","name":"A Letter to Code Newbies - from a Former Code Newbie %","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/letter-to-code-newbies-1.png","datePublished":"2019-08-17T00:14:17+00:00","dateModified":"2020-05-23T10:09:03+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/8f059388098f00373934ce5806a10434"},"description":"I want to share some words of encouragement to reassure you that learning how to code is still worth it & anyone can learn to code.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/letter-to-code-newbies-1.png","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/08\/letter-to-code-newbies-1.png","width":560,"height":315,"caption":"letter to code newbies from a former code newbie"},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/letter-to-newbies-learning-to-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Bootcamps","item":"https:\/\/careerkarma.com\/blog\/bootcamps-category\/"},{"@type":"ListItem","position":3,"name":"Getting Started","item":"https:\/\/careerkarma.com\/blog\/bootcamps-category\/getting-started\/"},{"@type":"ListItem","position":4,"name":"A Letter to Code Newbies &#8211; from a Former Code Newbie"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/8f059388098f00373934ce5806a10434","name":"Artur Meyster","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/03\/1ArturMeyster-1.jpeg","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/03\/1ArturMeyster-1.jpeg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/03\/1ArturMeyster-1.jpeg","caption":"Artur Meyster"},"description":"Artur Meyster is the co-founder and CTO of Career Karma (YC W19). He is also a coding bootcamp graduate and the host of the Breaking Into Startups Podcast.","sameAs":["https:\/\/careerkarma.com\/blog\/","https:\/\/instagram.com\/ameyster\/","https:\/\/x.com\/https:\/\/twitter.com\/arturmeyster"],"url":"https:\/\/careerkarma.com\/blog\/author\/devck\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/5337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=5337"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/5337\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/8239"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=5337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=5337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=5337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}