<?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: Jessica Dembe</title>
    <description>The latest articles on DEV Community by Jessica Dembe (@jmdembe).</description>
    <link>https://dev.to/jmdembe</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%2F980%2FNYvjOwva.jpg</url>
      <title>DEV Community: Jessica Dembe</title>
      <link>https://dev.to/jmdembe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jmdembe"/>
    <language>en</language>
    <item>
      <title>Hello, World!</title>
      <dc:creator>Jessica Dembe</dc:creator>
      <pubDate>Sun, 07 Apr 2019 22:26:23 +0000</pubDate>
      <link>https://dev.to/jmdembe/hello-world-104j</link>
      <guid>https://dev.to/jmdembe/hello-world-104j</guid>
      <description>&lt;p&gt;Hi everybody! &lt;/p&gt;

&lt;p&gt;I announced yesterday that, my original &lt;em&gt;Jess Can Code&lt;/em&gt; content will be moving exclusively to DEV.TO! The blog posts that I wrote for Jess Can Code shares my story of transitioning into the software development industry.&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1114704885327499264-522" src="https://platform.twitter.com/embed/Tweet.html?id=1114704885327499264"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1114704885327499264-522');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1114704885327499264&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;Each week, I will review my post, write a reflection based 2 years after the fact and the original content will follow. You will see that I wrote a lot of rhetorical questions and now, I am in the position to answer the questions that I asked. Feel free to ask questions as a lot has changed since I sat down and wrote each post in all of their lightly edited glory!&lt;/p&gt;

&lt;p&gt;Below is a preview of what I will be doing over the next few weeks. This post was titled "Hello World!" and published on April 16, 2016.&lt;/p&gt;




&lt;p&gt;"Hello World" is a fitting way to open up your first blog post, no?&lt;/p&gt;

&lt;p&gt;I have created this website to journal and document my journey into becoming a web developer. This blog will feature reflections, lessons learned, and thoughts about the latest tech trends. I also hope that one day, it can inspire other self-taught web developers to keep growing and learning, no matter how difficult the path.&lt;/p&gt;

&lt;p&gt;Some of the things that are racking my brain right now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do I have the discipline needed to be a self-taught web developer?&lt;/li&gt;
&lt;li&gt;Is there any way I can fit in design as I am interested in design?&lt;/li&gt;
&lt;li&gt;What do I do with Github?&lt;/li&gt;
&lt;li&gt;How are there so many resources out there!?&lt;/li&gt;
&lt;li&gt;Do I need to attend bootcamp?&lt;/li&gt;
&lt;li&gt;Will I ever move out of my mother's house?&lt;/li&gt;
&lt;li&gt;AngularJS?! Node.js?! What IS all this?!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So here we go...thank you for joining me on this journey!&lt;/p&gt;

&lt;p&gt;Kale!&lt;/p&gt;

&lt;p&gt;-Jess&lt;/p&gt;




&lt;p&gt;Here are the answers to 2016 Jess:&lt;/p&gt;

&lt;p&gt;1) I took the self-teaching route for about six months. I was feeling very stuck in my old job and wanted to speed up my career transition, so I pivoted to a boot camp.&lt;/p&gt;

&lt;p&gt;2) Roles as a UX/UI developer are out there. As a front-end developer, it is very useful to have an eye for design and not be responsible for that aspect of work.&lt;/p&gt;

&lt;p&gt;3) Github is my lifeblood as it is where I push/pull code for work and personal projects. &lt;/p&gt;

&lt;p&gt;4) Everyone learns differently whether it be through video, reading, etc. It is also a very useful skill to be able to explain technical concepts through different mediums. So for that question, I would say that there are a need and a demand for 50 million different tutorials.&lt;/p&gt;

&lt;p&gt;5) You do not &lt;em&gt;need&lt;/em&gt; to attend a boot camp. I felt that it was right for me at the time because I really like the classroom-style atmosphere when I am learning things that are unfamiliar to me.&lt;/p&gt;

&lt;p&gt;6) Still working on that, but I am in a better position to do that now than I was a few years ago. It is about getting my finances in order.&lt;/p&gt;

&lt;p&gt;7) AngularJS is a JavaScript framework used to build single page applications. Single page applications are like websites, with some nuance. Node.js is a run-time environment where you can run JavaScript code from outside of the browse.&lt;/p&gt;

&lt;p&gt;Note: "Kale" is an informal goodbye in Luganda, the language that my mother's family speak in Central Uganda 🇺🇬. Not to be confused with kale, the dark leafy vegetable. &lt;/p&gt;

</description>
      <category>career</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Nevertheless, Jessica Dembe Coded</title>
      <dc:creator>Jessica Dembe</dc:creator>
      <pubDate>Wed, 08 Mar 2017 12:38:20 +0000</pubDate>
      <link>https://dev.to/jmdembe/nevertheless-jessica-dembe-coded</link>
      <guid>https://dev.to/jmdembe/nevertheless-jessica-dembe-coded</guid>
      <description>&lt;h2&gt;
  
  
  I began coding because...
&lt;/h2&gt;

&lt;p&gt;Two reason:&lt;/p&gt;

&lt;p&gt;Coding appealed to me as someone who likes to tinker with things. When I code an app or a basic program to completion, I feel powerful--almost like I can conquer the world.&lt;/p&gt;

&lt;h2&gt;
  
  
  I'm currently hacking on...
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://jmdembe.github.io/"&gt;My online portfolio&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  I'm excited about...
&lt;/h2&gt;

&lt;p&gt;My first dev job that I am accepting today! :D&lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for other women who code is...
&lt;/h2&gt;

&lt;p&gt;1)Do your best to bring up women who are coming up in tech behind you.&lt;/p&gt;

&lt;p&gt;2)Build your network of women in tech that you can ask for advice and support.&lt;/p&gt;

&lt;p&gt;3)Be kind.&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
  </channel>
</rss>
