<?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: Aishe Ibrahim</title>
    <description>The latest articles on DEV Community by Aishe Ibrahim (@aisheibrahim).</description>
    <link>https://dev.to/aisheibrahim</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%2F863899%2Fb8d0e0ef-5a84-49da-aba6-c2668167db7a.jpeg</url>
      <title>DEV Community: Aishe Ibrahim</title>
      <link>https://dev.to/aisheibrahim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aisheibrahim"/>
    <language>en</language>
    <item>
      <title>CodeWars Blog #1</title>
      <dc:creator>Aishe Ibrahim</dc:creator>
      <pubDate>Tue, 29 Aug 2023 23:53:56 +0000</pubDate>
      <link>https://dev.to/aisheibrahim/codewars-blog-1-2f75</link>
      <guid>https://dev.to/aisheibrahim/codewars-blog-1-2f75</guid>
      <description>&lt;p&gt;The problem: &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In this simple assignment you are given a number and have to make it negative. But maybe the number is already negative?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This problem is asking for a program that will take a number and return the same number as a negative. If the number already entered is negative, then it negates the program. &lt;/p&gt;

&lt;p&gt;To counteract that issue, Math.abs() method will first take the number and convert it to its absolute form (if it's negative, it will return positive) then multiply by (-1).  &lt;/p&gt;

&lt;p&gt;The Solution:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;function makeNegative(num){
  return Math.abs(num) * -1
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>codenewbie</category>
      <category>womenintech</category>
      <category>programming</category>
    </item>
    <item>
      <title>Learning to Code Taught Me the Importance of Boundaries</title>
      <dc:creator>Aishe Ibrahim</dc:creator>
      <pubDate>Sat, 19 Nov 2022 15:34:47 +0000</pubDate>
      <link>https://dev.to/aisheibrahim/learning-to-code-taught-me-the-importance-of-boundaries-1odm</link>
      <guid>https://dev.to/aisheibrahim/learning-to-code-taught-me-the-importance-of-boundaries-1odm</guid>
      <description>&lt;p&gt;I have been on a learning to code journey for about 2.5 years now. I’ve been taking part time online classes at my local community college. I’ve built MERN stack projects (Instagram clone, Tinder Clone) but when it comes down to it, I still haven’t absorbed the information that is needed for me to build my own projects, explain it to other people, myself or be job ready. I am still in tutorial hell, people. &lt;/p&gt;

&lt;p&gt;I sat down a few months ago and thought about why. Why am I having a hard time retaining this information? I don’t normally think so highly of myself (it’s a work in progress) but one thing I’ve never thought of myself is that I’m not smarticle. How am I not retaining this information? Why am I not able to build my own projects? Or at least being able to build portions by myself from coding concepts that I’m tweaking to get my desired result and in turn not job ready by this point?&lt;/p&gt;

&lt;p&gt;Well, it had a lot to do with what was going on with my home life. The other one is I was never taught how to learn. &lt;/p&gt;

&lt;p&gt;Definitely check out &lt;a href="https://www.coursera.org/learn/learning-how-to-learn?utm_source=gg&amp;amp;utm_medium=sem&amp;amp;utm_campaign=01-BrandedSearch-US&amp;amp;utm_content=B2C&amp;amp;campaignid=380484307&amp;amp;adgroupid=67687134864&amp;amp;device=c&amp;amp;keyword=coursera%20learning%20how%20to%20learn&amp;amp;matchtype=b&amp;amp;network=g&amp;amp;devicemodel=&amp;amp;adpostion=&amp;amp;creativeid=343697761842&amp;amp;hide_mobile_promo&amp;amp;gclid=CjwKCAiAmuKbBhA2EiwAxQnt72MNBA-l2DYURRYPMXAiWPW7RmaPm-XQOXa1wafdIHkJw7fC1LSeqxoCVvsQAvD_BwE" rel="noopener noreferrer"&gt;Learning How to Learn with Barbara Oakley&lt;/a&gt; on Coursera. It will change your life. &lt;/p&gt;

&lt;p&gt;I am a single parent, I work a full time job and I just so happen to have a poor sense of boundaries. Mostly because I’ve never been taught how to form healthy ones. I didn’t really know what boundaries really were until a few months ago.&lt;/p&gt;

&lt;p&gt;Not to get too much into my personal life but I so happen to be involved with someone who didn’t have a sense of other peoples' boundaries either and I was taking on a bulk of responsibilities that maybe people that have partners shouldn’t be taking. Those responsibilities cut into my study time because they were draining me. I didn’t have the energy to sit down and 100% focus on learning to code. I said things, I wasn’t speaking the correct language apparently because it just so happened when I started back in therapy (shout out to my therapist, she is amazing) and she started helping me learn how to enforce and set them, that person begrudgingly left my personal space. &lt;/p&gt;

&lt;p&gt;Interesting how when you become assertive, set boundaries to benefit yourself others get mad. I have Marie Kondo'd my life and held metaphorical things and really thought about how they made me feel and where they stood with where I wanted to be and I let them goooooo. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/igR5863TALcSk/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/igR5863TALcSk/giphy.gif" width="308" height="246"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Big sigh. So, I am once again starting over on my coding journey. I am following the &lt;a href="https://leonnoel.com/100devs/" rel="noopener noreferrer"&gt;#100Devs &lt;/a&gt;program. Community college as an adult learner online is hard and it isn’t teaching me job ready skills. I have time cut out to learn, I’m learning how to network and find community. I’m also a member of Virtual Coffee and they have amazing people and even when I have no idea what’s going on, being around like-minded people is refreshing and helps me get a little closer to my goals. I’m applying what the #100Devs program says and I'm optimistic about finally being able to say I am a full stack developer and I work at ‘insert company name here’ and it actually be true. &lt;/p&gt;

&lt;p&gt;For now I am scheduling my days, weeks and months. I’m effectively juggling work, parenting, studies and it’s an empowering thing to be able to identify what I need to do to achieve what I want in my life. &lt;/p&gt;

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